Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sidekiq-unique-jobs from 7.0.0 to 7.1.29 #260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ gem "rubyzip", "~> 2.3" # Rubyzip is a ruby library for reading and writing zip
gem "s3_direct_upload", "~> 0.1" # Direct Upload to Amazon S3
gem "sidekiq", "~> 6.1.3" # Sidekiq is used to process background jobs with the help of Redis
gem "sidekiq-cron", "~> 1.1" # Allows execution of scheduled cron jobs as specific times
gem "sidekiq-unique-jobs", "~> 7.0.0" # Ensures that Sidekiq jobs are unique when enqueued
gem "sidekiq-unique-jobs", "~> 7.1.29" # Ensures that Sidekiq jobs are unique when enqueued
gem "sitemap_generator", "~> 6.1" # SitemapGenerator is a framework-agnostic XML Sitemap generator
gem "slack-notifier", "~> 2.3" # A slim ruby wrapper for posting to slack webhooks
gem "sprockets", "~> 4.0" # Sprockets is a Rack-based asset packaging system
Expand Down
47 changes: 24 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
approvals (0.0.24)
nokogiri (~> 1.6)
thor (~> 0.18)
ast (2.4.1)
ast (2.4.2)
aws-eventstream (1.1.0)
aws-sigv4 (1.2.2)
aws-eventstream (~> 1, >= 1.0.2)
Expand Down Expand Up @@ -135,9 +135,9 @@ GEM
msgpack (~> 1.0)
brakeman (4.10.1)
browser (5.2.0)
brpoplpush-redis_script (0.1.1)
brpoplpush-redis_script (0.1.3)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (>= 1.0, <= 5.0)
redis (>= 1.0, < 6)
buffer (0.1.3)
addressable
environs
Expand Down Expand Up @@ -194,8 +194,8 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.8)
connection_pool (2.2.3)
concurrent-ruby (1.1.10)
connection_pool (2.3.0)
counter_culture (2.7.0)
activerecord (>= 4.2)
activesupport (>= 4.2)
Expand Down Expand Up @@ -298,7 +298,7 @@ GEM
browser (>= 2.0)
distribution
railties (>= 5)
fix-db-schema-conflicts (3.0.3)
fix-db-schema-conflicts (3.1.0)
rubocop (>= 0.38.0)
flipper (0.20.3)
flipper-active_record (0.20.3)
Expand Down Expand Up @@ -456,7 +456,7 @@ GEM
mini_histogram (0.3.1)
mini_magick (4.11.0)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
mini_portile2 (2.8.0)
minitest (5.14.3)
msgpack (1.3.3)
multi_json (1.15.0)
Expand All @@ -467,12 +467,12 @@ GEM
nenv (0.3.0)
netrc (0.11.0)
nio4r (2.5.4)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-darwin)
nokogiri (1.13.9-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-linux)
nokogiri (1.13.9-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -510,7 +510,7 @@ GEM
rack
orm_adapter (0.5.0)
parallel (1.20.1)
parser (3.0.0.0)
parser (3.1.3.0)
ast (~> 2.4.1)
patron (0.13.3)
pg (1.2.3)
Expand Down Expand Up @@ -539,8 +539,8 @@ GEM
rest-client (~> 2.0, >= 2.0.2)
pusher-signature (0.1.8)
raabro (1.4.0)
racc (1.5.2)
rack (2.2.3)
racc (1.6.1)
rack (2.2.4)
rack-attack (6.3.1)
rack (>= 1.0, < 3)
rack-cors (1.1.1)
Expand Down Expand Up @@ -582,7 +582,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.3)
ransack (2.4.1)
activerecord (>= 5.2.4)
Expand Down Expand Up @@ -624,7 +624,7 @@ GEM
netrc (~> 0.8)
reverse_markdown (2.0.0)
nokogiri
rexml (3.2.4)
rexml (3.2.5)
rolify (5.3.0)
rouge (3.26.0)
rspec (3.10.0)
Expand Down Expand Up @@ -659,8 +659,8 @@ GEM
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.0)
parser (>= 2.7.1.5)
rubocop-ast (1.24.0)
parser (>= 3.1.1.0)
rubocop-performance (1.9.2)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
Expand Down Expand Up @@ -718,11 +718,12 @@ GEM
sidekiq-cron (1.2.0)
fugit (~> 1.1)
sidekiq (>= 4.2.1)
sidekiq-unique-jobs (7.0.0)
brpoplpush-redis_script (> 0.0.0, <= 2.0.0)
sidekiq-unique-jobs (7.1.29)
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (< 5.0)
sidekiq (>= 5.0, < 7.0)
thor (>= 0.20, < 2.0)
thor (>= 0.20, < 3.0)
simple_oauth (0.3.1)
simplecov (0.21.2)
docile (~> 1.1)
Expand Down Expand Up @@ -786,7 +787,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (2.0.0)
unicode-display_width (2.3.0)
uniform_notifier (1.13.2)
validate_url (1.0.13)
activemodel (>= 3.0.0)
Expand Down Expand Up @@ -961,7 +962,7 @@ DEPENDENCIES
shoulda-matchers (~> 4.5.0)
sidekiq (~> 6.1.3)
sidekiq-cron (~> 1.1)
sidekiq-unique-jobs (~> 7.0.0)
sidekiq-unique-jobs (~> 7.1.29)
simplecov (~> 0.21.2)
sitemap_generator (~> 6.1)
slack-notifier (~> 2.3)
Expand Down
Binary file removed vendor/cache/ast-2.4.1.gem
Binary file not shown.
Binary file added vendor/cache/ast-2.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/brpoplpush-redis_script-0.1.1.gem
Binary file not shown.
Binary file added vendor/cache/brpoplpush-redis_script-0.1.3.gem
Binary file not shown.
Binary file added vendor/cache/concurrent-ruby-1.1.10.gem
Binary file not shown.
Binary file removed vendor/cache/concurrent-ruby-1.1.8.gem
Binary file not shown.
Binary file removed vendor/cache/connection_pool-2.2.3.gem
Binary file not shown.
Binary file added vendor/cache/connection_pool-2.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/fix-db-schema-conflicts-3.0.3.gem
Binary file not shown.
Binary file added vendor/cache/fix-db-schema-conflicts-3.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/mini_portile2-2.5.0.gem
Binary file not shown.
Binary file added vendor/cache/mini_portile2-2.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.11.1-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.11.1-x86_64-linux.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.11.1.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.9-x86_64-darwin.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.9-x86_64-linux.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.9.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.0.0.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.1.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.5.2.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.6.1.gem
Binary file not shown.
Binary file removed vendor/cache/rack-2.2.3.gem
Binary file not shown.
Binary file added vendor/cache/rack-2.2.4.gem
Binary file not shown.
Binary file removed vendor/cache/rainbow-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/rainbow-3.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.2.4.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.2.5.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.24.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.4.0.gem
Binary file not shown.
Binary file removed vendor/cache/sidekiq-unique-jobs-7.0.0.gem
Binary file not shown.
Binary file added vendor/cache/sidekiq-unique-jobs-7.1.29.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-2.0.0.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-2.3.0.gem
Binary file not shown.