Skip to content

Commit d4919b0

Browse files
committed
gem updates; fix changelog URL
1 parent a1bfca0 commit d4919b0

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ GEM
1616
docile (1.4.0)
1717
domain_name (0.5.20190701)
1818
unf (>= 0.0.5, < 1.0.0)
19-
ethon (0.15.0)
19+
ethon (0.16.0)
2020
ffi (>= 1.15.0)
2121
eventmachine (1.2.7)
22-
excon (0.92.4)
22+
excon (0.94.0)
2323
faraday (1.10.2)
2424
faraday-em_http (~> 1.0)
2525
faraday-em_synchrony (~> 1.0)
@@ -92,7 +92,7 @@ GEM
9292
notiffany (0.1.3)
9393
nenv (~> 0.1)
9494
shellany (~> 0.0)
95-
oj (3.13.21)
95+
oj (3.13.23)
9696
patron (0.13.3)
9797
pry (0.14.1)
9898
coderay (~> 1.1)
@@ -109,19 +109,19 @@ GEM
109109
http-cookie (>= 1.0.2, < 2.0)
110110
mime-types (>= 1.16, < 4.0)
111111
netrc (~> 0.8)
112-
rspec (3.11.0)
113-
rspec-core (~> 3.11.0)
114-
rspec-expectations (~> 3.11.0)
115-
rspec-mocks (~> 3.11.0)
116-
rspec-core (3.11.0)
117-
rspec-support (~> 3.11.0)
118-
rspec-expectations (3.11.1)
112+
rspec (3.12.0)
113+
rspec-core (~> 3.12.0)
114+
rspec-expectations (~> 3.12.0)
115+
rspec-mocks (~> 3.12.0)
116+
rspec-core (3.12.0)
117+
rspec-support (~> 3.12.0)
118+
rspec-expectations (3.12.0)
119119
diff-lcs (>= 1.2.0, < 2.0)
120-
rspec-support (~> 3.11.0)
121-
rspec-mocks (3.11.1)
120+
rspec-support (~> 3.12.0)
121+
rspec-mocks (3.12.0)
122122
diff-lcs (>= 1.2.0, < 2.0)
123-
rspec-support (~> 3.11.0)
124-
rspec-support (3.11.1)
123+
rspec-support (~> 3.12.0)
124+
rspec-support (3.12.0)
125125
ruby2_keywords (0.0.5)
126126
shellany (0.0.1)
127127
simplecov (0.21.2)

httplog.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
1919

2020
gem.metadata = {
2121
"bug_tracker_uri" => "https://github.com/trusche/httplog/issues",
22-
"changelog_uri" => "https://github.com/trusche/httplog/CHANGELOG.md",
22+
"changelog_uri" => "https://github.com/trusche/httplog/blob/master/CHANGELOG.md",
2323
"source_code_uri" => "https://github.com/trusche/httplog"
2424
}
2525

lib/httplog/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module HttpLog
4-
VERSION = '1.6.1'.freeze
4+
VERSION = '1.6.2'.freeze
55
end

0 commit comments

Comments
 (0)