Move ByeBug to development and disallow for JRuby.

This commit is contained in:
Jordon Bedwell 2016-01-20 07:24:16 -06:00
parent 37e1101690
commit 61acafe97a
1 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,10 @@ group :development do
gem "launchy", "~> 2.3"
gem "rubocop", :branch => :master, :github => "bbatsov/rubocop"
gem "pry"
UNLESS RUBY_ENGINE == "jruby"
gem "byebug"
end
end
#
@ -18,7 +22,6 @@ group :test do
gem "rspec-mocks"
gem "nokogiri"
gem "rspec"
gem "byebug"
end
#