diff --git a/Gemfile b/Gemfile index 952b69dcc..61109a9d8 100644 --- a/Gemfile +++ b/Gemfile @@ -86,7 +86,7 @@ gem "entypo-rails", "2.2.3" gem "backbone-on-rails", "1.1.2.1" gem "handlebars_assets", "0.20.2" gem "jquery-rails", "4.0.4" -gem "jquery-ui-rails", "5.0.3" +gem "jquery-ui-rails", "5.0.5" gem "js_image_paths", "0.0.2" gem "js-routes", "1.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index 38a3f3840..df0409a55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -377,7 +377,7 @@ GEM rails-dom-testing (~> 1.0) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jquery-ui-rails (5.0.3) + jquery-ui-rails (5.0.5) railties (>= 3.2.16) js-routes (1.0.1) railties (>= 3.2) @@ -787,7 +787,7 @@ DEPENDENCIES jasmine (= 2.2.0) jasmine-jquery-rails (= 2.0.3) jquery-rails (= 4.0.4) - jquery-ui-rails (= 5.0.3) + jquery-ui-rails (= 5.0.5) js-routes (= 1.0.1) js_image_paths (= 0.0.2) jshintrb (= 0.3.0)