mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
6 lines
186 B
Ruby
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"
|