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 @@ -44,7 +44,7 @@ gem 'pundit', '2.4.0'

# Background tasks
gem 'sidekiq', '~> 7.3'
gem 'sidekiq-cron', '~> 2.1'
gem 'sidekiq-cron', '~> 2.3'
gem 'sidekiq-unique-jobs', '~> 8.0'

# Misc Utilities
Expand Down
37 changes: 19 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
base64 (0.3.0)
bcp47_spec (0.2.1)
bcrypt (3.1.20)
benchmark (0.4.0)
benchmark (0.4.1)
better_errors (2.10.1)
erubi (>= 1.0.0)
rack (>= 0.9.0)
Expand All @@ -145,7 +145,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.1.9)
bigdecimal (3.2.2)
bindex (0.8.1)
binding_of_caller (1.0.1)
debug_inspector (>= 1.2.0)
Expand Down Expand Up @@ -214,7 +214,7 @@ GEM
activesupport (>= 5.0)
request_store (>= 1.0)
ruby2_keywords
drb (2.2.1)
drb (2.2.3)
ebnf (2.4.0)
htmlentities (~> 4.3)
rdf (~> 3.3)
Expand All @@ -231,7 +231,7 @@ GEM
rubocop (>= 1)
smart_properties
erubi (1.13.1)
et-orbi (1.2.11)
et-orbi (1.3.0)
tzinfo
faker (3.5.1)
i18n (>= 1.8.11, < 2)
Expand Down Expand Up @@ -339,7 +339,7 @@ GEM
logger (~> 1.6)
link_header (0.0.8)
lint_roller (1.1.0)
logger (1.6.6)
logger (1.7.0)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -355,7 +355,7 @@ GEM
logger
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
minitest (5.25.5)
minitest-retry (0.2.5)
minitest (>= 5.0)
msgpack (1.7.2)
Expand Down Expand Up @@ -417,17 +417,18 @@ GEM
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.8.1)
rack (2.2.14)
rack-protection (3.2.0)
rack (3.2.0)
rack-protection (4.1.1)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-session (1.0.2)
rack (< 3)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (1.0.1)
rack (< 3)
webrick
rackup (2.2.1)
rack (>= 3)
rails (7.1.5.1)
actioncable (= 7.1.5.1)
actionmailbox (= 7.1.5.1)
Expand Down Expand Up @@ -486,7 +487,7 @@ GEM
psych (>= 4.0.0)
redcarpet (3.6.0)
redis (4.8.1)
redis-client (0.23.2)
redis-client (0.25.1)
connection_pool
regexp_parser (2.10.0)
reline (0.6.0)
Expand Down Expand Up @@ -565,7 +566,7 @@ GEM
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq-cron (2.1.0)
sidekiq-cron (2.3.1)
cronex (>= 0.13.0)
fugit (~> 1.8, >= 1.11.1)
globalid (>= 1.0.1)
Expand Down Expand Up @@ -715,7 +716,7 @@ DEPENDENCIES
selenium-webdriver
shoulda-matchers (~> 6.4)
sidekiq (~> 7.3)
sidekiq-cron (~> 2.1)
sidekiq-cron (~> 2.3)
sidekiq-unique-jobs (~> 8.0)
simple_form
simplecov
Expand Down
Loading