Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
44uk committed Dec 25, 2018
2 parents 8e0d7c0 + ef66188 commit 69cacdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ cache: bundler

rvm:
- ruby-head
- 2.5.0
- 2.4.3
- 2.4.0
- 2.3.6
- 2.3.0
- 2.2.9
- 2.2.6
- 2.6.0
- 2.5.3
- 2.4.5
- 2.3.8

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion nem-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/44uk/nem-ruby'
spec.license = 'MIT'

spec.required_ruby_version = '>= 2.2.6'
spec.required_ruby_version = '>= 2.3.0'
spec.metadata['yard.run'] = 'yri'

spec.files = `git ls-files -z`.split("\x0").reject do |f|
Expand Down

0 comments on commit 69cacdd

Please sign in to comment.