Skip to content

Commit

Permalink
Merge pull request ManageIQ#7056 from jrafanie/bump_to_rails_5_2_4_3
Browse files Browse the repository at this point in the history
Update ui-classic to match manageiq rails version
  • Loading branch information
chessbyte authored May 19, 2020
2 parents cdf3b48 + 9ee7920 commit 577f4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-ui-classic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "rails", "~>5.2.4"
s.add_dependency "rails", "~>5.2.4", ">=5.2.4.3"

s.add_dependency "coffee-rails"
s.add_dependency "font-fabulous", "~> 1.0.5"
Expand Down

0 comments on commit 577f4a2

Please sign in to comment.