Files
linguist/Gemfile
Brandon Keepers 598a7028ea Add byebug
2014-11-26 15:12:55 -05:00

6 lines
179 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'