Skip to content

Commit

Permalink
Remove duplicate required_ruby_version from gemspec (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoanjo authored Jul 19, 2021
1 parent 167d383 commit b194339
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pry-nav.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']

gem.required_ruby_version = '>= 2.1.0'

gem.required_ruby_version = '>= 1.8.7'
gem.add_runtime_dependency 'pry', '>= 0.9.10', '< 0.15'
gem.add_development_dependency 'rake'
end

0 comments on commit b194339

Please sign in to comment.