remove pry-debundle
This commit is contained in:
parent
f243082def
commit
604dc481a6
2 changed files with 0 additions and 4 deletions
1
Gemfile
1
Gemfile
|
|
@ -32,7 +32,6 @@ group :development do
|
||||||
|
|
||||||
# debugging
|
# debugging
|
||||||
gem "pry"
|
gem "pry"
|
||||||
gem "pry-debundle"
|
|
||||||
gem "pry-byebug"
|
gem "pry-byebug"
|
||||||
|
|
||||||
# documentation
|
# documentation
|
||||||
|
|
|
||||||
|
|
@ -169,8 +169,6 @@ GEM
|
||||||
pry-byebug (3.4.0)
|
pry-byebug (3.4.0)
|
||||||
byebug (~> 9.0)
|
byebug (~> 9.0)
|
||||||
pry (~> 0.10)
|
pry (~> 0.10)
|
||||||
pry-debundle (0.8)
|
|
||||||
pry
|
|
||||||
rack (1.6.4)
|
rack (1.6.4)
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
|
|
@ -299,7 +297,6 @@ DEPENDENCIES
|
||||||
pronto-rubocop (= 0.6.2)
|
pronto-rubocop (= 0.6.2)
|
||||||
pry
|
pry
|
||||||
pry-byebug
|
pry-byebug
|
||||||
pry-debundle
|
|
||||||
rspec-collection_matchers (~> 1.1.2)
|
rspec-collection_matchers (~> 1.1.2)
|
||||||
rspec-core (~> 3.4.3)
|
rspec-core (~> 3.4.3)
|
||||||
rspec-rails (~> 3.4.1)
|
rspec-rails (~> 3.4.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue