Skip to content

Commit

Permalink
Cleanup, Ruby 2.0 not supported anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed May 7, 2018
1 parent 20d0af5 commit 62756f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sepa_king.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'coveralls'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'rake'
s.add_development_dependency 'nokogiri', RUBY_VERSION < '2.1.0' ? '~> 1.6.0' : '~> 1'
s.add_development_dependency 'nokogiri'
end

0 comments on commit 62756f7

Please sign in to comment.