Move ByeBug to development and disallow for JRuby.
This commit is contained in:
parent
37e1101690
commit
61acafe97a
5
Gemfile
5
Gemfile
|
@ -6,6 +6,10 @@ group :development do
|
||||||
gem "launchy", "~> 2.3"
|
gem "launchy", "~> 2.3"
|
||||||
gem "rubocop", :branch => :master, :github => "bbatsov/rubocop"
|
gem "rubocop", :branch => :master, :github => "bbatsov/rubocop"
|
||||||
gem "pry"
|
gem "pry"
|
||||||
|
|
||||||
|
UNLESS RUBY_ENGINE == "jruby"
|
||||||
|
gem "byebug"
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -18,7 +22,6 @@ group :test do
|
||||||
gem "rspec-mocks"
|
gem "rspec-mocks"
|
||||||
gem "nokogiri"
|
gem "nokogiri"
|
||||||
gem "rspec"
|
gem "rspec"
|
||||||
gem "byebug"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue