mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Bump bootstrap from 4.4.1 to 4.5.0
Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.4.1 to 4.5.0. - [Release notes](https://github.com/twbs/bootstrap-rubygem/releases) - [Changelog](https://github.com/twbs/bootstrap-rubygem/blob/master/CHANGELOG.md) - [Commits](https://github.com/twbs/bootstrap-rubygem/compare/v4.4.1...v4.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
76a2f185be
commit
90b71a20c1
2
Gemfile
2
Gemfile
@ -39,7 +39,7 @@ gem 'web-console', '~> 4.0.2', group: :development
|
||||
# Use Codacy for coverage
|
||||
gem 'codacy-coverage', :require => false
|
||||
|
||||
gem 'bootstrap', '~> 4.4.1'
|
||||
gem 'bootstrap', '~> 4.5.0'
|
||||
gem "bootstrap_form", "~> 4.5"
|
||||
gem 'font-awesome-sass', '~> 5.12.0'
|
||||
|
||||
|
||||
14
Gemfile.lock
14
Gemfile.lock
@ -58,13 +58,13 @@ GEM
|
||||
zeitwerk (~> 2.2, >= 2.2.2)
|
||||
addressable (2.7.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
autoprefixer-rails (9.7.3)
|
||||
autoprefixer-rails (9.7.6)
|
||||
execjs
|
||||
bcrypt (3.1.13)
|
||||
bindex (0.8.1)
|
||||
bootsnap (1.4.6)
|
||||
msgpack (~> 1.0)
|
||||
bootstrap (4.4.1)
|
||||
bootstrap (4.5.0)
|
||||
autoprefixer-rails (>= 9.1.0)
|
||||
popper_js (>= 1.14.3, < 2)
|
||||
sassc-rails (>= 2.0.0)
|
||||
@ -98,7 +98,7 @@ GEM
|
||||
execjs (2.7.0)
|
||||
faraday (1.0.0)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
ffi (1.11.3)
|
||||
ffi (1.12.2)
|
||||
font-awesome-sass (5.12.0)
|
||||
sassc (>= 1.11)
|
||||
globalid (0.4.2)
|
||||
@ -125,7 +125,7 @@ GEM
|
||||
mimemagic (0.3.5)
|
||||
mini_mime (1.0.2)
|
||||
mini_portile2 (2.4.0)
|
||||
minitest (5.14.0)
|
||||
minitest (5.14.1)
|
||||
msgpack (1.3.3)
|
||||
multi_json (1.14.1)
|
||||
multi_xml (0.6.0)
|
||||
@ -150,7 +150,7 @@ GEM
|
||||
oauth2 (~> 1.1)
|
||||
omniauth (~> 1.9)
|
||||
orm_adapter (0.5.0)
|
||||
popper_js (1.14.5)
|
||||
popper_js (1.16.0)
|
||||
public_suffix (4.0.4)
|
||||
rack (2.2.2)
|
||||
rack-test (1.1.0)
|
||||
@ -194,7 +194,7 @@ GEM
|
||||
actionpack (>= 5.0)
|
||||
railties (>= 5.0)
|
||||
safe_yaml (1.0.5)
|
||||
sassc (2.2.1)
|
||||
sassc (2.3.0)
|
||||
ffi (~> 1.9)
|
||||
sassc-rails (2.1.2)
|
||||
railties (>= 4.0.0)
|
||||
@ -250,7 +250,7 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
bootsnap
|
||||
bootstrap (~> 4.4.1)
|
||||
bootstrap (~> 4.5.0)
|
||||
bootstrap_form (~> 4.5)
|
||||
codacy-coverage
|
||||
coffee-rails (~> 5.0.0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user