Files
linguist/Gemfile
2014-11-26 16:12:43 -05:00

6 lines
204 B
Ruby

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' if RUBY_VERSION >= '2.0'