From d4919b0c6c987952fffcce33dde31765d88157ae Mon Sep 17 00:00:00 2001 From: Thilo Rusche Date: Sat, 19 Nov 2022 19:48:14 +0000 Subject: [PATCH] gem updates; fix changelog URL --- Gemfile.lock | 28 ++++++++++++++-------------- httplog.gemspec | 2 +- lib/httplog/version.rb | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2a75d01..8a07e4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,10 +16,10 @@ GEM docile (1.4.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - ethon (0.15.0) + ethon (0.16.0) ffi (>= 1.15.0) eventmachine (1.2.7) - excon (0.92.4) + excon (0.94.0) faraday (1.10.2) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) @@ -92,7 +92,7 @@ GEM notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) - oj (3.13.21) + oj (3.13.23) patron (0.13.3) pry (0.14.1) coderay (~> 1.1) @@ -109,19 +109,19 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rspec (3.11.0) - rspec-core (~> 3.11.0) - rspec-expectations (~> 3.11.0) - rspec-mocks (~> 3.11.0) - rspec-core (3.11.0) - rspec-support (~> 3.11.0) - rspec-expectations (3.11.1) + rspec (3.12.0) + rspec-core (~> 3.12.0) + rspec-expectations (~> 3.12.0) + rspec-mocks (~> 3.12.0) + rspec-core (3.12.0) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-mocks (3.11.1) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-support (3.11.1) + rspec-support (~> 3.12.0) + rspec-support (3.12.0) ruby2_keywords (0.0.5) shellany (0.0.1) simplecov (0.21.2) diff --git a/httplog.gemspec b/httplog.gemspec index dad5fe9..93f6726 100644 --- a/httplog.gemspec +++ b/httplog.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |gem| gem.metadata = { "bug_tracker_uri" => "https://github.com/trusche/httplog/issues", - "changelog_uri" => "https://github.com/trusche/httplog/CHANGELOG.md", + "changelog_uri" => "https://github.com/trusche/httplog/blob/master/CHANGELOG.md", "source_code_uri" => "https://github.com/trusche/httplog" } diff --git a/lib/httplog/version.rb b/lib/httplog/version.rb index 9daed15..6d0ece5 100644 --- a/lib/httplog/version.rb +++ b/lib/httplog/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module HttpLog - VERSION = '1.6.1'.freeze + VERSION = '1.6.2'.freeze end