Skip to content

Commit

Permalink
update travis.yml & gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
navinre committed Feb 10, 2020
1 parent 7c832ac commit 05cf405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: ruby
cache: bundler

rvm:
- 2.0.0-p247
- ruby-2.3.8

script: 'bundle exec rspec'

Expand Down
2 changes: 1 addition & 1 deletion captions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

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

0 comments on commit 05cf405

Please sign in to comment.