mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-28 17:20:22 +00:00
7 lines
126 B
Ruby
7 lines
126 B
Ruby
source 'https://rubygems.org'
|
|
gemspec :name => "github-linguist"
|
|
|
|
group :debug do
|
|
gem 'byebug' if RUBY_VERSION >= '2.2'
|
|
end
|