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 @@ -16,7 +16,7 @@ gem 'redis', '~> 4.0'
gem 'redis-namespace'
gem 'redis-rails'
gem 'dotenv-rails'
gem 'sidekiq', '~> 5.0', '>= 5.0.5'
gem 'sidekiq', '~> 6.4'
# Use Active Model has_secure_password
gem 'bcrypt', '~> 3.1.7'
gem 'jwt'
Expand Down
17 changes: 7 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ GEM
cocaine (0.5.8)
climate_control (>= 0.0.3, < 1.0)
concurrent-ruby (1.1.5)
connection_pool (2.2.3)
connection_pool (2.2.5)
crass (1.0.6)
database_cleaner (1.8.3)
devise (4.7.1)
Expand Down Expand Up @@ -128,11 +128,9 @@ GEM
pg (1.2.2)
puma (4.3.1)
nio4r (~> 2.0)
rack (2.1.2)
rack (2.2.3)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-protection (2.0.8.1)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.2.1)
Expand Down Expand Up @@ -213,11 +211,10 @@ GEM
shoulda-context (1.2.2)
shoulda-matchers (3.1.3)
activesupport (>= 4.0.0)
sidekiq (5.2.7)
connection_pool (~> 2.2, >= 2.2.2)
rack (>= 1.5.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
sidekiq (6.4.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
simple_token_authentication (1.17.0)
actionmailer (>= 3.2.6, < 7)
actionpack (>= 3.2.6, < 7)
Expand Down Expand Up @@ -267,7 +264,7 @@ DEPENDENCIES
redis-rails
rspec-rails
shoulda
sidekiq (~> 5.0, >= 5.0.5)
sidekiq (~> 6.4)
simple_token_authentication (~> 1.0)
spring
spring-watcher-listen (~> 2.0.0)
Expand Down