mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
Move ByeBug to development and disallow for JRuby.
This commit is contained in:
5
Gemfile
5
Gemfile
@@ -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
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user