Skip to content
Open
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
25 changes: 15 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
cronex (0.15.0)
tzinfo
unicode (>= 0.4.4.5)
csv (3.3.5)
dalli (3.2.3)
database_cleaner (2.1.0)
Expand Down Expand Up @@ -169,7 +172,7 @@ GEM
drb (2.2.3)
erb (6.0.4)
erubi (1.13.1)
et-orbi (1.2.7)
et-orbi (1.4.0)
tzinfo
factory_bot (6.5.6)
activesupport (>= 6.1.0)
Expand Down Expand Up @@ -221,8 +224,8 @@ GEM
rack-session (>= 1.0.2, < 3.0.0)
sanitize (< 8)
formatador (1.1.0)
fugit (1.8.1)
et-orbi (~> 1, >= 1.2.7)
fugit (1.12.2)
et-orbi (~> 1.4)
raabro (~> 1.4)
globalid (1.3.0)
activesupport (>= 6.1)
Expand Down Expand Up @@ -503,17 +506,18 @@ GEM
scientist (1.6.5)
securerandom (0.4.1)
shellany (0.0.1)
sidekiq (6.0.7)
connection_pool (>= 2.2.2)
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
rack-protection (>= 2.0.0)
redis (>= 4.1.0)
redis (>= 4.5.0, < 5)
sidekiq-congestion (0.1.1)
congestion (~> 0.1)
sidekiq (>= 3.0)
sidekiq-cron (1.9.1)
fugit (~> 1.8)
sidekiq (>= 4.2.1)
sidekiq-cron (2.4.0)
cronex (>= 0.13.0)
fugit (~> 1.8, >= 1.11.1)
globalid (>= 1.0.1)
sidekiq (>= 6.5.0)
sidekiq-grouping (1.3.0)
activesupport
concurrent-ruby
Expand Down Expand Up @@ -554,6 +558,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode (0.4.4.5)
unicode-display_width (1.8.0)
useragent (0.16.11)
versionist (2.0.1)
Expand Down
Loading