Skip to content

Commit

Permalink
require ruby 2.6.6 (#7)
Browse files Browse the repository at this point in the history
* require ruby 2.6.6

* add travis rubies
  • Loading branch information
mamantoha authored Jan 7, 2021
1 parent 72d41fc commit c5482cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
language: ruby

rvm:
- 3.0.0
- 2.7.2
- 2.6.6

script:
- rspec
- rubocop
2 changes: 1 addition & 1 deletion mpd_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR)
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.required_ruby_version = '>= 2.6.0'
gem.required_ruby_version = '>= 2.6.6'
gem.name = 'mpd_client'
gem.require_paths = ['lib']
gem.version = MPD::Client::VERSION
Expand Down

0 comments on commit c5482cf

Please sign in to comment.