Skip to content

Commit

Permalink
Merge pull request #18 from onigra/ruby2.3
Browse files Browse the repository at this point in the history
Ruby2.3
  • Loading branch information
onigra committed Apr 28, 2016
2 parents 3b1129e + ba0a9a9 commit 4e300c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: ruby
rvm:
- 2.2.2
- 2.2.3
- 2.2
- 2.3.0
- 2.3.1
before_script:
- export COVERAGE=true
script:
Expand Down
2 changes: 1 addition & 1 deletion tsudura.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.9"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec"
spec.add_development_dependency "guard"
Expand Down

0 comments on commit 4e300c0

Please sign in to comment.