diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ gem 'exception_notification', '~> 3.0.1' gem 'fancybox-rails', '~> 0.2.1' gem 'foundation-rails', '~> 5.2.1.0' gem 'icalendar', '1.4.3' -gem 'jquery-rails', '~> 3.0.4' +gem 'jquery-rails', '~> 3.1.3' gem 'jquery-ui-rails', '~> 4.1.0' gem 'json', '~> 1.8.1' gem 'holidays', '~> 1.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 24402bca6..f0f195351 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,7 +135,7 @@ GEM icalendar (1.4.3) iso_country_codes (0.6.1) journey (1.0.4) - jquery-rails (3.0.4) + jquery-rails (3.1.3) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) jquery-ui-rails (4.1.0) @@ -328,7 +328,7 @@ DEPENDENCIES holidays (~> 1.2.0) icalendar (= 1.4.3) iso_country_codes (~> 0.6.1) - jquery-rails (~> 3.0.4) + jquery-rails (~> 3.1.3) jquery-ui-rails (~> 4.1.0) json (~> 1.8.1) locale (~> 2.0.8) |