diff --git a/Gemfile b/Gemfile index b1e17c5..d53ad6e 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'web-console', '~> 3.7.0', group: :development # Use Codacy for coverage gem 'codacy-coverage', :require => false -gem 'bootstrap-sass', '~> 3.4.0' +gem 'bootstrap-sass', '~> 3.4.1' gem 'autoprefixer-rails', '~> 9.4.6' gem 'bh', '~> 1.3.6' diff --git a/Gemfile.lock b/Gemfile.lock index f1e7f6f..c8fa98a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM bindex (0.5.0) bootsnap (1.3.2) msgpack (~> 1.0) - bootstrap-sass (3.4.0) + bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) builder (3.2.3) @@ -245,7 +245,7 @@ DEPENDENCIES autoprefixer-rails (~> 9.4.6) bh (~> 1.3.6) bootsnap - bootstrap-sass (~> 3.4.0) + bootstrap-sass (~> 3.4.1) codacy-coverage codemirror-rails (~> 5.16.0) coffee-rails (~> 4.2.2)