Merge pull request #2130 from TracksApp/dependabot/bundler/bootstrap-sass-3.3.7

Bump bootstrap-sass from 3.3.3 to 3.3.7
This commit is contained in:
Matt Rogers 2018-11-16 22:30:02 -06:00 committed by GitHub
commit 6952202e7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -45,7 +45,7 @@ gem 'bcrypt', '~> 3.1.7'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 1.2' # gem 'jbuilder', '~> 1.2'
gem "bootstrap-sass", "3.3.3" gem "bootstrap-sass", "3.3.7"
gem "font-awesome-sass", "~> 4.5.0" gem "font-awesome-sass", "~> 4.5.0"
group :development do group :development do

View file

@ -51,12 +51,12 @@ GEM
activerecord (>= 3.0) activerecord (>= 3.0)
arel (8.0.0) arel (8.0.0)
ast (2.4.0) ast (2.4.0)
autoprefixer-rails (8.6.5) autoprefixer-rails (9.3.1)
execjs execjs
bcrypt (3.1.12) bcrypt (3.1.12)
bootstrap-sass (3.3.3) bootstrap-sass (3.3.7)
autoprefixer-rails (>= 5.0.0.1) autoprefixer-rails (>= 5.2.1)
sass (>= 3.2.19) sass (>= 3.3.4)
builder (3.2.3) builder (3.2.3)
bullet (5.7.5) bullet (5.7.5)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
@ -203,7 +203,7 @@ GEM
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.4.4) nokogiri (>= 1.4.4)
nokogumbo (~> 1.4) nokogumbo (~> 1.4)
sass (3.5.7) sass (3.6.0)
sass-listen (~> 4.0.0) sass-listen (~> 4.0.0)
sass-listen (4.0.0) sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
@ -270,7 +270,7 @@ DEPENDENCIES
activemodel-serializers-xml (~> 1.0.1) activemodel-serializers-xml (~> 1.0.1)
acts_as_list acts_as_list
bcrypt (~> 3.1.7) bcrypt (~> 3.1.7)
bootstrap-sass (= 3.3.3) bootstrap-sass (= 3.3.7)
bullet bullet
byebug byebug
codeclimate-test-reporter (= 1.0.7) codeclimate-test-reporter (= 1.0.7)