File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,19 @@ jobs:
3030 - ' 3.0'
3131 - ' 2.7'
3232 rails :
33+ - " 8.0.0"
3334 - " 7.2.0"
3435 - " 7.1.0"
3536 - " 7.0.0"
3637 - " 6.1.0"
3738 - " 6.0.0"
3839 exclude :
40+ - rails : " 8.0.0"
41+ ruby : " 3.1"
42+ - rails : " 8.0.0"
43+ ruby : " 3.0"
44+ - rails : " 8.0.0"
45+ ruby : " 2.7"
3946 - rails : " 7.2.0"
4047 ruby : " 3.0"
4148 - rails : " 7.2.0"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source 'https://rubygems.org'
22
33gemspec
44
5- RAILS_VERSION = ENV . fetch ( "RAILS_VERSION" , '7 .0.4 ' ) . freeze
5+ RAILS_VERSION = ENV . fetch ( "RAILS_VERSION" , '8 .0.1 ' ) . freeze
66
77%w( railties actionview actionpack activerecord ) . each do |name |
88 gem name , "~> #{ RAILS_VERSION } "
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
2424
2525 spec . add_runtime_dependency 'addressable' , '~> 2.3'
2626 spec . add_runtime_dependency 'dry-core' , '~> 1.0'
27- spec . add_runtime_dependency 'railties' , '>= 6.0' , '< 8.0 .0'
27+ spec . add_runtime_dependency 'railties' , '>= 6.0' , '< 8.1 .0'
2828 spec . add_runtime_dependency 'rom' , '~> 5.3'
2929
3030 spec . add_development_dependency "bundler"
You can’t perform that action at this time.
0 commit comments