Skip to content

Commit

Permalink
Ensure it works with latest Rails 7.1 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizkowalski authored Oct 10, 2023
1 parent a886660 commit 008afd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 008afd2

Please sign in to comment.