Skip to content

Commit

Permalink
Rails 7.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sircpl committed May 16, 2024
1 parent 3c30e44 commit 0210ec0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
gemfile:
- rails6.1
- rails7.0
- rails7.1
include:
- {ruby-version: "2.6", gemfile: rails5.1}
- {ruby-version: "2.6", gemfile: rails5.2}
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails7.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
eval_gemfile 'common.rb'

gem 'activerecord', '~> 7.1.0'

0 comments on commit 0210ec0

Please sign in to comment.