diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index fd5038a..08fbd4d 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -12,9 +12,9 @@ jobs: strategy: matrix: gemfile: - - Gemfile + - Gemfile # latest Rails - gemfiles/Gemfile-rails-6-1 - # - gemfiles/Gemfile-rails-7-0 # This is the main version now + - gemfiles/Gemfile-rails-7-0 ruby: - '3.0' - '3.1' diff --git a/Gemfile b/Gemfile index 11bbfe5..e3954b9 100644 --- a/Gemfile +++ b/Gemfile @@ -8,8 +8,8 @@ gemspec gem "activerecord", "< 8" # needed for app_test test case gem "minitest-reporters", "~> 1.6" -gem "rubocop", "~> 1.55" -gem "rubocop-minitest", "~> 0.31" -gem "rubocop-performance", "~> 1.18" +gem "rubocop", "~> 1.56" +gem "rubocop-minitest", "~> 0.32" +gem "rubocop-performance", "~> 1.19" gem "rubocop-thread_safety", "~> 0.5" gem "sqlite3", "~> 1.6"