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
52 changes: 27 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
hooks-ruby (0.7.0)
hooks-ruby (0.7.1)
dry-schema (~> 1.14, >= 1.14.1)
grape (~> 2.3)
puma (~> 6.6)
Expand All @@ -11,7 +11,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.2)
activesupport (8.0.3)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -29,9 +29,9 @@ GEM
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.2)
bigdecimal (3.2.3)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -68,27 +68,27 @@ GEM
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
erb (5.0.1)
erb (5.0.2)
grape (2.4.0)
activesupport (>= 6.1)
dry-types (>= 1.1)
mustermann-grape (~> 1.1.0)
rack (>= 2)
zeitwerk
hashdiff (1.2.0)
hashdiff (1.2.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
io-console (0.8.1)
irb (1.15.2)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.13.2)
json (2.15.0)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
minitest (5.25.5)
mustermann (3.0.3)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.1.0)
mustermann (>= 1.0.0)
Expand All @@ -100,10 +100,10 @@ GEM
parser (3.3.9.0)
ast (~> 2.4.1)
racc
pp (0.6.2)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
prism (1.4.0)
prism (1.5.1)
protobug (0.1.0)
protobug_googleapis_field_behavior_protos (0.1.0)
protobug (= 0.1.0)
Expand All @@ -121,20 +121,21 @@ GEM
puma (6.6.1)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.16)
rack (3.2.1)
rack-test (2.2.0)
rack (>= 1.3)
rainbow (3.1.1)
rdoc (6.14.1)
rdoc (6.15.0)
erb
psych (>= 4.0.0)
tsort
redacting-logger (1.5.0)
logger (~> 1.6)
regexp_parser (2.11.2)
reline (0.6.1)
regexp_parser (2.11.3)
reline (0.6.2)
io-console (~> 0.5)
retryable (3.0.5)
rexml (3.4.2)
rexml (3.4.4)
rspec (3.13.1)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -147,19 +148,19 @@ GEM
rspec-mocks (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.4)
rubocop (1.80.2)
rspec-support (3.13.6)
rubocop (1.81.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.46.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.46.0)
rubocop-ast (1.47.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-github (0.26.0)
Expand All @@ -170,7 +171,7 @@ GEM
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.44.0, < 2.0)
rubocop-rails (2.32.0)
rubocop-rails (2.33.4)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
Expand All @@ -197,15 +198,16 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-erb (1.0.1)
simplecov (< 1.0)
simplecov-html (0.13.1)
simplecov-html (0.13.2)
simplecov_json_formatter (0.1.4)
stringio (3.1.7)
thor (1.4.0)
tsort (0.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.5)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.0.3)
vcr (6.3.1)
base64
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.0".freeze
VERSION = "0.7.1".freeze
end
Binary file removed vendor/cache/activesupport-8.0.2.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-8.0.3.gem
Binary file not shown.
Binary file removed vendor/cache/bigdecimal-3.2.2.gem
Binary file not shown.
Binary file added vendor/cache/bigdecimal-3.2.3.gem
Binary file not shown.
Binary file removed vendor/cache/connection_pool-2.5.3.gem
Binary file not shown.
Binary file added vendor/cache/connection_pool-2.5.4.gem
Binary file not shown.
Binary file removed vendor/cache/erb-5.0.1.gem
Binary file not shown.
Binary file added vendor/cache/erb-5.0.2.gem
Binary file not shown.
Binary file removed vendor/cache/hashdiff-1.2.0.gem
Binary file not shown.
Binary file added vendor/cache/hashdiff-1.2.1.gem
Binary file not shown.
Binary file removed vendor/cache/io-console-0.8.0.gem
Binary file not shown.
Binary file added vendor/cache/io-console-0.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/json-2.13.2.gem
Binary file not shown.
Binary file added vendor/cache/json-2.15.0.gem
Binary file not shown.
Binary file removed vendor/cache/mustermann-3.0.3.gem
Binary file not shown.
Binary file added vendor/cache/mustermann-3.0.4.gem
Binary file not shown.
Binary file removed vendor/cache/pp-0.6.2.gem
Binary file not shown.
Binary file added vendor/cache/pp-0.6.3.gem
Binary file not shown.
Binary file removed vendor/cache/prism-1.4.0.gem
Binary file not shown.
Binary file added vendor/cache/prism-1.5.1.gem
Binary file not shown.
Binary file removed vendor/cache/rack-3.1.16.gem
Binary file not shown.
Binary file added vendor/cache/rack-3.2.1.gem
Binary file not shown.
Binary file removed vendor/cache/rdoc-6.14.1.gem
Binary file not shown.
Binary file added vendor/cache/rdoc-6.15.0.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.11.2.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.11.3.gem
Binary file not shown.
Binary file removed vendor/cache/reline-0.6.1.gem
Binary file not shown.
Binary file added vendor/cache/reline-0.6.2.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.4.2.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.4.4.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-support-3.13.4.gem
Binary file not shown.
Binary file added vendor/cache/rspec-support-3.13.6.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.80.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.81.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.46.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.47.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rails-2.32.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rails-2.33.4.gem
Binary file not shown.
Binary file removed vendor/cache/simplecov-html-0.13.1.gem
Binary file not shown.
Binary file added vendor/cache/simplecov-html-0.13.2.gem
Binary file not shown.
Binary file added vendor/cache/tsort-0.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-3.1.5.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-3.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-emoji-4.0.4.gem
Binary file not shown.
Binary file added vendor/cache/unicode-emoji-4.1.0.gem
Binary file not shown.