Gemfile in git_diff_parser-3.2.0 vs Gemfile in git_diff_parser-4.0.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.3.0'
+gem 'byebug'
gem 'pry'
-gem 'rubocop' if RUBY_VERSION >= '2.0.0'
+gem 'rubocop'
gem 'yard'
-gem 'parse_gemspec-cli' if RUBY_VERSION >= '2.0.0'
+gem 'parse_gemspec-cli'