byebug requires ruby 2.0

This commit is contained in:
Brandon Keepers
2014-11-26 16:12:43 -05:00
parent 3edf5fd770
commit 1ae4672230

View File

@@ -2,4 +2,4 @@ source 'https://rubygems.org'
gemspec :name => "github-linguist"
gemspec :name => "github-linguist-grammars"
gem 'test-unit', require: false if RUBY_VERSION >= '2.2'
gem 'byebug'
gem 'byebug' if RUBY_VERSION >= '2.0'