Skip to content

Commit

Permalink
Rails 7.1 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Oct 5, 2023
1 parent 293ee9d commit 76b776f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- '3.0'
- 'head'
rails:
- rails_7.1.0
- rails_7.0.8
- rails_6.1.7
- rails_6.0.6
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ coverage/

# Ignore dummy app files
spec/dummy/db/*.sqlite3
spec/dummy/db/*.sqlite3-journal
spec/dummy/db/*.sqlite3-*
spec/dummy/log/*.log
spec/dummy/tmp/
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RAILS_VERSIONS = %w[
6.0.6
6.1.7
7.0.8
7.1.0
].freeze

RAILS_VERSIONS.each do |version|
Expand Down
7 changes: 7 additions & 0 deletions gemfiles/rails_7.1.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "7.1.0"

gemspec path: "../"

0 comments on commit 76b776f

Please sign in to comment.