Skip to content

Commit e25386d

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 62ce21b commit e25386d

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ gem "octokit", "~> 3.0"
9696
gem 'jquery-textcomplete-rails'
9797

9898
# https://github.com/twbs/bootstrap-sass
99-
gem 'bootstrap-sass', '~> 3.3.4'
99+
gem 'bootstrap-sass', '~> 3.4.1'
100100

101101
# haml
102102
gem 'haml-rails'

Gemfile.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ GEM
4646
archive-zip (0.12.0)
4747
io-like (~> 0.3.0)
4848
arel (9.0.0)
49-
autoprefixer-rails (9.8.6.5)
50-
execjs
49+
autoprefixer-rails (10.2.5.0)
50+
execjs (< 2.8.0)
5151
bindex (0.8.1)
5252
bootsnap (1.4.8)
5353
msgpack (~> 1.0)
54-
bootstrap-sass (3.3.7)
54+
bootstrap-sass (3.4.1)
5555
autoprefixer-rails (>= 5.2.1)
56-
sass (>= 3.3.4)
56+
sassc (>= 2.0.0)
5757
builder (3.2.4)
5858
byebug (11.1.3)
5959
capybara (3.32.2)
@@ -82,7 +82,7 @@ GEM
8282
execjs (2.7.0)
8383
faraday (0.9.2)
8484
multipart-post (>= 1.2, < 3)
85-
ffi (1.13.1)
85+
ffi (1.15.0)
8686
font-awesome-sass (4.7.0)
8787
sass (>= 3.2)
8888
gemoji (3.0.1)
@@ -151,7 +151,9 @@ GEM
151151
marcel (0.3.3)
152152
mimemagic (~> 0.3.2)
153153
method_source (1.0.0)
154-
mimemagic (0.3.5)
154+
mimemagic (0.3.10)
155+
nokogiri (~> 1)
156+
rake
155157
mini_mime (1.0.2)
156158
mini_portile2 (2.4.0)
157159
minitest (5.14.2)
@@ -212,7 +214,7 @@ GEM
212214
rake (>= 0.8.7)
213215
thor (>= 0.19.0, < 2.0)
214216
rake (13.0.1)
215-
rb-fsevent (0.10.4)
217+
rb-fsevent (0.11.0)
216218
rb-inotify (0.10.1)
217219
ffi (~> 1.0)
218220
regexp_parser (1.7.1)
@@ -238,6 +240,8 @@ GEM
238240
sprockets (>= 2.8, < 4.0)
239241
sprockets-rails (>= 2.0, < 4.0)
240242
tilt (>= 1.1, < 3)
243+
sassc (2.4.0)
244+
ffi (~> 1.9)
241245
sawyer (0.6.0)
242246
addressable (~> 2.3.5)
243247
faraday (~> 0.8, < 0.10)
@@ -285,7 +289,7 @@ PLATFORMS
285289

286290
DEPENDENCIES
287291
bootsnap (>= 1.1.0)
288-
bootstrap-sass (~> 3.3.4)
292+
bootstrap-sass (~> 3.4.1)
289293
byebug
290294
capybara (>= 2.15)
291295
chromedriver-helper

0 commit comments

Comments
 (0)