mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-07-23 18:11:56 +00:00
b541b53b78
Also don't attempt to install it during testing.
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
|