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

Update and patch outdated gems #688

Merged
merged 2 commits into from
Aug 22, 2024
Merged
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
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ gem "platform-api"
gem "premailer"
gem "pry"
gem "pry-clipboard2"
gem "puma"
gem "puma", "~> 6.4"
gem "rack-attack"
gem "rack-cors"
gem "rack-cors", "~> 2.0"
gem "rack-protection"
gem "rack-ssl-enforcer"
gem "rake"
Expand All @@ -49,10 +49,10 @@ gem "sequel_pg"
gem "sequel-soft-deletes"
gem "sequel-state-machine", "~> 1.4"
gem "sequel-tstzrange-fields"
gem "sidekiq"
gem "sidekiq", "~> 6.5"
gem "sidekiq-amigo", ">= 1.7.0"
gem "sidekiq-cron"
gem "sidekiq-unique-jobs"
gem "sidekiq-unique-jobs", "~> 7.1"
gem "signalwire"
gem "state_machines"
gem "stripe"
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GEM
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
erubis (2.7.0)
et-orbi (1.2.7)
et-orbi (1.2.11)
tzinfo
eventmachine (1.2.7)
excon (0.102.0)
Expand All @@ -86,8 +86,8 @@ GEM
foreman (0.87.2)
frontapp (0.0.12)
http (>= 2.2.1)
fugit (1.8.1)
et-orbi (~> 1, >= 1.2.7)
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
geokit (1.14.0)
globalid (1.2.0)
Expand Down Expand Up @@ -164,7 +164,7 @@ GEM
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.0.2)
mustermann (>= 1.0.0)
nio4r (2.5.9)
nio4r (2.7.3)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -193,16 +193,16 @@ GEM
clipboard (~> 1)
pry (~> 0)
public_suffix (5.0.3)
puma (6.3.1)
puma (6.4.2)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (2.2.8)
rack (2.2.9)
rack-accept (0.4.5)
rack (>= 0.4)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-cors (2.0.1)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
Expand Down Expand Up @@ -283,7 +283,7 @@ GEM
sequel_pg (1.17.1)
pg (>= 0.18.0, != 1.2.0)
sequel (>= 4.38.0)
sidekiq (6.5.9)
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
Expand All @@ -294,7 +294,7 @@ GEM
fugit (~> 1.8)
globalid (>= 1.0.1)
sidekiq (>= 6)
sidekiq-unique-jobs (7.1.30)
sidekiq-unique-jobs (7.1.33)
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (< 5.0)
Expand All @@ -318,7 +318,7 @@ GEM
state_machines (0.6.0)
stripe (9.1.0)
strscan (3.1.0)
thor (1.2.2)
thor (1.3.1)
timecop (0.9.8)
twilio-ruby (5.77.0)
faraday (>= 0.9, < 3.0)
Expand Down Expand Up @@ -380,9 +380,9 @@ DEPENDENCIES
premailer
pry
pry-clipboard2
puma
puma (~> 6.4)
rack-attack
rack-cors
rack-cors (~> 2.0)
rack-protection
rack-ssl-enforcer
rack-test
Expand All @@ -407,10 +407,10 @@ DEPENDENCIES
sequel-state-machine (~> 1.4)
sequel-tstzrange-fields
sequel_pg
sidekiq
sidekiq (~> 6.5)
sidekiq-amigo (>= 1.7.0)
sidekiq-cron
sidekiq-unique-jobs
sidekiq-unique-jobs (~> 7.1)
signalwire
simplecov
simplecov-cobertura
Expand Down
Loading