diff --git a/Gemfile b/Gemfile index 7b6aa22..2895306 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby "2.3.7" gem 'rails', '~>4.2', '>=4.2.11.3' gem 'pg', '~>0.17', '>=0.17.1' -gem 'jquery-rails', '~>3.1', '>=3.1.0' +gem 'jquery-rails', '~>4.4' # Hyperstudio gems diff --git a/Gemfile.lock b/Gemfile.lock index a1f64ba..d966a14 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,25 +37,26 @@ GEM tzinfo (~> 1.1) arel (6.0.4) builder (3.2.4) - concurrent-ruby (1.1.8) + concurrent-ruby (1.2.3) crass (1.0.6) erubis (2.7.0) globalid (0.4.2) activesupport (>= 4.2.0) i18n (0.9.5) concurrent-ruby (~> 1.0) - jquery-rails (3.1.4) - railties (>= 3.0, < 5.0) + jquery-rails (4.4.0) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) thor (>= 0.14, < 2.0) kgio (2.9.2) - loofah (2.19.1) + loofah (2.21.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) mini_mime (1.1.0) mini_portile2 (2.4.0) - minitest (5.14.4) + minitest (5.15.0) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) pg (0.17.1) @@ -81,7 +82,7 @@ GEM activesupport (>= 4.2.0, < 5.0) nokogiri (~> 1.6) rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.4.4) + rails-html-sanitizer (1.5.0) loofah (~> 2.19, >= 2.19.1) rails_12factor (0.0.2) rails_serve_static_assets @@ -94,7 +95,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.13.0) - rake (13.0.3) + rake (13.2.1) repertoire-faceting (0.7.9) jquery-rails pg (>= 0.11, < 0.18) @@ -106,9 +107,9 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - thor (1.1.0) + thor (1.2.2) thread_safe (0.3.6) - tzinfo (1.2.10) + tzinfo (1.2.11) thread_safe (~> 0.1) unicorn (4.8.2) kgio (~> 2.6) @@ -119,7 +120,7 @@ PLATFORMS ruby DEPENDENCIES - jquery-rails (~> 3.1, >= 3.1.0) + jquery-rails (~> 4.4) pg (~> 0.17, >= 0.17.1) rack-cors rails (~> 4.2, >= 4.2.11.3)