Skip to content

Commit

Permalink
Merge pull request seomoz#255 from seomoz/dan/limit-redis-dependency
Browse files Browse the repository at this point in the history
Pin redis to less than 4.0.0.rc1
  • Loading branch information
Dan Lecocq authored Nov 29, 2016
2 parents fe08adc + 8889d03 commit 1fb5415
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
qless (0.10.4)
metriks (~> 0.9)
redis (>= 2.2, < 4)
redis (>= 2.2, < 4.0.0.rc1)
rusage (~> 0.2.0)
sentry-raven (~> 0.4)
sinatra (~> 1.3)
Expand Down Expand Up @@ -161,4 +161,4 @@ DEPENDENCIES
timecop

BUNDLED WITH
1.11.2
1.13.6
2 changes: 1 addition & 1 deletion lib/qless/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Encoding: utf-8

module Qless
VERSION = '0.10.4'
VERSION = '0.10.5'
end
2 changes: 1 addition & 1 deletion qless.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ language-specific extension will also remain up to date.
s.require_paths = ['lib']

s.add_dependency 'metriks', '~> 0.9'
s.add_dependency 'redis', ['>= 2.2', '< 4']
s.add_dependency 'redis', ['>= 2.2', '< 4.0.0.rc1']
s.add_dependency 'rusage', '~> 0.2.0'
s.add_dependency 'sentry-raven', '~> 0.4'
s.add_dependency 'sinatra', '~> 1.3'
Expand Down

0 comments on commit 1fb5415

Please sign in to comment.