From e16b51f4d66e5c7230bfce21c2205f1e2c0f4a1c Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Sun, 15 Sep 2019 17:38:45 +0300 Subject: [PATCH] Update `jquery-rails` gem --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6f82219b7..06d98010d 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 64c9fcc0e..b9f19749d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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!