diff --git a/Gemfile b/Gemfile index f6ecb69..83e56c4 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ group :assets do gem 'uglifier', '>= 1.0.3' end -gem 'jquery-rails', '~> 3.0.4' +gem 'jquery-rails', '~> 3.1.3' gem 'json', '~> 1.8.0' # To use ActiveModel has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index fbe07a9..84c19a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,6 +54,7 @@ GEM execjs coffee-script-source (1.10.0) columnize (0.9.0) + concurrent-ruby (1.1.6) debugger (1.6.3) columnize (>= 0.3.1) debugger-linecache (~> 1.2.0) @@ -64,9 +65,10 @@ GEM execjs (2.6.0) hashery (2.1.1) hike (1.2.3) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) journey (1.0.4) - jquery-rails (3.0.4) + jquery-rails (3.1.3) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) json (1.8.3) @@ -74,7 +76,7 @@ GEM mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.25.1) - multi_json (1.12.1) + multi_json (1.14.1) mysql2 (0.3.20) net-ldap (0.3.1) pdf-reader (1.3.3) @@ -90,7 +92,7 @@ GEM prototype-rails (3.2.1) rails (~> 3.2) rack (1.4.7) - rack-cache (1.6.1) + rack-cache (1.11.0) rack (>= 0.4) rack-ssl (1.3.4) rack @@ -113,7 +115,7 @@ GEM rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) - rake (11.2.2) + rake (13.0.1) rdoc (3.12.2) json (~> 1.4) rmagick (2.13.4) @@ -129,7 +131,7 @@ GEM multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) - thor (0.19.1) + thor (1.0.1) tilt (1.4.1) treetop (1.4.15) polyglot @@ -151,7 +153,7 @@ DEPENDENCIES coffee-rails (~> 3.2.1) debugger debugger-ruby_core_source (~> 1.2.3) - jquery-rails (~> 3.0.4) + jquery-rails (~> 3.1.3) json (~> 1.8.0) mysql2 (~> 0.3.11) net-ldap (~> 0.3.1)