Skip to content

Commit 330ffe5

Browse files
Bump bootstrap-sass from 3.2.0.4 to 3.4.1
Bumps [bootstrap-sass](https://github.com/twbs/bootstrap-sass) from 3.2.0.4 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](https://github.com/twbs/bootstrap-sass/commits/v3.4.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 45a1951 commit 330ffe5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

66
ruby '2.6.1'
7-
gem 'bootstrap-sass', '~> 3.2.0'
7+
gem 'bootstrap-sass', '~> 3.4.1'
88
gem 'autoprefixer-rails'
99

1010
gem 'rubocop-rails', require: false

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ GEM
7070
autoprefixer-rails (>= 9.1.0)
7171
popper_js (>= 1.14.3, < 2)
7272
sassc-rails (>= 2.0.0)
73-
bootstrap-sass (3.2.0.4)
74-
sass (~> 3.2)
73+
bootstrap-sass (3.4.1)
74+
autoprefixer-rails (>= 5.2.1)
75+
sassc (>= 2.0.0)
7576
builder (3.2.3)
7677
byebug (11.0.1)
7778
cancancan (3.0.1)
@@ -286,7 +287,7 @@ DEPENDENCIES
286287
binding_of_caller
287288
bootsnap (>= 1.1.0)
288289
bootstrap (~> 4.3.1)
289-
bootstrap-sass (~> 3.2.0)
290+
bootstrap-sass (~> 3.4.1)
290291
byebug
291292
cancancan
292293
capybara

0 commit comments

Comments
 (0)