Gemfile in git_diff_parser-3.1.0 vs Gemfile in git_diff_parser-3.2.0
- old
+ new
@@ -1,9 +1,9 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in git_diff_parser.gemspec
gemspec
-gem 'byebug' if RUBY_VERSION >= '2.0.0'
+gem 'byebug' if RUBY_VERSION >= '2.3.0'
gem 'pry'
gem 'rubocop' if RUBY_VERSION >= '2.0.0'
gem 'yard'
gem 'parse_gemspec-cli' if RUBY_VERSION >= '2.0.0'