diff --git a/Gemfile.lock b/Gemfile.lock index 15532a2..71b1767 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - pheme (5.2.4) + pheme (5.2.5) activesupport (>= 4) aws-sdk-sns (~> 1.1) aws-sdk-sqs (~> 1.3) @@ -11,17 +11,17 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.6) + activesupport (7.0.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.4) + addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.786.0) - aws-sdk-core (3.178.0) + aws-partitions (1.802.0) + aws-sdk-core (3.180.3) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.5) @@ -29,7 +29,7 @@ GEM aws-sdk-sns (1.65.0) aws-sdk-core (~> 3, >= 3.177.0) aws-sigv4 (~> 1.1) - aws-sdk-sqs (1.61.0) + aws-sdk-sqs (1.62.0) aws-sdk-core (~> 3, >= 3.177.0) aws-sigv4 (~> 1.1) aws-sigv4 (1.6.0) @@ -49,7 +49,7 @@ GEM json (2.6.3) language_server-protocol (3.17.0.3) lint_roller (1.1.0) - minitest (5.18.1) + minitest (5.19.0) parallel (1.23.0) parser (3.2.2.3) ast (~> 2.4.1) @@ -62,7 +62,7 @@ GEM rchardet (1.8.0) regexp_parser (2.8.1) resource-struct (0.4.0) - rexml (3.2.5) + rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -106,12 +106,12 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - rubocop-rspec (2.22.0) + rubocop-rspec (2.23.2) rubocop (~> 1.33) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) - rubocop-vendor (0.11.0) - rubocop (>= 0.53.0) + rubocop-vendor (0.12.1) + rubocop ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) @@ -129,7 +129,7 @@ GEM standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.1.1) + standard-performance (1.1.2) lint_roller (~> 1.1) rubocop-performance (~> 1.18.0) standard-rails (0.1.0) @@ -139,7 +139,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.4.2) - ws-style (7.1.3) + ws-style (7.2.0) rubocop-rspec (>= 2.2.0) rubocop-vendor (>= 0.11) standard (>= 1.30.1) diff --git a/lib/pheme/version.rb b/lib/pheme/version.rb index 4822e55..4cd0112 100644 --- a/lib/pheme/version.rb +++ b/lib/pheme/version.rb @@ -1,3 +1,3 @@ module Pheme - VERSION = '5.2.4'.freeze + VERSION = '5.2.5'.freeze end