mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
byebug requires ruby 2.0
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
|
|||||||
gemspec :name => "github-linguist"
|
gemspec :name => "github-linguist"
|
||||||
gemspec :name => "github-linguist-grammars"
|
gemspec :name => "github-linguist-grammars"
|
||||||
gem 'test-unit', require: false if RUBY_VERSION >= '2.2'
|
gem 'test-unit', require: false if RUBY_VERSION >= '2.2'
|
||||||
gem 'byebug'
|
gem 'byebug' if RUBY_VERSION >= '2.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user