Skip to content

Commit

Permalink
Change gemspec to require Ruby 2.0 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Apr 2, 2021
1 parent d245f20 commit e1dd30f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions equatable.gemspec
Expand Up @@ -24,8 +24,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["lib/**/*"]
spec.extra_rdoc_files = ["README.md", "CHANGELOG.md", "LICENSE.txt"]
spec.require_paths = ["lib"]

spec.required_ruby_version = '>= 1.8.7'
spec.required_ruby_version = Gem::Requirement.new(">= 2.0.0")

spec.add_development_dependency 'bundler', '>= 1.5.0'
spec.add_development_dependency 'rspec', '~> 3.1'
Expand Down

0 comments on commit e1dd30f

Please sign in to comment.