Skip to content

Commit

Permalink
Merge 1ffc86c into 79dc289
Browse files Browse the repository at this point in the history
  • Loading branch information
project-eutopia committed Feb 1, 2018
2 parents 79dc289 + 1ffc86c commit 3f845ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: ruby
rvm:
- 2.3.5
- 2.4.2
before_install: gem install bundler -v 1.16.0
- 2.3.6
- 2.4.3
- 2.5.0
before_install: gem install bundler -v 1.16.1
2 changes: 1 addition & 1 deletion keisan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
end
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.0.0"
spec.required_ruby_version = ">= 2.3.0"

spec.add_development_dependency "coveralls"
spec.add_development_dependency "bundler", "~> 1.14"
Expand Down

0 comments on commit 3f845ab

Please sign in to comment.