Skip to content

Commit

Permalink
Added Rails 7.1 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 26, 2023
1 parent b26e293 commit 63ba612
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
include:
- ruby: 3.2
gemfile: Gemfile
gemfile: gemfiles/rails71.gemfile
- ruby: 3.1
gemfile: Gemfile
- ruby: "3.0"
Expand Down
12 changes: 12 additions & 0 deletions gemfiles/rails71.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
source "https://rubygems.org"

gemspec path: ".."

gem "rake"
gem "rake-compiler"
gem "minitest"
gem "combustion"
gem "rails", github: "rails/rails"
gem "sqlite3"
gem "mysql2"
gem "pg"

0 comments on commit 63ba612

Please sign in to comment.