Skip to content

Commit

Permalink
Test with Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 6, 2023
1 parent 2aaa6a1 commit 5106454
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
matrix:
include:
- ruby: 3.2
gemfile: gemfiles/rails71.gemfile
- ruby: 3.1
gemfile: Gemfile
- ruby: 3.1
gemfile: gemfiles/rails70.gemfile
- ruby: "3.0"
gemfile: gemfiles/rails61.gemfile
env:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/spec/reports/
/tmp/
*.log
*.sqlite
*.sqlite*
*.lock
*.bundle
*.so
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rake"
gem "rake-compiler"
gem "minitest"
gem "combustion"
gem "rails", "~> 7.0.0"
gem "rails", "~> 7.1.0"
gem "sqlite3"
gem "mysql2"
gem "pg"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails71.gemfile → gemfiles/rails70.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rake"
gem "rake-compiler"
gem "minitest"
gem "combustion"
gem "rails", "7.1.0.beta1"
gem "rails", "~> 7.0.0"
gem "sqlite3"
gem "mysql2"
gem "pg"

0 comments on commit 5106454

Please sign in to comment.