Skip to content

Commit

Permalink
pry gem isn't supported by ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendaniels committed Apr 2, 2020
1 parent eb5f748 commit 46b8f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhongwen_tools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Gem::Specification.new do |s|
s.add_development_dependency('simplecov-gem-adapter', '~> 1.0', '>= 1.0.1')
s.add_development_dependency('coveralls', '~> 0.8', '>= 0.8.1')
s.add_development_dependency('minitest', '~> 5.5', '>= 5.5.1')
s.add_development_dependency('pry', '~> 0.13', '>= 0.13.0')
s.add_development_dependency('minitest-reporters', '~> 1.0', '>= 1.0.10')
end

if RUBY_VERSION >= '2.1'
s.add_development_dependency('pry', '~> 0.13', '>= 0.13.0')
s.add_development_dependency('memory_profiler', '0.0.4')
end
end

0 comments on commit 46b8f76

Please sign in to comment.