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 77da0ee commit c4381c5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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/actionmailer71.gemfile
- ruby: 3.1
gemfile: Gemfile
- ruby: 3.1
gemfile: gemfiles/actionmailer70.gemfile
- ruby: "3.0"
gemfile: gemfiles/actionmailer61.gemfile
- ruby: 3.1
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ tmp
*.a
mkmf.log
*.log
*.sqlite
*.sqlite*
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ gemspec

gem "rake"
gem "minitest"
gem "actionmailer", "~> 7.0.0"
gem "activerecord", "~> 7.0.0"
gem "actionmailer", "~> 7.1.0"
gem "activerecord", "~> 7.1.0"
gem "combustion"
gem "sqlite3"
gem "redis"
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ gemspec path: ".."

gem "rake"
gem "minitest"
gem "actionmailer", "7.1.0.beta1"
gem "activerecord", "7.1.0.beta1"
gem "actionmailer", "~> 7.0.0"
gem "activerecord", "~> 7.0.0"
gem "combustion"
gem "sqlite3"
gem "redis"

0 comments on commit c4381c5

Please sign in to comment.