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
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
async_request (1.0.0)
jwt (~> 2.1)
rails (>= 4.2)
sidekiq (>= 4.0, < 6)
sidekiq (>= 4.0, < 7)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -50,8 +50,8 @@ GEM
codeclimate-test-reporter (0.5.0)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.1)
concurrent-ruby (1.0.5)
connection_pool (2.2.1)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
crass (1.0.5)
database_cleaner (1.4.1)
diff-lcs (1.2.5)
Expand All @@ -64,18 +64,18 @@ GEM
railties (>= 3.0.0)
faker (1.4.3)
i18n (~> 0.5)
globalid (0.4.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (0.7.0)
json (1.8.3)
jwt (2.1.0)
jwt (2.3.0)
loofah (2.3.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
method_source (0.8.2)
mini_mime (1.0.0)
mini_mime (1.1.1)
mini_portile2 (2.1.0)
minitest (5.8.4)
nokogiri (1.6.8.1)
Expand All @@ -89,8 +89,8 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.6.12)
rack-protection (2.0.1)
rack (1.6.13)
rack-protection (2.1.0)
rack
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -120,7 +120,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (11.1.2)
redis (4.0.1)
redis (4.4.0)
rspec-core (3.4.4)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
Expand All @@ -146,9 +146,9 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
sidekiq (5.1.3)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
sidekiq (5.2.8)
connection_pool (~> 2.2, >= 2.2.2)
rack (< 2.1.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
simplecov (0.11.2)
Expand All @@ -157,10 +157,10 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
sprockets (3.7.1)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion async_request.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = Dir['spec/**/*']

s.add_dependency 'rails', '>= 4.2'
s.add_dependency 'sidekiq', '>= 4.0', '< 6'
s.add_dependency 'sidekiq', '>= 4.0', '< 7'
s.add_dependency 'jwt', '~> 2.1'

s.add_development_dependency 'pg'
Expand Down