Skip to content

Commit

Permalink
Clean up dependencies and fix travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anirbanmu committed Jan 16, 2020
1 parent c8b21e7 commit 2f0ebe7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,9 @@ rvm:
- 2.2.2
- 2.3.4
- 2.4.1
- 2.5
- 2.6
- 2.7
services:
- redis-server
email:
Expand Down
4 changes: 2 additions & 2 deletions gush.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "activejob", ">= 4.2.7", "< 6.0"
spec.add_dependency "connection_pool", "~> 2.2.1"
spec.add_dependency "concurrent-ruby", "~> 1.0"
spec.add_dependency "multi_json", "~> 1.11"
spec.add_dependency "redis", ">= 3.2", "< 5"
spec.add_dependency "redis-mutex", "~> 4.0.1"
Expand All @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "colorize", "~> 0.7"
spec.add_dependency "thor", "~> 0.19"
spec.add_dependency "launchy", "~> 2.4"
spec.add_development_dependency "bundler", "~> 1.5"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.4"
spec.add_development_dependency "rspec", '~> 3.0'
spec.add_development_dependency "pry", '~> 0.10'
Expand Down

0 comments on commit 2f0ebe7

Please sign in to comment.