Skip to content

Commit

Permalink
Update dependency bootstrap to ~> 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 5, 2021
1 parent 4a349cc commit 788a96b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem 'awesome_print', require: false
gem 'devise'
gem 'slim-rails'
gem 'jquery-rails'
gem 'bootstrap', '~> 4.4.1'
gem 'bootstrap', '~> 4.6.0'
gem 'font_awesome5_rails'
gem 'carrierwave'

Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
arel (9.0.0)
autoprefixer-rails (9.7.6)
autoprefixer-rails (10.2.4.0)
execjs
awesome_print (1.8.0)
bcrypt (3.1.13)
bindex (0.8.1)
bootsnap (1.4.6)
msgpack (~> 1.0)
bootstrap (4.4.1)
bootstrap (4.6.0)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
Expand All @@ -65,7 +65,7 @@ GEM
mimemagic (>= 0.3.0)
mini_mime (>= 0.1.3)
coderay (1.1.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.8)
crass (1.0.6)
devise (4.7.1)
bcrypt (~> 3.0)
Expand All @@ -79,7 +79,7 @@ GEM
dotenv-rails (2.7.5)
dotenv (= 2.7.5)
railties (>= 3.2, < 6.1)
erubi (1.9.0)
erubi (1.10.0)
execjs (2.7.0)
factory_bot (5.2.0)
activesupport (>= 4.2.0)
Expand All @@ -88,12 +88,12 @@ GEM
railties (>= 4.2.0)
faker (2.11.0)
i18n (>= 1.6, < 2)
ffi (1.12.2)
ffi (1.14.2)
font_awesome5_rails (1.1.1)
railties (>= 4.2)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.8.2)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
image_processing (1.10.3)
mini_magick (>= 4.9.5, < 5)
Expand All @@ -106,7 +106,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.5.0)
loofah (2.9.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -118,7 +118,7 @@ GEM
mini_magick (4.10.1)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.0)
minitest (5.14.4)
msgpack (1.3.3)
mysql2 (0.5.3)
nio4r (2.5.2)
Expand Down Expand Up @@ -166,7 +166,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rake (13.0.1)
rake (13.0.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -204,7 +204,7 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.3.0)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
Expand Down Expand Up @@ -236,18 +236,18 @@ GEM
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
temple (0.8.2)
thor (1.0.1)
thor (1.1.0)
thread_safe (0.3.6)
tilt (2.0.10)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.7)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand All @@ -268,7 +268,7 @@ PLATFORMS
DEPENDENCIES
awesome_print
bootsnap (>= 1.1.0)
bootstrap (~> 4.4.1)
bootstrap (~> 4.6.0)
carrierwave
devise
dotenv-rails
Expand Down

0 comments on commit 788a96b

Please sign in to comment.