Skip to content

Commit

Permalink
Bump bootstrap from 4.1.3 to 4.3.1
Browse files Browse the repository at this point in the history
Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.1.3 to 4.3.1.
- [Release notes](https://github.com/twbs/bootstrap-rubygem/releases)
- [Changelog](https://github.com/twbs/bootstrap-rubygem/blob/master/CHANGELOG.md)
- [Commits](twbs/bootstrap-rubygem@v4.1.3...v4.3.1)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and siglun committed Aug 17, 2021
1 parent 76fdcb1 commit 6432a17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ gem 'jquery-rails'
gem 'font-awesome-rails'
gem 'wicked_pdf'
gem 'wkhtmltopdf-binary', '0.12.4'
gem 'bootstrap', '~> 4.1.1'
gem 'bootstrap', '~> 4.3.1'
# gem "bootstrap", ">= 4.3.1"
gem 'oai'
# Google Material Icons
Expand Down
25 changes: 11 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
arel (9.0.0)
autoprefixer-rails (10.2.5.1)
execjs (> 0)
autoprefixer-rails (10.3.1.0)
execjs (~> 2)
bcrypt (3.1.16)
bindex (0.8.1)
blacklight (7.7.0)
Expand All @@ -57,10 +57,10 @@ GEM
rails (>= 5.1, < 7)
blacklight_range_limit (7.7.0)
blacklight (>= 7.0)
bootstrap (4.1.3)
autoprefixer-rails (>= 6.0.3)
popper_js (>= 1.12.9, < 2)
sass (>= 3.5.2)
bootstrap (4.3.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
bootstrap-slider-rails (9.8.0)
railties (>= 3.2, < 6.0)
builder (3.2.4)
Expand Down Expand Up @@ -160,7 +160,7 @@ GEM
activerecord
kaminari-core (= 1.2.1)
kaminari-core (1.2.1)
libv8-node (15.14.0.1-x86_64-linux)
libv8-node (15.14.0.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand All @@ -182,12 +182,14 @@ GEM
nokogiri (~> 1)
rake
mini_mime (1.1.0)
mini_portile2 (2.5.3)
mini_racer (0.4.0)
libv8-node (~> 15.14.0.0)
minitest (5.14.4)
multipart-post (2.1.1)
nio4r (2.5.7)
nokogiri (1.11.7-x86_64-linux)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
oai (1.1.0)
builder (>= 3.1.0)
Expand Down Expand Up @@ -243,11 +245,6 @@ GEM
rubycas-client (2.3.9)
activesupport
rubyzip (1.3.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand Down Expand Up @@ -313,7 +310,7 @@ DEPENDENCIES
activesupport (~> 5.2.4.5)
blacklight (= 7.7.0)
blacklight_range_limit (~> 7.7.0)
bootstrap (~> 4.1.1)
bootstrap (~> 4.3.1)
bootstrap-slider-rails
byebug
capybara (~> 2.13)
Expand Down

0 comments on commit 6432a17

Please sign in to comment.