Skip to content

Commit

Permalink
v1.152.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Feb 4, 2025
1 parent 4857ede commit 2d66a72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
kennel (1.152.1)
kennel (1.152.2)
diff-lcs (~> 1.5)
faraday (~> 1.8)
hashdiff (~> 1.0)
Expand All @@ -19,11 +19,11 @@ GEM
bump (0.10.0)
byebug (11.1.3)
coderay (1.1.3)
connection_pool (2.4.1)
connection_pool (2.5.0)
crack (0.4.5)
rexml
diff-lcs (1.5.1)
faraday (1.10.3)
faraday (1.10.4)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand All @@ -39,8 +39,8 @@ GEM
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-multipart (1.1.0)
multipart-post (~> 2.0)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
Expand All @@ -58,7 +58,7 @@ GEM
ruby2_keywords (>= 0.0.5)
msgpack (1.6.0)
multipart-post (2.4.1)
net-http-persistent (4.0.4)
net-http-persistent (4.0.5)
connection_pool (~> 2.2)
parallel (1.22.1)
parallel_tests (4.0.0)
Expand Down Expand Up @@ -96,7 +96,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.6.18)
zeitwerk (2.7.1)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/kennel/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Kennel
VERSION = "1.152.1"
VERSION = "1.152.2"
end

0 comments on commit 2d66a72

Please sign in to comment.