File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ jobs:
5353 - rails_5.2.6
5454 - rails_6.0.4
5555 - rails_6.1.4
56- - rails_7.0.0
56+ - rails_7.0.1
5757 adapter :
5858 - sqlite3
5959 - postgresql
6060 - mysql2
6161 - oracle_enhanced
6262 exclude :
6363 - ruby : ' 2.6'
64- rails : rails_7.0.0
64+ rails : rails_7.0.1
6565 - ruby : ' 3.0'
6666 rails : rails_5.2.6
6767
Original file line number Diff line number Diff line change 4141 version : ' '
4242 install_if : ' -> { ENV["DB_ADAPTER"] == "oracle_enhanced" }'
4343
44- 7.0.0 :
44+ 7.0.1 :
4545 sqlite3 :
4646 version : ~> 1.4.0
4747 install_if : ' -> { ENV["DB_ADAPTER"] == "sqlite3" }'
Original file line number Diff line number Diff line change 33source "https://rubygems.org"
44
55gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
6- gem "rails", "7.0.0 "
6+ gem "rails", "7.0.1 "
77
88install_if -> { ENV["DB_ADAPTER"] == "sqlite3" } do
99 gem "sqlite3", "~> 1.4.0"
You can’t perform that action at this time.
0 commit comments