add pry and pry-debundle to the Gemfile
If you now install pry-byebug and pry-stackexplorer, you'll get a nice debugger
This commit is contained in:
parent
01e0127287
commit
c225bb17ce
2 changed files with 8 additions and 0 deletions
4
Gemfile
4
Gemfile
|
|
@ -187,6 +187,10 @@ group :development do
|
||||||
|
|
||||||
gem 'guard-spork', '1.5.1'
|
gem 'guard-spork', '1.5.1'
|
||||||
gem 'spork', '1.0.0rc4'
|
gem 'spork', '1.0.0rc4'
|
||||||
|
|
||||||
|
# Debugging
|
||||||
|
gem 'pry'
|
||||||
|
gem 'pry-debundle'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
|
||||||
|
|
@ -317,6 +317,8 @@ GEM
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 0.8.1)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
|
pry-debundle (0.8)
|
||||||
|
pry
|
||||||
rack (1.5.2)
|
rack (1.5.2)
|
||||||
rack-cors (0.2.9)
|
rack-cors (0.2.9)
|
||||||
rack-google-analytics (1.2.0)
|
rack-google-analytics (1.2.0)
|
||||||
|
|
@ -554,6 +556,8 @@ DEPENDENCIES
|
||||||
omniauth-twitter (= 1.0.1)
|
omniauth-twitter (= 1.0.1)
|
||||||
omniauth-wordpress (= 0.2.1)
|
omniauth-wordpress (= 0.2.1)
|
||||||
opengraph_parser (= 0.2.3)
|
opengraph_parser (= 0.2.3)
|
||||||
|
pry
|
||||||
|
pry-debundle
|
||||||
rack-cors (= 0.2.9)
|
rack-cors (= 0.2.9)
|
||||||
rack-google-analytics (= 1.2.0)
|
rack-google-analytics (= 1.2.0)
|
||||||
rack-piwik (= 0.3.0)
|
rack-piwik (= 0.3.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue