Commit 023b95e 1 parent 88082d4 commit 023b95e Copy full SHA for 023b95e
File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,10 @@ jobs:
134
134
gemfile : gemfiles/rails_4_1.gemfile
135
135
- ruby : " 2.7"
136
136
gemfile : gemfiles/rails_4_2.gemfile
137
+ - ruby : " 2.7"
138
+ gemfile : Gemfile
139
+ - ruby : " 2.7"
140
+ gemfile : gemfiles/rails_head.gemfile
137
141
- ruby : " 3.0"
138
142
gemfile : gemfiles/rails_3_0.gemfile
139
143
- ruby : " 3.0"
@@ -152,6 +156,10 @@ jobs:
152
156
gemfile : gemfiles/rails_5_1.gemfile
153
157
- ruby : " 3.0"
154
158
gemfile : gemfiles/rails_5_2.gemfile
159
+ - ruby : " 3.0"
160
+ gemfile : Gemfile
161
+ - ruby : " 3.0"
162
+ gemfile : gemfiles/rails_head.gemfile
155
163
- ruby : " 3.1"
156
164
gemfile : gemfiles/rails_3_0.gemfile
157
165
- ruby : " 3.1"
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ Gem::Specification.new do |gem|
22
22
23
23
gem . required_ruby_version = ">= 2.1.0"
24
24
25
- gem . add_runtime_dependency "actionpack" , ">= 3.0.2" , "< 7.3 "
26
- gem . add_runtime_dependency "activemodel" , ">= 3.0.2" , "< 7.3 "
27
- gem . add_runtime_dependency "activesupport" , ">= 3.0.2" , "< 7.3 "
25
+ gem . add_runtime_dependency "actionpack" , ">= 3.0.2" , "< 8.0 "
26
+ gem . add_runtime_dependency "activemodel" , ">= 3.0.2" , "< 8.0 "
27
+ gem . add_runtime_dependency "activesupport" , ">= 3.0.2" , "< 8.0 "
28
28
29
29
gem . add_development_dependency "bundler"
30
30
gem . add_development_dependency "factory_bot" , "< 7.0"
You can’t perform that action at this time.
0 commit comments