Skip to content

Commit ee953e9

Browse files
committed
Use core minimum but allow 7.0/7.1/7.2 since core sets upper limit
This should be safe to use as is since the core application sets the rails version. This will allow us to test with other versions on master.
1 parent c315f5b commit ee953e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manageiq-ui-classic.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
2020
s.require_paths = ["lib"]
2121

22-
s.add_dependency "rails", ">= 6.0.4", "<7.1"
22+
s.add_dependency "rails", ">= 7.0.8", "<8.0"
2323

2424
s.add_dependency "execjs", "2.8.1" # Note: 2.8.1 requires uglifier 4.2.0 to defer uglifier asset compilation until asset compilation time: https://github.com/rails/execjs/issues/105
2525
s.add_dependency "high_voltage", "~> 3.0.0"

0 commit comments

Comments
 (0)