Files
linguist/Gemfile
2016-03-17 19:57:29 -06:00

5 lines
142 B
Ruby

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