Files
linguist/Gemfile
Brandon Keepers 0d469e2966 Add licensor
2015-10-20 17:44:31 -04:00

6 lines
186 B
Ruby

source 'https://rubygems.org'
gemspec :name => "github-linguist"
gemspec :name => "github-linguist-grammars"
gem 'byebug' if RUBY_VERSION >= '2.0'
gem 'licensor', :path => "../licensor"