mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
This gives us a consistent test framework across all Ruby versions which should help avoid errors that are only found when CI runs the tests on different Rubies. (And this fixes an immediate bug where there's no `skip` method in the version of test-unit we're currently using only on Ruby 2.2.)
5 lines
147 B
Ruby
5 lines
147 B
Ruby
source 'https://rubygems.org'
|
|
gemspec :name => "github-linguist"
|
|
gemspec :name => "github-linguist-grammars"
|
|
gem 'byebug' if RUBY_VERSION >= '2.0'
|