Skip to content

Commit fa1c9c8

Browse files
authored
Merge pull request #15 from lab2023/dependabot/bundler/bootstrap-sass-3.4.1
Bump bootstrap-sass from 3.0.2.1 to 3.4.1
2 parents 682a822 + ebc0a27 commit fa1c9c8

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ gem 'wdm', '~> 0.1.0', :platforms => [:mswin, :mingw]
1717
gem 'compass', '~> 0.12.2'
1818

1919
# Bootstrap sass
20-
gem 'bootstrap-sass', '~> 3.0.2.1'
20+
gem 'bootstrap-sass', '~> 3.4.1'

Gemfile.lock

+9-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ GEM
44
activesupport (3.2.22.5)
55
i18n (~> 0.6, >= 0.6.4)
66
multi_json (~> 1.0)
7-
bootstrap-sass (3.0.2.1)
8-
sass (~> 3.2)
7+
autoprefixer-rails (10.2.5.1)
8+
execjs (> 0)
9+
bootstrap-sass (3.4.1)
10+
autoprefixer-rails (>= 5.2.1)
11+
sassc (>= 2.0.0)
912
chunky_png (1.2.9)
1013
coffee-script (2.2.0)
1114
coffee-script-source
@@ -83,7 +86,9 @@ GEM
8386
ffi (>= 0.5.0)
8487
rb-kqueue (0.2.0)
8588
ffi (>= 0.5.0)
86-
sass (3.2.12)
89+
sass (3.4.25)
90+
sassc (2.4.0)
91+
ffi (~> 1.9)
8792
sprockets (2.10.1)
8893
hike (~> 1.2)
8994
multi_json (~> 1.0)
@@ -105,7 +110,7 @@ PLATFORMS
105110
ruby
106111

107112
DEPENDENCIES
108-
bootstrap-sass (~> 3.0.2.1)
113+
bootstrap-sass (~> 3.4.1)
109114
compass (~> 0.12.2)
110115
middleman (~> 3.2.0)
111116
middleman-deploy (~> 0.1.4)

0 commit comments

Comments
 (0)