Skip to content

Commit 60a9cd9

Browse files
committed
Update bootstrap
1 parent 6aa14cf commit 60a9cd9

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ end
6161
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
6262
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
6363

64-
gem 'bootstrap'
65-
gem 'jquery-rails'
64+
gem "bootstrap", ">= 4.3.1"
65+
gem 'jquery-rails'

Gemfile.lock

+15-6
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ GEM
4747
archive-zip (0.11.0)
4848
io-like (~> 0.3.0)
4949
arel (9.0.0)
50-
autoprefixer-rails (9.4.7)
50+
autoprefixer-rails (9.4.9)
5151
execjs
5252
bindex (0.5.0)
5353
bootsnap (1.3.2)
5454
msgpack (~> 1.0)
55-
bootstrap (4.1.3)
56-
autoprefixer-rails (>= 6.0.3)
57-
popper_js (>= 1.12.9, < 2)
58-
sass (>= 3.5.2)
55+
bootstrap (4.3.1)
56+
autoprefixer-rails (>= 9.1.0)
57+
popper_js (>= 1.14.3, < 2)
58+
sassc-rails (>= 2.0.0)
5959
builder (3.2.3)
6060
byebug (10.0.2)
6161
capybara (3.12.0)
@@ -164,6 +164,15 @@ GEM
164164
sprockets (>= 2.8, < 4.0)
165165
sprockets-rails (>= 2.0, < 4.0)
166166
tilt (>= 1.1, < 3)
167+
sassc (2.0.1)
168+
ffi (~> 1.9)
169+
rake
170+
sassc-rails (2.1.0)
171+
railties (>= 4.0.0)
172+
sassc (>= 2.0)
173+
sprockets (> 3.0)
174+
sprockets-rails
175+
tilt
167176
selenium-webdriver (3.141.0)
168177
childprocess (~> 0.5)
169178
rubyzip (~> 1.2, >= 1.2.2)
@@ -206,7 +215,7 @@ PLATFORMS
206215

207216
DEPENDENCIES
208217
bootsnap (>= 1.1.0)
209-
bootstrap
218+
bootstrap (>= 4.3.1)
210219
byebug
211220
capybara (>= 2.15)
212221
chromedriver-helper

0 commit comments

Comments
 (0)