Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
hooks-ruby (0.7.3)
hooks-ruby (0.7.4)
dry-schema (~> 1.14, >= 1.14.1)
grape (~> 2.3)
puma (>= 6.6, < 8.0)
Expand All @@ -11,14 +11,14 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.3)
activesupport (8.1.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
json
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
Expand All @@ -28,14 +28,13 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.3.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
crack (1.0.1)
bigdecimal
rexml
date (3.4.1)
date (3.5.0)
diff-lcs (1.6.2)
docile (1.4.1)
drb (2.2.3)
Expand Down Expand Up @@ -68,7 +67,7 @@ GEM
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
erb (5.0.3)
erb (5.1.3)
grape (2.4.0)
activesupport (>= 6.1)
dry-types (>= 1.1)
Expand Down Expand Up @@ -129,7 +128,7 @@ GEM
erb
psych (>= 4.0.0)
tsort
redacting-logger (1.5.0)
redacting-logger (1.5.1)
logger (~> 1.6)
regexp_parser (2.11.3)
reline (0.6.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/hooks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
module Hooks
# Current version of the Hooks webhook framework
# @return [String] The version string following semantic versioning
VERSION = "0.7.3".freeze
VERSION = "0.7.4".freeze
end
Binary file removed vendor/cache/activesupport-8.0.3.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-8.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/benchmark-0.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/date-3.4.1.gem
Binary file not shown.
Binary file added vendor/cache/date-3.5.0.gem
Binary file not shown.
Binary file removed vendor/cache/erb-5.0.3.gem
Binary file not shown.
Binary file added vendor/cache/erb-5.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/redacting-logger-1.5.0.gem
Binary file not shown.
Binary file added vendor/cache/redacting-logger-1.5.1.gem
Binary file not shown.
Loading