Skip to content

Commit

Permalink
Byebug requires Ruby 2.2 (github-linguist#3790)
Browse files Browse the repository at this point in the history
Also don't attempt to install it during testing.
  • Loading branch information
lildude authored Aug 24, 2017
1 parent a878620 commit b541b53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ git:

cache: bundler
dist: precise

bundler_args: --without debug
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
source 'https://rubygems.org'
gemspec :name => "github-linguist"
gem 'byebug' if RUBY_VERSION >= '2.0'

group :debug do
gem 'byebug' if RUBY_VERSION >= '2.2'
end

0 comments on commit b541b53

Please sign in to comment.