Skip to content
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 @@ -98,7 +98,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.2.1" # 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.12" # 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.4" # A slim ruby wrapper for posting to slack webhooks
gem "sprockets", "~> 4.0" # Sprockets is a Rack-based asset packaging system
Expand Down
33 changes: 17 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ GEM
msgpack (~> 1.0)
brakeman (5.1.1)
browser (5.3.1)
brpoplpush-redis_script (0.1.2)
brpoplpush-redis_script (0.1.3)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (>= 1.0, <= 5.0)
redis (>= 1.0, < 6)
buftok (0.2.0)
builder (3.2.4)
bullet (6.1.5)
Expand Down Expand Up @@ -170,8 +170,8 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
concurrent-ruby (1.1.10)
connection_pool (2.3.0)
counter_culture (2.8.0)
activerecord (>= 4.2)
activesupport (>= 4.2)
Expand Down Expand Up @@ -431,7 +431,7 @@ GEM
mini_histogram (0.3.1)
mini_magick (4.11.0)
mini_mime (1.1.0)
mini_portile2 (2.6.1)
mini_portile2 (2.8.0)
minitest (5.14.4)
modis (4.0.0)
activemodel (>= 5.2)
Expand All @@ -452,14 +452,14 @@ GEM
http-2 (~> 0.11)
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.12.3)
mini_portile2 (~> 2.6.1)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.12.3-arm64-darwin)
nokogiri (1.13.9-arm64-darwin)
racc (~> 1.4)
nokogiri (1.12.3-x86_64-darwin)
nokogiri (1.13.9-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.3-x86_64-linux)
nokogiri (1.13.9-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -529,8 +529,8 @@ GEM
pusher-signature (~> 0.1.8)
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.5.0)
rack (>= 1.0, < 3)
rack-cors (1.1.1)
Expand Down Expand Up @@ -723,11 +723,12 @@ GEM
sidekiq-cron (1.2.0)
fugit (~> 1.1)
sidekiq (>= 4.2.1)
sidekiq-unique-jobs (7.0.12)
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 @@ -765,7 +766,7 @@ GEM
strong_migrations (0.7.8)
activerecord (>= 5)
test-prof (1.0.6)
thor (1.1.0)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.10)
timecop (0.9.4)
Expand Down Expand Up @@ -968,7 +969,7 @@ DEPENDENCIES
shoulda-matchers (~> 5.0.0)
sidekiq (~> 6.2.1)
sidekiq-cron (~> 1.1)
sidekiq-unique-jobs (~> 7.0.12)
sidekiq-unique-jobs (~> 7.1.29)
simplecov (~> 0.21.2)
sitemap_generator (~> 6.1)
slack-notifier (~> 2.4)
Expand Down
Binary file removed vendor/cache/brpoplpush-redis_script-0.1.2.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.9.gem
Binary file not shown.
Binary file removed vendor/cache/connection_pool-2.2.5.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/mini_portile2-2.6.1.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.12.3-arm64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.12.3-x86_64-darwin.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.12.3-x86_64-linux.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.12.3.gem
Binary file not shown.
Binary file added vendor/cache/nokogiri-1.13.9-arm64-darwin.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/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/sidekiq-unique-jobs-7.0.12.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/thor-1.1.0.gem
Binary file not shown.
Binary file added vendor/cache/thor-1.2.1.gem
Binary file not shown.