Skip to content

Commit 7bb705b

Browse files
committed
Bumps rails and railties version to 8.0.1
1 parent 4a554e6 commit 7bb705b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
gemspec
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}"

rom-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)