File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ source 'https://rubygems.org'
4
4
git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
5
5
6
6
ruby '2.6.1'
7
- gem 'bootstrap-sass' , '~> 3.2.0 '
7
+ gem 'bootstrap-sass' , '~> 3.4.1 '
8
8
gem 'autoprefixer-rails'
9
9
10
10
gem 'rubocop-rails' , require : false
Original file line number Diff line number Diff line change 70
70
autoprefixer-rails (>= 9.1.0 )
71
71
popper_js (>= 1.14.3 , < 2 )
72
72
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 )
75
76
builder (3.2.3 )
76
77
byebug (11.0.1 )
77
78
cancancan (3.0.1 )
@@ -286,7 +287,7 @@ DEPENDENCIES
286
287
binding_of_caller
287
288
bootsnap (>= 1.1.0 )
288
289
bootstrap (~> 4.3.1 )
289
- bootstrap-sass (~> 3.2.0 )
290
+ bootstrap-sass (~> 3.4.1 )
290
291
byebug
291
292
cancancan
292
293
capybara
You can’t perform that action at this time.
0 commit comments