Fix bad UNLESS.

This commit is contained in:
Jordon Bedwell 2016-01-20 07:30:07 -06:00
parent 61acafe97a
commit e50d4d6b6e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ group :development do
gem "rubocop", :branch => :master, :github => "bbatsov/rubocop"
gem "pry"
UNLESS RUBY_ENGINE == "jruby"
unless RUBY_ENGINE == "jruby"
gem "byebug"
end
end