diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index fc17081..5088cd4 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7 + ruby-version: 3.2 bundler-cache: true - run: | sudo apt-get update diff --git a/Gemfile b/Gemfile index 40a1b26..88976da 100644 --- a/Gemfile +++ b/Gemfile @@ -28,6 +28,6 @@ gem 'rack', '3.0.11', require: false gem 'rake', '13.2.1', require: false gem 'rspec-rails', '6.1.2', require: false gem 'rubocop', '1.64.0', require: false -gem 'rubocop-rspec', '2.20.0', require: false +gem 'rubocop-rspec', '2.29.2', require: false gem 'simplecov', '0.22.0', require: false gem 'xcop', '0.7.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 3cfba9d..de90acc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,9 +140,15 @@ GEM parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) - rubocop-rspec (2.20.0) - rubocop (~> 1.33) + rubocop-factory_bot (2.25.1) + rubocop (~> 1.41) + rubocop-rspec (2.29.2) + rubocop (~> 1.40) rubocop-capybara (~> 2.17) + rubocop-factory_bot (~> 2.22) + rubocop-rspec_rails (~> 2.28) + rubocop-rspec_rails (2.28.3) + rubocop (~> 1.40) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) @@ -176,7 +182,7 @@ DEPENDENCIES rake (= 13.2.1) rspec-rails (= 6.1.2) rubocop (= 1.64.0) - rubocop-rspec (= 2.20.0) + rubocop-rspec (= 2.29.2) simplecov (= 0.22.0) xcop (= 0.7.1)