diff --git a/Gemfile.lock b/Gemfile.lock index b5e654c8..665ec841 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -11,7 +11,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (8.0.2) + activesupport (8.0.3) base64 benchmark (>= 0.3) bigdecimal @@ -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 @@ -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) @@ -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) @@ -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) @@ -147,8 +148,8 @@ 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) @@ -156,10 +157,10 @@ GEM 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) @@ -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) @@ -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 diff --git a/lib/hooks/version.rb b/lib/hooks/version.rb index 8681f584..a51e27c5 100644 --- a/lib/hooks/version.rb +++ b/lib/hooks/version.rb @@ -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 diff --git a/vendor/cache/activesupport-8.0.2.gem b/vendor/cache/activesupport-8.0.2.gem deleted file mode 100644 index 24b49354..00000000 Binary files a/vendor/cache/activesupport-8.0.2.gem and /dev/null differ diff --git a/vendor/cache/activesupport-8.0.3.gem b/vendor/cache/activesupport-8.0.3.gem new file mode 100644 index 00000000..87400c60 Binary files /dev/null and b/vendor/cache/activesupport-8.0.3.gem differ diff --git a/vendor/cache/bigdecimal-3.2.2.gem b/vendor/cache/bigdecimal-3.2.2.gem deleted file mode 100644 index ed8d2e43..00000000 Binary files a/vendor/cache/bigdecimal-3.2.2.gem and /dev/null differ diff --git a/vendor/cache/bigdecimal-3.2.3.gem b/vendor/cache/bigdecimal-3.2.3.gem new file mode 100644 index 00000000..6c3888c6 Binary files /dev/null and b/vendor/cache/bigdecimal-3.2.3.gem differ diff --git a/vendor/cache/connection_pool-2.5.3.gem b/vendor/cache/connection_pool-2.5.3.gem deleted file mode 100644 index 23c398fc..00000000 Binary files a/vendor/cache/connection_pool-2.5.3.gem and /dev/null differ diff --git a/vendor/cache/connection_pool-2.5.4.gem b/vendor/cache/connection_pool-2.5.4.gem new file mode 100644 index 00000000..7112e1ad Binary files /dev/null and b/vendor/cache/connection_pool-2.5.4.gem differ diff --git a/vendor/cache/erb-5.0.1.gem b/vendor/cache/erb-5.0.1.gem deleted file mode 100644 index d0902424..00000000 Binary files a/vendor/cache/erb-5.0.1.gem and /dev/null differ diff --git a/vendor/cache/erb-5.0.2.gem b/vendor/cache/erb-5.0.2.gem new file mode 100644 index 00000000..a63e03bc Binary files /dev/null and b/vendor/cache/erb-5.0.2.gem differ diff --git a/vendor/cache/hashdiff-1.2.0.gem b/vendor/cache/hashdiff-1.2.0.gem deleted file mode 100644 index 1359998a..00000000 Binary files a/vendor/cache/hashdiff-1.2.0.gem and /dev/null differ diff --git a/vendor/cache/hashdiff-1.2.1.gem b/vendor/cache/hashdiff-1.2.1.gem new file mode 100644 index 00000000..250f5054 Binary files /dev/null and b/vendor/cache/hashdiff-1.2.1.gem differ diff --git a/vendor/cache/io-console-0.8.0.gem b/vendor/cache/io-console-0.8.0.gem deleted file mode 100644 index 7a39c003..00000000 Binary files a/vendor/cache/io-console-0.8.0.gem and /dev/null differ diff --git a/vendor/cache/io-console-0.8.1.gem b/vendor/cache/io-console-0.8.1.gem new file mode 100644 index 00000000..42cbed4e Binary files /dev/null and b/vendor/cache/io-console-0.8.1.gem differ diff --git a/vendor/cache/json-2.13.2.gem b/vendor/cache/json-2.13.2.gem deleted file mode 100644 index 036dacb6..00000000 Binary files a/vendor/cache/json-2.13.2.gem and /dev/null differ diff --git a/vendor/cache/json-2.15.0.gem b/vendor/cache/json-2.15.0.gem new file mode 100644 index 00000000..3698b8d1 Binary files /dev/null and b/vendor/cache/json-2.15.0.gem differ diff --git a/vendor/cache/mustermann-3.0.3.gem b/vendor/cache/mustermann-3.0.3.gem deleted file mode 100644 index ec4d1260..00000000 Binary files a/vendor/cache/mustermann-3.0.3.gem and /dev/null differ diff --git a/vendor/cache/mustermann-3.0.4.gem b/vendor/cache/mustermann-3.0.4.gem new file mode 100644 index 00000000..beeb1fb7 Binary files /dev/null and b/vendor/cache/mustermann-3.0.4.gem differ diff --git a/vendor/cache/pp-0.6.2.gem b/vendor/cache/pp-0.6.2.gem deleted file mode 100644 index 25704968..00000000 Binary files a/vendor/cache/pp-0.6.2.gem and /dev/null differ diff --git a/vendor/cache/pp-0.6.3.gem b/vendor/cache/pp-0.6.3.gem new file mode 100644 index 00000000..8cf4ae3b Binary files /dev/null and b/vendor/cache/pp-0.6.3.gem differ diff --git a/vendor/cache/prism-1.4.0.gem b/vendor/cache/prism-1.4.0.gem deleted file mode 100644 index 005bf8ed..00000000 Binary files a/vendor/cache/prism-1.4.0.gem and /dev/null differ diff --git a/vendor/cache/prism-1.5.1.gem b/vendor/cache/prism-1.5.1.gem new file mode 100644 index 00000000..36c4657b Binary files /dev/null and b/vendor/cache/prism-1.5.1.gem differ diff --git a/vendor/cache/rack-3.1.16.gem b/vendor/cache/rack-3.1.16.gem deleted file mode 100644 index 0a48c300..00000000 Binary files a/vendor/cache/rack-3.1.16.gem and /dev/null differ diff --git a/vendor/cache/rack-3.2.1.gem b/vendor/cache/rack-3.2.1.gem new file mode 100644 index 00000000..7b9078c3 Binary files /dev/null and b/vendor/cache/rack-3.2.1.gem differ diff --git a/vendor/cache/rdoc-6.14.1.gem b/vendor/cache/rdoc-6.14.1.gem deleted file mode 100644 index 5810bfb3..00000000 Binary files a/vendor/cache/rdoc-6.14.1.gem and /dev/null differ diff --git a/vendor/cache/rdoc-6.15.0.gem b/vendor/cache/rdoc-6.15.0.gem new file mode 100644 index 00000000..814fae9c Binary files /dev/null and b/vendor/cache/rdoc-6.15.0.gem differ diff --git a/vendor/cache/regexp_parser-2.11.2.gem b/vendor/cache/regexp_parser-2.11.2.gem deleted file mode 100644 index 501698e2..00000000 Binary files a/vendor/cache/regexp_parser-2.11.2.gem and /dev/null differ diff --git a/vendor/cache/regexp_parser-2.11.3.gem b/vendor/cache/regexp_parser-2.11.3.gem new file mode 100644 index 00000000..60eb7aa7 Binary files /dev/null and b/vendor/cache/regexp_parser-2.11.3.gem differ diff --git a/vendor/cache/reline-0.6.1.gem b/vendor/cache/reline-0.6.1.gem deleted file mode 100644 index 98ae6be5..00000000 Binary files a/vendor/cache/reline-0.6.1.gem and /dev/null differ diff --git a/vendor/cache/reline-0.6.2.gem b/vendor/cache/reline-0.6.2.gem new file mode 100644 index 00000000..30873bfd Binary files /dev/null and b/vendor/cache/reline-0.6.2.gem differ diff --git a/vendor/cache/rexml-3.4.2.gem b/vendor/cache/rexml-3.4.2.gem deleted file mode 100644 index 22ff50c9..00000000 Binary files a/vendor/cache/rexml-3.4.2.gem and /dev/null differ diff --git a/vendor/cache/rexml-3.4.4.gem b/vendor/cache/rexml-3.4.4.gem new file mode 100644 index 00000000..46cc01a8 Binary files /dev/null and b/vendor/cache/rexml-3.4.4.gem differ diff --git a/vendor/cache/rspec-support-3.13.4.gem b/vendor/cache/rspec-support-3.13.4.gem deleted file mode 100644 index 0d49eada..00000000 Binary files a/vendor/cache/rspec-support-3.13.4.gem and /dev/null differ diff --git a/vendor/cache/rspec-support-3.13.6.gem b/vendor/cache/rspec-support-3.13.6.gem new file mode 100644 index 00000000..a6093504 Binary files /dev/null and b/vendor/cache/rspec-support-3.13.6.gem differ diff --git a/vendor/cache/rubocop-1.80.2.gem b/vendor/cache/rubocop-1.80.2.gem deleted file mode 100644 index 7cad74a6..00000000 Binary files a/vendor/cache/rubocop-1.80.2.gem and /dev/null differ diff --git a/vendor/cache/rubocop-1.81.1.gem b/vendor/cache/rubocop-1.81.1.gem new file mode 100644 index 00000000..f85f4fc6 Binary files /dev/null and b/vendor/cache/rubocop-1.81.1.gem differ diff --git a/vendor/cache/rubocop-ast-1.46.0.gem b/vendor/cache/rubocop-ast-1.46.0.gem deleted file mode 100644 index dee87f95..00000000 Binary files a/vendor/cache/rubocop-ast-1.46.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-ast-1.47.1.gem b/vendor/cache/rubocop-ast-1.47.1.gem new file mode 100644 index 00000000..52d039cf Binary files /dev/null and b/vendor/cache/rubocop-ast-1.47.1.gem differ diff --git a/vendor/cache/rubocop-rails-2.32.0.gem b/vendor/cache/rubocop-rails-2.32.0.gem deleted file mode 100644 index 257d7b7c..00000000 Binary files a/vendor/cache/rubocop-rails-2.32.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-rails-2.33.4.gem b/vendor/cache/rubocop-rails-2.33.4.gem new file mode 100644 index 00000000..636e2ed1 Binary files /dev/null and b/vendor/cache/rubocop-rails-2.33.4.gem differ diff --git a/vendor/cache/simplecov-html-0.13.1.gem b/vendor/cache/simplecov-html-0.13.1.gem deleted file mode 100644 index 17948593..00000000 Binary files a/vendor/cache/simplecov-html-0.13.1.gem and /dev/null differ diff --git a/vendor/cache/simplecov-html-0.13.2.gem b/vendor/cache/simplecov-html-0.13.2.gem new file mode 100644 index 00000000..d2007c29 Binary files /dev/null and b/vendor/cache/simplecov-html-0.13.2.gem differ diff --git a/vendor/cache/tsort-0.2.0.gem b/vendor/cache/tsort-0.2.0.gem new file mode 100644 index 00000000..b80e65b3 Binary files /dev/null and b/vendor/cache/tsort-0.2.0.gem differ diff --git a/vendor/cache/unicode-display_width-3.1.5.gem b/vendor/cache/unicode-display_width-3.1.5.gem deleted file mode 100644 index b8499409..00000000 Binary files a/vendor/cache/unicode-display_width-3.1.5.gem and /dev/null differ diff --git a/vendor/cache/unicode-display_width-3.2.0.gem b/vendor/cache/unicode-display_width-3.2.0.gem new file mode 100644 index 00000000..37a7d7a0 Binary files /dev/null and b/vendor/cache/unicode-display_width-3.2.0.gem differ diff --git a/vendor/cache/unicode-emoji-4.0.4.gem b/vendor/cache/unicode-emoji-4.0.4.gem deleted file mode 100644 index bae638f0..00000000 Binary files a/vendor/cache/unicode-emoji-4.0.4.gem and /dev/null differ diff --git a/vendor/cache/unicode-emoji-4.1.0.gem b/vendor/cache/unicode-emoji-4.1.0.gem new file mode 100644 index 00000000..f561c26e Binary files /dev/null and b/vendor/cache/unicode-emoji-4.1.0.gem differ