Files
linguist/Gemfile
Colin Seymour b541b53b78 Byebug requires Ruby 2.2 (#3790)
Also don't attempt to install it during testing.
2017-08-24 10:17:12 +01:00

7 lines
126 B
Ruby

source 'https://rubygems.org'
gemspec :name => "github-linguist"
group :debug do
gem 'byebug' if RUBY_VERSION >= '2.2'
end