diff --git a/Gemfile.lock b/Gemfile.lock index 84e3761..b888822 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kennel (1.150.0) + kennel (1.151.0) diff-lcs (~> 1.5) faraday (~> 1.8) hashdiff (~> 1.0) @@ -57,7 +57,7 @@ GEM mocha (2.0.2) ruby2_keywords (>= 0.0.5) msgpack (1.6.0) - multipart-post (2.4.0) + multipart-post (2.4.1) net-http-persistent (4.0.2) connection_pool (~> 2.2) parallel (1.22.1) @@ -96,7 +96,7 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.6.13) + zeitwerk (2.6.14) PLATFORMS ruby diff --git a/lib/kennel/version.rb b/lib/kennel/version.rb index 374e23f..d66df5b 100644 --- a/lib/kennel/version.rb +++ b/lib/kennel/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Kennel - VERSION = "1.150.0" + VERSION = "1.151.0" end