Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Aug 16, 2024
1 parent 8e79f5d commit 2f4d86e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem "faraday-multipart"
gem "nokogiri"
gem "oj"
gem "redis"
gem "sidekiq", "7.3.0"
gem "sidekiq"
gem 'sidekiq-unique-jobs'
gem "pagy"
gem "pghero"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ GEM
shoulda-context (2.0.0)
shoulda-matchers (6.3.1)
activesupport (>= 5.2.0)
sidekiq (7.3.0)
sidekiq (7.3.1)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
logger
Expand Down Expand Up @@ -439,7 +439,7 @@ DEPENDENCIES
semantic_range
shoulda-context
shoulda-matchers
sidekiq (= 7.3.0)
sidekiq
sidekiq-unique-jobs
sitemap_generator
sprockets-rails
Expand Down

0 comments on commit 2f4d86e

Please sign in to comment.