diff --git a/Gemfile b/Gemfile index b8dacf6..41abc0e 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :development, :test do gem 'rspec' gem 'rspec-mocks', '~> 3.13.1' gem 'simplecov', '< 0.18' - gem 'simplycop', '1.17.0' + gem 'simplycop', '1.17.1' end gem "faraday-retry", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index b40b23f..906e34e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GEM public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) base64 (0.2.0) - bigdecimal (3.1.7) + bigdecimal (3.1.8) coderay (1.1.3) concurrent-ruby (1.2.3) connection_pool (2.4.1) @@ -28,7 +28,7 @@ GEM net-http faraday-retry (2.2.1) faraday (~> 2.0) - i18n (1.14.4) + i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) jwt (2.8.1) @@ -52,9 +52,9 @@ GEM method_source (~> 1.0) public_suffix (5.0.4) racc (1.7.3) - rack (3.0.10) + rack (3.0.11) rainbow (3.1.1) - regexp_parser (2.9.0) + regexp_parser (2.9.1) rexml (3.2.6) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -69,7 +69,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.63.4) + rubocop (1.63.5) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -94,7 +94,7 @@ GEM rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rspec (2.29.1) + rubocop-rspec (2.29.2) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -111,11 +111,11 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - simplycop (1.17.0) - rubocop (= 1.63.4) + simplycop (1.17.1) + rubocop (= 1.63.5) rubocop-performance (= 1.21.0) rubocop-rails (= 2.24.1) - rubocop-rspec (= 2.29.1) + rubocop-rspec (= 2.29.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) @@ -133,7 +133,7 @@ DEPENDENCIES rspec-mocks (~> 3.13.1) semantic simplecov (< 0.18) - simplycop (= 1.17.0) + simplycop (= 1.17.1) BUNDLED WITH 2.4.12