Skip to content

Commit

Permalink
Remove dependencies for Ruby < 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ggilder committed Apr 9, 2021
1 parent 4dbce3d commit 4969096
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions commander.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,5 @@ Gem::Specification.new do |s|
s.add_development_dependency('rspec', '~> 3.2')
s.add_development_dependency('rake')
s.add_development_dependency('simplecov')
if RUBY_VERSION < '2.0'
s.add_development_dependency('rubocop', '~> 0.41.1')
s.add_development_dependency('json', '< 2.0')
else
s.add_development_dependency('rubocop', '~> 0.49.1')
end
s.add_development_dependency('rubocop', '~> 0.49.1')
end

0 comments on commit 4969096

Please sign in to comment.