Skip to content

Commit 64f5aae

Browse files
committed
bundle update all the gems
1 parent cff65a8 commit 64f5aae

12 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
hooks-ruby (0.7.1)
4+
hooks-ruby (0.7.2)
55
dry-schema (~> 1.14, >= 1.14.1)
66
grape (~> 2.3)
77
puma (>= 6.6, < 8.0)
@@ -29,7 +29,7 @@ GEM
2929
ast (2.4.3)
3030
base64 (0.3.0)
3131
benchmark (0.4.1)
32-
bigdecimal (3.2.3)
32+
bigdecimal (3.3.0)
3333
concurrent-ruby (1.3.5)
3434
connection_pool (2.5.4)
3535
crack (1.0.0)
@@ -68,7 +68,7 @@ GEM
6868
dry-inflector (~> 1.0)
6969
dry-logic (~> 1.4)
7070
zeitwerk (~> 2.6)
71-
erb (5.0.2)
71+
erb (5.0.3)
7272
grape (2.4.0)
7373
activesupport (>= 6.1)
7474
dry-types (>= 1.1)
@@ -83,11 +83,11 @@ GEM
8383
pp (>= 0.6.0)
8484
rdoc (>= 4.0.0)
8585
reline (>= 0.4.2)
86-
json (2.15.0)
86+
json (2.15.1)
8787
language_server-protocol (3.17.0.5)
8888
lint_roller (1.1.0)
8989
logger (1.7.0)
90-
minitest (5.25.5)
90+
minitest (5.26.0)
9191
mustermann (3.0.4)
9292
ruby2_keywords (~> 0.0.1)
9393
mustermann-grape (1.1.0)
@@ -208,7 +208,7 @@ GEM
208208
unicode-display_width (3.2.0)
209209
unicode-emoji (~> 4.1)
210210
unicode-emoji (4.1.0)
211-
uri (1.0.3)
211+
uri (1.0.4)
212212
vcr (6.3.1)
213213
base64
214214
webmock (3.25.1)

lib/hooks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
module Hooks
55
# Current version of the Hooks webhook framework
66
# @return [String] The version string following semantic versioning
7-
VERSION = "0.7.1".freeze
7+
VERSION = "0.7.2".freeze
88
end

vendor/cache/bigdecimal-3.2.3.gem

-82 KB
Binary file not shown.

vendor/cache/bigdecimal-3.3.0.gem

83 KB
Binary file not shown.

vendor/cache/erb-5.0.2.gem

-21 KB
Binary file not shown.

vendor/cache/erb-5.0.3.gem

28.5 KB
Binary file not shown.

vendor/cache/json-2.15.0.gem

-77 KB
Binary file not shown.

vendor/cache/json-2.15.1.gem

77 KB
Binary file not shown.

vendor/cache/minitest-5.25.5.gem

-99 KB
Binary file not shown.

vendor/cache/minitest-5.26.0.gem

99 KB
Binary file not shown.

0 commit comments

Comments
 (0)