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 @@ -41,7 +41,7 @@ gem 'bootstrap', '~> 4.3', '>= 4.3.1'
gem 'jquery-rails', '~> 4.3', '>= 4.3.5'

# Background processing
gem 'sidekiq', '~> 5.2', '>= 5.2.7'
gem 'sidekiq', '~> 6.4'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
Expand Down
23 changes: 11 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
connection_pool (2.2.5)
crass (1.0.5)
diff-lcs (1.3)
dotenv (2.7.2)
Expand Down Expand Up @@ -100,7 +100,9 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.3)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
Expand All @@ -114,9 +116,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
puma (3.12.2)
rack (2.1.0)
rack-protection (2.0.5)
rack
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.3)
Expand Down Expand Up @@ -151,7 +151,7 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
redis (4.1.2)
redis (4.5.1)
rspec-core (3.8.1)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
Expand Down Expand Up @@ -192,11 +192,10 @@ GEM
tilt
shoulda-matchers (4.1.0)
activesupport (>= 4.2.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)
spring (2.1.0)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -248,7 +247,7 @@ DEPENDENCIES
rspec-rails (~> 3.8, >= 3.8.2)
sass-rails (~> 5.0)
shoulda-matchers (~> 4.1)
sidekiq (~> 5.2, >= 5.2.7)
sidekiq (~> 6.4)
spring
spring-watcher-listen (~> 2.0.0)
turbolinks (~> 5)
Expand Down