Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Commit

Permalink
Bump bootstrap-sass from 3.2.0.0 to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 31, 2019
1 parent 3ebd708 commit cc3daa3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '4.2.11.1'
# http://stackoverflow.com/questions/35893584/nomethoderror-undefined-method-last-comment-after-upgrading-to-rake-11
gem 'rake', '< 11.0'

gem 'bootstrap-sass', '3.2.0.4'
gem 'bootstrap-sass', '3.4.1'

gem 'bootstrap-datepicker-rails'

Expand Down
11 changes: 8 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
arel (6.0.4)
autoprefixer-rails (9.7.3)
execjs
bcrypt (3.1.13)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
Expand All @@ -49,8 +51,9 @@ GEM
debug_inspector (>= 0.0.1)
bootstrap-datepicker-rails (1.8.0.1)
railties (>= 3.0)
bootstrap-sass (3.2.0.4)
sass (~> 3.2)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
builder (3.2.4)
byebug (11.0.1)
capybara (2.2.1)
Expand Down Expand Up @@ -214,6 +217,8 @@ GEM
sass (~> 3.2.2)
sprockets (~> 2.8, < 3.0)
sprockets-rails (~> 2.0)
sassc (2.2.1)
ffi (~> 1.9)
sdoc (1.0.0)
rdoc (>= 5.0)
shellany (0.0.1)
Expand Down Expand Up @@ -251,7 +256,7 @@ DEPENDENCIES
better_errors
binding_of_caller
bootstrap-datepicker-rails
bootstrap-sass (= 3.2.0.4)
bootstrap-sass (= 3.4.1)
byebug
capybara (~> 2.2.0)
coffee-rails (~> 4.0.0)
Expand Down

0 comments on commit cc3daa3

Please sign in to comment.