Skip to content

Commit b61e537

Browse files
Upgrade bootstrap while we're at it
... so that we can kick the tires once rather than twice.
1 parent c883745 commit b61e537

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "rails", "~> 6.0.0.beta1"
1313

1414
# Front-endy
1515
gem "autoprefixer-rails"
16-
gem "bootstrap", "~> 4.1.3"
16+
gem "bootstrap", "~> 4.2.1"
1717
gem "coffee-rails"
1818
gem "jquery-rails"
1919
gem "sass-rails", require: false # Only needed for generator (e.g. rail g controller Users)

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ GEM
7373
debug_inspector (>= 0.0.1)
7474
bootsnap (1.3.2)
7575
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)
8080
builder (3.2.3)
8181
capybara (3.13.2)
8282
addressable
@@ -303,7 +303,7 @@ DEPENDENCIES
303303
better_errors
304304
binding_of_caller
305305
bootsnap
306-
bootstrap (~> 4.1.3)
306+
bootstrap (~> 4.2.1)
307307
capybara
308308
chromedriver-helper
309309
coffee-rails

0 commit comments

Comments
 (0)