Skip to content

Commit

Permalink
v1.152.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Sep 11, 2024
1 parent 3aa35f9 commit 76c08f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
kennel (1.152.0)
kennel (1.152.1)
diff-lcs (~> 1.5)
faraday (~> 1.8)
hashdiff (~> 1.0)
Expand Down Expand Up @@ -41,7 +41,7 @@ GEM
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (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.2)
net-http-persistent (4.0.4)
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.15)
zeitwerk (2.6.18)

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.0"
VERSION = "1.152.1"
end

0 comments on commit 76c08f1

Please sign in to comment.