Skip to content

Commit 4458fc0

Browse files
authored
Merge pull request #98 from github/gem-updates
Gem updates
2 parents 588b336 + e531521 commit 4458fc0

File tree

11 files changed

+7
-8
lines changed

11 files changed

+7
-8
lines changed

Gemfile.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
hooks-ruby (0.7.3)
4+
hooks-ruby (0.7.4)
55
dry-schema (~> 1.14, >= 1.14.1)
66
grape (~> 2.3)
77
puma (>= 6.6, < 8.0)
@@ -11,14 +11,14 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
activesupport (8.0.3)
14+
activesupport (8.1.1)
1515
base64
16-
benchmark (>= 0.3)
1716
bigdecimal
1817
concurrent-ruby (~> 1.0, >= 1.3.1)
1918
connection_pool (>= 2.2.5)
2019
drb
2120
i18n (>= 1.6, < 2)
21+
json
2222
logger (>= 1.4.2)
2323
minitest (>= 5.1)
2424
securerandom (>= 0.3)
@@ -28,14 +28,13 @@ GEM
2828
public_suffix (>= 2.0.2, < 7.0)
2929
ast (2.4.3)
3030
base64 (0.3.0)
31-
benchmark (0.4.1)
3231
bigdecimal (3.3.1)
3332
concurrent-ruby (1.3.5)
3433
connection_pool (2.5.4)
3534
crack (1.0.1)
3635
bigdecimal
3736
rexml
38-
date (3.4.1)
37+
date (3.5.0)
3938
diff-lcs (1.6.2)
4039
docile (1.4.1)
4140
drb (2.2.3)
@@ -68,7 +67,7 @@ GEM
6867
dry-inflector (~> 1.0)
6968
dry-logic (~> 1.4)
7069
zeitwerk (~> 2.6)
71-
erb (5.0.3)
70+
erb (5.1.3)
7271
grape (2.4.0)
7372
activesupport (>= 6.1)
7473
dry-types (>= 1.1)
@@ -129,7 +128,7 @@ GEM
129128
erb
130129
psych (>= 4.0.0)
131130
tsort
132-
redacting-logger (1.5.0)
131+
redacting-logger (1.5.1)
133132
logger (~> 1.6)
134133
regexp_parser (2.11.3)
135134
reline (0.6.2)

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.3".freeze
7+
VERSION = "0.7.4".freeze
88
end
-247 KB
Binary file not shown.
262 KB
Binary file not shown.

vendor/cache/benchmark-0.4.1.gem

-14 KB
Binary file not shown.

vendor/cache/date-3.4.1.gem

-75 KB
Binary file not shown.

vendor/cache/date-3.5.0.gem

76.5 KB
Binary file not shown.

vendor/cache/erb-5.0.3.gem

-28.5 KB
Binary file not shown.

vendor/cache/erb-5.1.3.gem

29 KB
Binary file not shown.
-8 KB
Binary file not shown.

0 commit comments

Comments
 (0)