Skip to content

Commit

Permalink
With 3.0.6 released, no need to depend on redis-gem master.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaauie committed Nov 18, 2013
1 parent d568d52 commit b674bc4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -4,9 +4,6 @@ script: "bundle exec rake run"
rvm:
- 1.9.3
- 2.0.0
gemfile:
- .travis/Gemfile.redis-gem-3.0
- .travis/Gemfile.redis-gem-master
env:
global:
- TIMEOUT=1
Expand Down
6 changes: 0 additions & 6 deletions .travis/Gemfile.redis-gem-3.0

This file was deleted.

6 changes: 0 additions & 6 deletions .travis/Gemfile.redis-gem-master

This file was deleted.

2 changes: 1 addition & 1 deletion redis-copy.gemspec
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '~> 2.14'

spec.add_runtime_dependency 'redis'
spec.add_runtime_dependency 'redis', '~> 3.0', '>= 3.0.6'
spec.add_runtime_dependency 'activesupport'
spec.add_runtime_dependency 'implements', '~> 0.0.2'
end

0 comments on commit b674bc4

Please sign in to comment.