Skip to content

Commit

Permalink
v1.148.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Feb 13, 2024
1 parent 173b28d commit 5cd70ec
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.148.0)
kennel (1.148.1)
diff-lcs (~> 1.5)
faraday (~> 1.8)
hashdiff (~> 1.0)
Expand All @@ -22,7 +22,7 @@ GEM
connection_pool (2.4.1)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
diff-lcs (1.5.1)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 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.3.0)
multipart-post (2.4.0)
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.12)
zeitwerk (2.6.13)

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.148.0"
VERSION = "1.148.1"
end

0 comments on commit 5cd70ec

Please sign in to comment.