mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Do not require byebug for bundle install
actually, pry-byebug was problematic w/ the latest pry and I wanted to stop installing pry-byebug for now.
This commit is contained in:
parent
f706c0bfb2
commit
003bf902e2
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -14,11 +14,11 @@ end
|
|||
|
||||
gem 'benchmark-ips', '2.3.0'
|
||||
gem 'maxitest'
|
||||
gem 'pry'
|
||||
|
||||
if /java/ === RUBY_PLATFORM # JRuby
|
||||
gem 'pandoc-ruby'
|
||||
else
|
||||
gem 'pry-byebug'
|
||||
gem 'redcarpet'
|
||||
|
||||
if RUBY_PLATFORM !~ /mswin|mingw/ && RUBY_ENGINE != 'truffleruby'
|
||||
|
|
Loading…
Reference in a new issue