Skip to content

Commit

Permalink
Bump bootstrap from 4.2.1 to 5.0.0 in /src
Browse files Browse the repository at this point in the history
Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.2.1 to 5.0.0.
- [Release notes](https://github.com/twbs/bootstrap-rubygem/releases)
- [Changelog](https://github.com/twbs/bootstrap-rubygem/blob/main/CHANGELOG.md)
- [Commits](twbs/bootstrap-rubygem@v4.2.1...v5.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 409f0d4 commit bcaad0e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'jbuilder', '~> 2.0'
# gem 'sdoc', group: :doc

gem 'haml-rails', '~> 2.0.0'
gem 'bootstrap', '4.2.1'
gem 'bootstrap', '5.0.0'
gem "font-awesome-sass", "~> 6.5.1"
gem "devise", ">= 4.9.2"
gem 'nokogiri'
Expand Down
41 changes: 21 additions & 20 deletions src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ GEM
aws_lambda_ric (2.0.0)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.7)
bootstrap (4.2.1)
bigdecimal (3.1.8)
bootstrap (5.0.0)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
popper_js (>= 2.9.2, < 3)
sassc-rails (>= 2.0.0)
bourbon (7.3.0)
thor (~> 1.0)
builder (3.2.4)
builder (3.3.0)
byebug (11.1.3)
canonical-rails (0.2.15)
actionview (>= 4.1, <= 7.2)
Expand All @@ -105,7 +105,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.3)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
Expand All @@ -116,14 +116,15 @@ GEM
responders
warden (~> 1.2.3)
drb (2.2.1)
erubi (1.12.0)
erubi (1.13.0)
erubis (2.7.0)
execjs (2.9.1)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
ffi (1.16.3)
ffi (1.17.0)
ffi (1.17.0-x86_64-linux-gnu)
font-awesome-sass (6.5.2)
sassc (~> 2.0)
geocoder (1.8.2)
Expand All @@ -144,11 +145,11 @@ GEM
haml (>= 4.0)
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.12.0)
rdoc
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.11.5)
actionview (>= 5.0.0)
Expand All @@ -174,8 +175,8 @@ GEM
matrix (0.4.2)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.22.3)
mini_portile2 (2.8.7)
minitest (5.24.1)
multi_xml (0.6.0)
mutex_m (0.2.0)
net-http (0.4.1)
Expand Down Expand Up @@ -216,7 +217,7 @@ GEM
omniauth (~> 2.0)
orm_adapter (0.5.0)
pg (1.5.6)
popper_js (1.16.1)
popper_js (2.11.8)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -225,7 +226,7 @@ GEM
public_suffix (5.0.5)
puma (6.2.2)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.8.1)
rack (2.2.9)
rack-protection (3.2.0)
base64 (>= 0.1.0)
Expand Down Expand Up @@ -281,10 +282,10 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.6.3.1)
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.5.2)
reline (0.5.9)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand Down Expand Up @@ -326,10 +327,10 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
staccato (0.5.3)
stringio (3.1.0)
stringio (3.1.1)
temple (0.10.3)
thor (1.3.1)
tilt (2.3.0)
tilt (2.4.0)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -350,7 +351,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.13)
zeitwerk (2.6.17)

PLATFORMS
ruby
Expand All @@ -360,7 +361,7 @@ DEPENDENCIES
amazon-ecs
autoprefixer-rails
aws_lambda_ric
bootstrap (= 4.2.1)
bootstrap (= 5.0.0)
bourbon
byebug
canonical-rails
Expand Down

0 comments on commit bcaad0e

Please sign in to comment.