Skip to content

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.2 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.2...v1.16.5)

Updates `sidekiq` from 7.2.0 to 7.2.4
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.2.0...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 May 16, 2024
1 parent 49fa1f2 commit 9193f19
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ gem 'vigilion', '~> 1.0.4', github: 'vigilion/vigilion-ruby', ref: '7d6a7e5'
gem 'vigilion-rails', '~> 2.1.0'

# Background jobs
gem 'sidekiq', "~> 7.0"
gem 'sidekiq', "~> 7.2"
gem 'sidekiq-cron', "~> 1.1"

# CORS configuration
Expand Down
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -433,11 +433,11 @@ GEM
activerecord (>= 4.0.0)
activesupport (>= 4.0.0)
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-darwin)
nokogiri (1.16.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
notifications-ruby-client (5.4.0)
jwt (>= 1.5, < 3)
Expand Down Expand Up @@ -492,7 +492,7 @@ GEM
pusher-signature (0.1.8)
raabro (1.4.0)
racc (1.7.3)
rack (2.2.8.1)
rack (2.2.9)
rack-canonical-host (1.2.0)
addressable (> 0, < 3)
rack (>= 1, < 4)
Expand Down Expand Up @@ -567,7 +567,7 @@ GEM
redis-activesupport (5.3.0)
activesupport (>= 3, < 8)
redis-store (>= 1.3, < 2)
redis-client (0.18.0)
redis-client (0.22.1)
connection_pool
redis-rack (2.1.4)
rack (>= 2.0.8, < 3)
Expand Down Expand Up @@ -596,7 +596,8 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retriable (3.1.2)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand Down Expand Up @@ -665,11 +666,11 @@ GEM
rails (>= 4)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (7.2.0)
sidekiq (7.2.4)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
redis-client (>= 0.19.0)
sidekiq-cron (1.11.0)
fugit (~> 1.8)
globalid (>= 1.0.1)
Expand Down Expand Up @@ -708,6 +709,7 @@ GEM
ssrf_filter (1.1.2)
statesman (11.0.0)
stringio (3.1.0)
strscan (3.1.0)
temple (0.8.2)
terser (1.1.20)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -851,7 +853,7 @@ DEPENDENCIES
selenium-webdriver
shog
shoulda-matchers
sidekiq (~> 7.0)
sidekiq (~> 7.2)
sidekiq-cron (~> 1.1)
simple_form (~> 5.0)
slim-rails (~> 3.2.0)
Expand Down

0 comments on commit 9193f19

Please sign in to comment.