Skip to content

Commit

Permalink
Bump bootstrap-sass from 3.1.1.1 to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 4, 2019
1 parent 68530ab commit 20c9d11
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ group :assets do
gem 'coffee-rails', '~> 3.2.1'
gem 'jquery-ui-rails'
# files for bootstrap-in-asset-pipeline integration
gem 'bootstrap-sass', '~> 3.1.1.1'
gem 'bootstrap-sass', '~> 3.4.1'
# extension's packaging of html5shiv for the asset pipeline
gem 'extension-html5shiv-rails', :require => 'html5shiv-rails', :source => 'https://engineering.extension.org/rubygems/'
# replaces glyphicons
Expand Down
21 changes: 17 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,17 @@ GEM
arel (3.0.3)
auto_strip_attributes (2.0.4)
activerecord (>= 3.0)
autoprefixer-rails (9.7.1)
execjs
bcrypt-ruby (3.0.1)
better_errors (1.0.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bootstrap-sass (3.1.1.1)
sass (~> 3.2)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
breadcrumbs_on_rails (2.3.0)
builder (3.0.4)
callsite (0.0.11)
Expand Down Expand Up @@ -87,6 +90,7 @@ GEM
extension-html5shiv-rails (3.6.2.1)
faraday (0.13.1)
multipart-post (>= 1.2, < 3)
ffi (1.11.1)
font-awesome-rails (4.0.3.1)
railties (>= 3.2, < 5.0)
geocoder (1.1.8)
Expand Down Expand Up @@ -228,6 +232,9 @@ GEM
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (13.0.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rdoc (3.9.5)
redis (3.0.4)
redis-actionpack (3.2.4)
Expand Down Expand Up @@ -266,11 +273,17 @@ GEM
ruby-openid (2.7.0)
safe_attributes (1.0.10)
activerecord (>= 3.0.0)
sass (3.2.12)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sassc (2.2.1)
ffi (~> 1.9)
select2-rails (3.5.9.3)
thor (~> 0.14)
sidekiq (2.14.0)
Expand Down Expand Up @@ -331,7 +344,7 @@ DEPENDENCIES
bcrypt-ruby (~> 3.0.0)
better_errors
binding_of_caller
bootstrap-sass (~> 3.1.1.1)
bootstrap-sass (~> 3.4.1)
breadcrumbs_on_rails
capatross
capistrano (~> 2.15.5)
Expand Down

0 comments on commit 20c9d11

Please sign in to comment.