Skip to content

Commit 395874d

Browse files
committed
CI: Test Solidus main with Rails 7.2
We do not have full Rails 8.0 support yet
1 parent 808353a commit 395874d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ gemspec
1010
branch = ENV.fetch('SOLIDUS_BRANCH', 'main')
1111
gem 'solidus', github: 'solidusio/solidus', branch: branch
1212

13-
# A workaround for https://github.com/bundler/bundler/issues/6677
14-
gem 'rails', '>0.a'
13+
rails_version = ENV.fetch("RAILS_VERSION", "~> 7.0")
14+
gem 'rails', rails_version
1515

1616
gem 'bundler'
1717
gem 'rake'

0 commit comments

Comments
 (0)