Skip to content

Commit

Permalink
ruby 1.9.3 EOL was 2015-02-23
Browse files Browse the repository at this point in the history
Also, I want to use keyword args!
  • Loading branch information
nevans committed Oct 14, 2015
1 parent c608172 commit 8ad098e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ cache: bundler
sudo: false
services: redis
rvm:
- 1.9.3
- 2.0.0
- 2.1.7
- 2.2.3
2 changes: 1 addition & 1 deletion resque-pool.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
saving memory (w/REE) and monitoring their uptime
EOF

s.required_ruby_version = '>= 1.9.3'
s.required_ruby_version = '>= 2.0'

s.add_dependency "resque", "~> 1.22"
s.add_dependency "rake"
Expand Down

0 comments on commit 8ad098e

Please sign in to comment.