Commit 6ca08970 authored by Samuel Giddins's avatar Samuel Giddins

[Gemfile] Add cocoapods_debug

parent f44573ec
...@@ -51,6 +51,8 @@ group :development do ...@@ -51,6 +51,8 @@ group :development do
end end
group :debugging do group :debugging do
gem 'cocoapods_debug'
gem 'rb-fsevent' gem 'rb-fsevent'
gem 'kicker' gem 'kicker'
gem 'awesome_print' gem 'awesome_print'
......
...@@ -132,6 +132,8 @@ GEM ...@@ -132,6 +132,8 @@ GEM
diffy diffy
cocoapods-dependencies (1.0.0.beta.1) cocoapods-dependencies (1.0.0.beta.1)
ruby-graphviz (~> 1.2) ruby-graphviz (~> 1.2)
cocoapods_debug (0.1.0)
pry (= 0.10.3)
coderay (1.1.0) coderay (1.1.0)
colored (1.2) colored (1.2)
crack (0.4.2) crack (0.4.2)
...@@ -225,6 +227,7 @@ DEPENDENCIES ...@@ -225,6 +227,7 @@ DEPENDENCIES
cocoapods-stats! cocoapods-stats!
cocoapods-trunk! cocoapods-trunk!
cocoapods-try! cocoapods-try!
cocoapods_debug
diffy diffy
inch_by_inch inch_by_inch
json! json!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment