Skip to content

Commit

Permalink
Bump the bundler group with 2 updates (#167)
Browse files Browse the repository at this point in the history
Bumps the bundler group with 2 updates: [bootstrap](https://github.com/twbs/bootstrap-rubygem) and [rexml](https://github.com/ruby/rexml).


Updates `bootstrap` from 4.3.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.3.1...v5.0.0)

Updates `rexml` from 3.3.1 to 3.3.3
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.3.1...v3.3.3)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: rexml
  dependency-type: indirect
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 4cdcde9 commit 8cf87fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

gem "bootstrap", "~> 4.3.1"
gem "bootstrap", "~> 5.0.0"
# https://stackoverflow.com/questions/78617432/strange-bundle-update-issue-disappearing-net-pop-0-1-2-dependency
gem "net-pop", github: "ruby/net-pop"
gem "prometheus-client"
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@ GEM
anyway_config (2.6.4)
ruby-next-core (~> 1.0)
ast (2.4.2)
autoprefixer-rails (10.4.16.0)
autoprefixer-rails (10.4.19.0)
execjs (~> 2)
base64 (0.2.0)
bigdecimal (3.1.8)
bindex (0.8.1)
bootsnap (1.18.3)
msgpack (~> 1.2)
bootstrap (4.3.1)
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)
builder (3.3.0)
byebug (11.1.3)
Expand Down Expand Up @@ -158,25 +158,25 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.6)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.6-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
popper_js (1.16.1)
popper_js (2.11.8)
prometheus-client (4.2.3)
base64
public_suffix (6.0.0)
puma (5.6.8)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rack-mini-profiler (2.3.4)
rack (>= 1.2.0)
Expand Down Expand Up @@ -216,7 +216,7 @@ GEM
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.9.2)
rexml (3.3.1)
rexml (3.3.3)
strscan
rubocop (1.64.1)
json (~> 2.3)
Expand Down Expand Up @@ -271,7 +271,7 @@ GEM
base64
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.5.1)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
Expand Down Expand Up @@ -338,7 +338,7 @@ GEM
railties
yabeda (~> 0.8)
yard (0.9.36)
zeitwerk (2.6.16)
zeitwerk (2.6.17)

PLATFORMS
arm64-darwin-21
Expand All @@ -347,7 +347,7 @@ PLATFORMS

DEPENDENCIES
bootsnap (>= 1.4.4)
bootstrap (~> 4.3.1)
bootstrap (~> 5.0.0)
byebug
capybara (>= 3.26)
jbuilder (~> 2.9)
Expand Down

0 comments on commit 8cf87fa

Please sign in to comment.