Skip to content

Commit

Permalink
Support Ruby 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Jan 3, 2016
1 parent 1129717 commit e1bfca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ before_install:
sudo: required
language: ruby
rvm:
- "1.9.3"
- "2.0"
- "2.1"
- "2.2"
Expand Down
2 changes: 1 addition & 1 deletion active-elastic-job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.0'
spec.required_ruby_version = '>= 1.9.3'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rspec', '~> 3.4'
Expand Down

0 comments on commit e1bfca4

Please sign in to comment.