Skip to content

Commit

Permalink
v1.151.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed May 14, 2024
1 parent 16dffc2 commit aa24c93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
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.13)
zeitwerk (2.6.14)

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.150.0"
VERSION = "1.151.0"
end

0 comments on commit aa24c93

Please sign in to comment.