Skip to content

Commit

Permalink
bump required Ruby version to 2.1
Browse files Browse the repository at this point in the history
Fixes #101
  • Loading branch information
rubys committed Sep 2, 2018
1 parent e26dbe9 commit dac282a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion nokogumbo-import/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ os:
- osx
- linux
rvm: # http://rubies.travis-ci.org/
- 2.0
- 2.1
- 2.2
- 2.3
Expand Down
1 change: 1 addition & 0 deletions nokogumbo-import/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ SPEC = Gem::Specification.new do |gem|
gem.extensions = %w[ext/nokogumbo/extconf.rb]
gem.authors = ['Sam Ruby', 'Stephen Checkoway']
gem.email = ['[email protected]', '[email protected]']
gem.required_ruby_version = ">= 2.1"
gem.add_dependency 'nokogiri'
gem.license = 'Apache-2.0'
gem.description = 'Nokogumbo allows a Ruby program to invoke the Gumbo ' \
Expand Down

0 comments on commit dac282a

Please sign in to comment.