Update jquery-rails gem

This commit is contained in:
Artur Beljajev 2019-09-15 17:38:45 +03:00
parent 4a306a0463
commit e16b51f4d6
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ gem 'nokogiri'
gem 'bootstrap-sass', '~> 3.4'
gem 'sass-rails', '5.0.6' # sass style
gem 'coffee-rails', '~> 4.2'
gem 'jquery-rails', '4.0.4' # jquery
gem 'jquery-rails'
gem 'selectize-rails', '0.12.1' # include selectize.js for select
# view helpers

View file

@ -216,8 +216,8 @@ GEM
ice_nine (0.11.2)
isikukood (0.1.2)
iso8601 (0.8.6)
jquery-rails (4.0.4)
rails-dom-testing (~> 1.0)
jquery-rails (4.3.5)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.5)
@ -473,7 +473,7 @@ DEPENDENCIES
html2haml (= 2.1.0)
isikukood
iso8601 (= 0.8.6)
jquery-rails (= 4.0.4)
jquery-rails
jquery-ui-rails (= 5.0.5)
kaminari (= 0.16.3)
lhv!