Skip to content

Commit 13aeb2e

Browse files
Bump bootstrap-sass from 3.3.7 to 3.4.1
Bumps [bootstrap-sass](https://github.com/twbs/bootstrap-sass) from 3.3.7 to 3.4.1. - [Release notes](https://github.com/twbs/bootstrap-sass/releases) - [Changelog](https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md) - [Commits](twbs/bootstrap-sass@v3.3.7...v3.4.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b0f233 commit 13aeb2e

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ gem 'sass-rails', '~> 5.0'
137137
gem 'coffee-rails'
138138
gem 'uglifier'
139139
# pin to 3.3, because 3.4 requires sassc, which won't build on our CenTOS 6 VMs
140-
gem 'bootstrap-sass', '~> 3.3.0'
140+
gem 'bootstrap-sass', '~> 3.4.1'
141141

142142
# Best Bets CRUD externalized
143143
# # JSON APIs, for Best Bets, etc.

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ GEM
7272
sshkit (>= 1.6.1, != 1.7.0)
7373
arel (9.0.0)
7474
auto-session-timeout (0.9.6)
75-
autoprefixer-rails (9.7.6)
75+
autoprefixer-rails (10.0.1.0)
7676
execjs
7777
aws-eventstream (1.1.0)
7878
aws-partitions (1.388.0)
@@ -118,9 +118,9 @@ GEM
118118
jquery-rails
119119
rails (>= 3.0)
120120
tether-rails
121-
bootstrap-sass (3.3.7)
121+
bootstrap-sass (3.4.1)
122122
autoprefixer-rails (>= 5.2.1)
123-
sass (>= 3.3.4)
123+
sassc (>= 2.0.0)
124124
browser (5.1.0)
125125
builder (3.2.4)
126126
byebug (11.1.3)
@@ -400,6 +400,8 @@ GEM
400400
sprockets (>= 2.8, < 4.0)
401401
sprockets-rails (>= 2.0, < 4.0)
402402
tilt (>= 1.1, < 3)
403+
sassc (2.4.0)
404+
ffi (~> 1.9)
403405
scrub_rb (1.0.1)
404406
signet (0.14.0)
405407
addressable (~> 2.3)
@@ -479,7 +481,7 @@ DEPENDENCIES
479481
blacklight (~> 6.10.0)
480482
blacklight-marc
481483
blacklight_range_limit
482-
bootstrap-sass (~> 3.3.0)
484+
bootstrap-sass (~> 3.4.1)
483485
browser
484486
byebug
485487
cancancan

0 commit comments

Comments
 (0)