diff --git a/Gemfile b/Gemfile index 30710f5..08c1f04 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'puma', '~> 3.12' # Use SCSS for stylesheets gem 'bootstrap-sass', '~> 3.4.1' gem 'sass-rails', '~> 5.0' -gem 'jquery-rails', '~> 4.3' +gem 'jquery-rails', '~> 4.4' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # See https://github.com/rails/execjs#readme for more supported runtimes diff --git a/Gemfile.lock b/Gemfile.lock index 584bc60..80b4bf3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ GEM sassc (>= 2.0.0) bootstrap-will_paginate (1.0.0) will_paginate - builder (3.2.3) + builder (3.2.4) byebug (11.0.1) capybara (3.24.0) addressable @@ -80,36 +80,36 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.2.2) crass (1.0.6) duktape (2.3.0.0) - erubi (1.8.0) + erubi (1.12.0) execjs (2.7.0) ffi (1.11.3) ffi (1.11.3-x64-mingw32) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.6.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) io-like (0.3.0) jbuilder (2.9.1) activesupport (>= 4.2.0) - jquery-rails (4.3.5) + jquery-rails (4.4.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - loofah (2.19.1) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.7.1) mini_mime (>= 0.1.1) marcel (0.3.3) mimemagic (~> 0.3.2) - method_source (0.9.2) + method_source (1.0.0) mimemagic (0.3.3) mini_mime (1.0.1) mini_portile2 (2.6.1) - minitest (5.11.3) + minitest (5.15.0) msgpack (1.3.0) msgpack (1.3.0-x64-mingw32) nio4r (2.3.1) @@ -120,10 +120,10 @@ GEM racc (~> 1.4) public_suffix (3.1.0) puma (3.12.4) - racc (1.6.1) - rack (2.2.2) - rack-test (1.1.0) - rack (>= 1.0, < 3) + racc (1.7.3) + rack (2.2.8) + rack-test (2.1.0) + rack (>= 1.3) rails (5.2.3) actioncable (= 5.2.3) actionmailer (= 5.2.3) @@ -137,11 +137,12 @@ GEM bundler (>= 1.3.0) railties (= 5.2.3) sprockets-rails (>= 2.0.0) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) railties (5.2.3) actionpack (= 5.2.3) activesupport (= 5.2.3) @@ -180,13 +181,13 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.4.1) - thor (0.20.3) + thor (1.2.2) thread_safe (0.3.6) tilt (2.0.9) turbolinks (5.2.0) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.10) + tzinfo (1.2.11) thread_safe (~> 0.1) tzinfo-data (1.2019.1) tzinfo (>= 1.0.0) @@ -219,7 +220,7 @@ DEPENDENCIES coffee-rails (~> 4.2) duktape jbuilder (~> 2.5) - jquery-rails (~> 4.3) + jquery-rails (~> 4.4) puma (~> 3.12) rails (~> 5.2.3) sass-rails (~> 5.0)