Commit 3dc7228 1 parent e394039 commit 3dc7228 Copy full SHA for 3dc7228
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
matrix :
9
9
include :
10
10
- ruby : 3.3
11
- gemfile : gemfiles/rails72.gemfile
12
- - ruby : 3.2
13
11
gemfile : Gemfile
12
+ - ruby : 3.2
13
+ gemfile : gemfiles/rails71.gemfile
14
14
- ruby : 3.1
15
15
gemfile : gemfiles/rails70.gemfile
16
16
- ruby : " 3.0"
Original file line number Diff line number Diff line change 5
5
gem "rake"
6
6
gem "minitest" , ">= 5"
7
7
gem "combustion"
8
- gem "rails" , "~> 7.1 .0"
9
- gem "sqlite3" , "< 2"
8
+ gem "rails" , "~> 7.2 .0"
9
+ gem "sqlite3"
10
10
gem "devise"
11
11
gem "rack" , "< 3.0.10"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gemspec path: ".."
5
5
gem "rake"
6
6
gem "minitest", ">= 5"
7
7
gem "combustion"
8
- gem "rails", "~> 7.2.0.beta2 "
9
- gem "sqlite3"
8
+ gem "rails", "~> 7.1.0 "
9
+ gem "sqlite3", "< 2"
10
10
gem "devise"
11
11
gem "rack", "< 3.0.10"
You can’t perform that action at this time.
0 commit comments