diff --git a/Gemfile b/Gemfile index 2263234..b9517fb 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development, :test do gem 'rspec' gem 'rspec-mocks', '~> 3.13.2' gem 'simplecov', '< 0.18' - gem 'simplycop', '2.9.0' + gem 'simplycop', '2.9.1' end gem "faraday-retry", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 79f7217..a4469a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (8.0.0) + activesupport (8.0.1) base64 benchmark (>= 0.3) bigdecimal @@ -19,7 +19,7 @@ GEM ast (2.4.2) base64 (0.2.0) benchmark (0.4.0) - bigdecimal (3.1.8) + bigdecimal (3.1.9) coderay (1.1.3) concurrent-ruby (1.3.4) connection_pool (2.4.1) @@ -36,13 +36,13 @@ GEM faraday (~> 2.0) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.8.2) + json (2.9.1) jwt (2.10.1) base64 language_server-protocol (3.17.0.3) - logger (1.6.1) + logger (1.6.4) method_source (1.1.0) - minitest (5.25.2) + minitest (5.25.4) net-http (0.4.1) uri octokit (9.2.0) @@ -59,7 +59,7 @@ GEM racc (1.8.1) rack (3.1.8) rainbow (3.1.1) - regexp_parser (2.9.2) + regexp_parser (2.10.0) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -106,14 +106,14 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - securerandom (0.3.2) + securerandom (0.4.1) semantic (1.6.1) simplecov (0.17.1) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - simplycop (2.9.0) + simplycop (2.9.1) rubocop (= 1.68.0) rubocop-ast (= 1.36.1) rubocop-capybara (= 2.21.0) @@ -139,7 +139,7 @@ DEPENDENCIES rspec-mocks (~> 3.13.2) semantic simplecov (< 0.18) - simplycop (= 2.9.0) + simplycop (= 2.9.1) BUNDLED WITH 2.5.22