Fix bad UNLESS.
This commit is contained in:
parent
61acafe97a
commit
e50d4d6b6e
2
Gemfile
2
Gemfile
|
@ -7,7 +7,7 @@ group :development do
|
||||||
gem "rubocop", :branch => :master, :github => "bbatsov/rubocop"
|
gem "rubocop", :branch => :master, :github => "bbatsov/rubocop"
|
||||||
gem "pry"
|
gem "pry"
|
||||||
|
|
||||||
UNLESS RUBY_ENGINE == "jruby"
|
unless RUBY_ENGINE == "jruby"
|
||||||
gem "byebug"
|
gem "byebug"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue