Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Bump the bundler group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the bundler group with 3 updates in the / directory: [nokogiri](https://github.com/sparklemotion/nokogiri), [sidekiq](https://github.com/sidekiq/sidekiq) and [rexml](https://github.com/ruby/rexml).


Updates `nokogiri` from 1.16.3 to 1.16.5
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.3...v1.16.5)

Updates `sidekiq` from 7.2.2 to 7.2.4
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.2.2...v7.2.4)

Updates `rexml` from 3.2.6 to 3.2.8
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.2.6...v3.2.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gdonald committed May 24, 2024
1 parent 243d473 commit 5ee0c30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'jbuilder'
gem 'jsbundling-rails'
gem 'jwt', '~> 2.7.1'
gem 'kaminari', '~> 1.2.2'
gem 'nokogiri', '~> 1.16.0'
gem 'nokogiri', '~> 1.16.5'
gem 'pg', '~> 1.1'
gem 'pg_search', '~> 2.3.6'
gem 'puma', '>= 5.0'
Expand All @@ -27,7 +27,7 @@ gem 'rbnacl', '~> 7.1.1'
gem 'redis', '~> 5.0.7'
gem 'sanitize', '~> 6.1.0'
gem 'sassc-rails', '~> 2.1.2'
gem 'sidekiq', '~> 7.2.0'
gem 'sidekiq', '~> 7.2.4'
gem 'sidekiq-cron', '~> 1.12.0'
gem 'sprockets-rails'
gem 'stimulus-rails'
Expand Down
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ GEM
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
minitest (5.22.3)
multi_xml (0.6.0)
mutex_m (0.2.0)
Expand All @@ -247,10 +247,10 @@ GEM
net-protocol
net-ssh (7.2.1)
nio4r (2.7.1)
nokogiri (1.16.3)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.3-arm64-darwin)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand All @@ -269,7 +269,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.3)
racc (1.8.0)
rack (3.0.10)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -319,15 +319,16 @@ GEM
psych (>= 4.0.0)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.21.1)
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.0)
reline (0.5.0)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
Expand Down Expand Up @@ -396,7 +397,7 @@ GEM
websocket (~> 1.0)
shoulda-matchers (6.0.0)
activesupport (>= 5.2.0)
sidekiq (7.2.2)
sidekiq (7.2.4)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
Expand Down Expand Up @@ -426,6 +427,7 @@ GEM
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
strscan (3.1.0)
thor (1.3.1)
tilt (2.3.0)
timeout (0.4.1)
Expand Down Expand Up @@ -482,7 +484,7 @@ DEPENDENCIES
jsbundling-rails
jwt (~> 2.7.1)
kaminari (~> 1.2.2)
nokogiri (~> 1.16.0)
nokogiri (~> 1.16.5)
pg (~> 1.1)
pg_search (~> 2.3.6)
pry
Expand All @@ -500,7 +502,7 @@ DEPENDENCIES
sassc-rails (~> 2.1.2)
selenium-webdriver
shoulda-matchers (~> 6.0.0)
sidekiq (~> 7.2.0)
sidekiq (~> 7.2.4)
sidekiq-cron (~> 1.12.0)
simplecov
sprockets-rails
Expand Down

0 comments on commit 5ee0c30

Please sign in to comment.