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 @@ -26,7 +26,7 @@ gem 'paper_trail', '~> 16.0'
gem 'paranoia', '~> 3.0', '>= 3.0.1'
gem 'pg', '~> 1.5', '>= 1.5.9'
gem 'phonelib', '~> 0.10', '>= 0.10.9'
gem 'puma', '~> 6.6'
gem 'puma', '~> 7.0', '>= 7.0.4'
gem 'pundit', '~> 2.5'
gem 'rack-attack', '~> 6.7'
gem 'rack-cors', '~> 3.0', require: 'rack/cors'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ GEM
bigdecimal
rexml
crass (1.0.6)
csv (3.3.4)
csv (3.3.5)
date (3.4.1)
date (3.4.1-java)
debug_inspector (1.2.0)
Expand Down Expand Up @@ -325,9 +325,9 @@ GEM
date
jar-dependencies (>= 0.1.7)
public_suffix (6.0.1)
puma (6.6.0)
puma (7.0.4)
nio4r (~> 2.0)
puma (6.6.0-java)
puma (7.0.4-java)
nio4r (~> 2.0)
pundit (2.5.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -511,7 +511,7 @@ GEM
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq-scheduler (6.0.0)
sidekiq-scheduler (6.0.1)
rufus-scheduler (~> 3.2)
sidekiq (>= 7.3, < 9)
simplecov (0.22.0)
Expand Down Expand Up @@ -579,15 +579,15 @@ DEPENDENCIES
binding_of_caller (~> 1.0, >= 1.0.1)
bootsnap (~> 1.18, >= 1.18.6)
brakeman (~> 7.0, >= 7.0.2)
bullet (~> 8.0, >= 8.0.7)
bullet (~> 8.0, >= 8.0.8)
carrierwave (~> 3.1, >= 3.1.2)
carrierwave-base64 (~> 2.11)
carrierwave-bombshelter (~> 0.2, >= 0.2.2)
case_transform (~> 0.2)
colorize (~> 1.1)
consistency_fail
counter_culture (~> 3.10, >= 3.10.1)
csv (~> 3.3, >= 3.3.4)
csv (~> 3.3, >= 3.3.5)
doorkeeper (~> 5.8, >= 5.8.2)
doorkeeper-i18n (~> 5.2, >= 5.2.7)
dotenv-rails (~> 3.1, >= 3.1.8)
Expand All @@ -614,7 +614,7 @@ DEPENDENCIES
phonelib (~> 0.10, >= 0.10.9)
pry-byebug (~> 3.11)
pry-rails (~> 0.3, >= 0.3.11)
puma (~> 6.6)
puma (~> 7.0, >= 7.0.4)
pundit (~> 2.5)
rack-attack (~> 6.7)
rack-cors (~> 3.0)
Expand All @@ -625,7 +625,7 @@ DEPENDENCIES
redis (~> 5.4)
roo (~> 2.10, >= 2.10.1)
rspec-rails (~> 8.0)
rubocop (~> 1.75, >= 1.75.6)
rubocop (~> 1.75, >= 1.75.8)
rubocop-factory_bot (~> 2.27, >= 2.27.1)
rubocop-performance (~> 1.25)
rubocop-rails (~> 2.32)
Expand All @@ -638,7 +638,7 @@ DEPENDENCIES
sentry-sidekiq (~> 5.24)
sepa_king (~> 0.14)
sidekiq (~> 7.3, >= 7.3.9)
sidekiq-scheduler (~> 6.0)
sidekiq-scheduler (~> 6.0, >= 6.0.1)
simplecov (~> 0.22)
simplecov-lcov (~> 0.8)
spring (~> 4.3)
Expand Down
Loading