Skip to content

Commit

Permalink
[rails6][Gemfile] Update jquery-rjs
Browse files Browse the repository at this point in the history
Update to a version that includes the patch for Rails 6.0

ManageIQ/jquery-rjs#3
  • Loading branch information
NickLaMuro committed Dec 10, 2020
1 parent fec74c0 commit 6eb771e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ group :ui_dependencies do # Added to Bundler.require in config/application.rb
manageiq_plugin "manageiq-decorators"
manageiq_plugin "manageiq-ui-classic"
# Modified gems (forked on Github)
gem "jquery-rjs", "=0.1.1.1", :source => "https://rubygems.manageiq.org"
gem "jquery-rjs", "=0.1.1.2", :source => "https://rubygems.manageiq.org"
end

group :v2v, :ui_dependencies do
Expand Down

0 comments on commit 6eb771e

Please sign in to comment.