Skip to content

Commit

Permalink
Merge 39f7b48 into f68086f
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 27, 2022
2 parents f68086f + 39f7b48 commit a15d9f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'rack-cors', '~> 1.0.5', require: 'rack/cors'
gem 'htmlentities'
gem 'rack-attack', '~> 6.0.0'

gem 'sidekiq', '~> 6.2.1'
gem 'sidekiq', '~> 6.4.0'
gem 'sidekiq-cron', '~> 1.1.0'

gem 'airbrake', '~> 10.0.5'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ GEM
rb-inotify (0.10.0)
ffi (~> 1.0)
rbtree3 (0.6.0)
redis (4.4.0)
redis (4.5.1)
regexp_parser (1.6.0)
responders (3.0.0)
actionpack (>= 5.0)
Expand Down Expand Up @@ -352,7 +352,7 @@ GEM
scenic (1.5.1)
activerecord (>= 4.0.0)
railties (>= 4.0.0)
sidekiq (6.2.1)
sidekiq (6.4.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand Down Expand Up @@ -443,7 +443,7 @@ DEPENDENCIES
rspec-rails
sassc-rails (~> 2.1.2)
scenic (~> 1.5.1)
sidekiq (~> 6.2.1)
sidekiq (~> 6.4.0)
sidekiq-cron (~> 1.1.0)
simplecov
simplecov-lcov
Expand Down

0 comments on commit a15d9f8

Please sign in to comment.