File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ gem "rails", "~> 6.0.0.beta1"
13
13
14
14
# Front-endy
15
15
gem "autoprefixer-rails"
16
- gem "bootstrap" , "~> 4.1.3 "
16
+ gem "bootstrap" , "~> 4.2.1 "
17
17
gem "coffee-rails"
18
18
gem "jquery-rails"
19
19
gem "sass-rails" , require : false # Only needed for generator (e.g. rail g controller Users)
Original file line number Diff line number Diff line change 73
73
debug_inspector (>= 0.0.1 )
74
74
bootsnap (1.3.2 )
75
75
msgpack (~> 1.0 )
76
- bootstrap (4.1.3 )
77
- autoprefixer-rails (>= 6.0.3 )
78
- popper_js (>= 1.12.9 , < 2 )
79
- sass (>= 3.5.2 )
76
+ bootstrap (4.2.1 )
77
+ autoprefixer-rails (>= 9.1.0 )
78
+ popper_js (>= 1.14.3 , < 2 )
79
+ sassc-rails (>= 2.0.0 )
80
80
builder (3.2.3 )
81
81
capybara (3.13.2 )
82
82
addressable
@@ -303,7 +303,7 @@ DEPENDENCIES
303
303
better_errors
304
304
binding_of_caller
305
305
bootsnap
306
- bootstrap (~> 4.1.3 )
306
+ bootstrap (~> 4.2.1 )
307
307
capybara
308
308
chromedriver-helper
309
309
coffee-rails
You can’t perform that action at this time.
0 commit comments