diff --git a/Gemfile b/Gemfile index 81c90102a..1bb364cf7 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem "rack-cors", "1.1.1", require: "rack/cors" gem "autoprefixer-rails", "8.6.5" gem "bootstrap-sass", "3.4.1" -gem "bootstrap-switch-rails", "3.3.3" # 3.3.4 is broken, see https://github.com/Bttstrp/bootstrap-switch/issues/691 +gem "bootstrap-switch-rails", "3.3.5" gem "compass-rails", "3.1.0" gem "sass-rails", "5.0.7" gem "sprockets-rails", "3.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index 173fffb9e..020c7a3d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) - bootstrap-switch-rails (3.3.3) + bootstrap-switch-rails (3.3.5) buftok (0.2.0) builder (3.2.4) byebug (11.1.1) @@ -795,7 +795,7 @@ DEPENDENCIES asset_sync (= 2.11.0) autoprefixer-rails (= 8.6.5) bootstrap-sass (= 3.4.1) - bootstrap-switch-rails (= 3.3.3) + bootstrap-switch-rails (= 3.3.5) capybara (= 3.15.0) carrierwave (= 1.3.1) chrome_remote (= 0.3.0)