Skip to content

Commit

Permalink
Update Travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
diasks2 committed Jan 6, 2016
1 parent 23e3072 commit d19c402
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
language: ruby
rvm:
- 2.1.2
- 2.2.0
- 2.2.4
2 changes: 1 addition & 1 deletion pragmatic_tokenizer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.6.5"
spec.add_development_dependency "bundler", "~> 1.9"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec"
end

0 comments on commit d19c402

Please sign in to comment.