Commit c03d7245 authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemfile] Use letters for debugging.

parent 131b758a
...@@ -13,10 +13,15 @@ group :development do ...@@ -13,10 +13,15 @@ group :development do
gem "rb-fsevent" gem "rb-fsevent"
gem "vcr" gem "vcr"
gem "webmock" gem "webmock"
gem "awesome_print"
gem "pry"
gem 'yard' gem 'yard'
gem 'redcarpet' gem 'redcarpet'
gem 'github-markup' gem 'github-markup'
end end
group :debugging do
gem "awesome_print"
gem "pry"
gem "letters"
end
...@@ -39,7 +39,16 @@ GEM ...@@ -39,7 +39,16 @@ GEM
bacon (1.1.0) bacon (1.1.0)
coderay (1.0.7) coderay (1.0.7)
colored (1.2) colored (1.2)
colorize (0.5.8)
columnize (0.3.6)
crack (0.3.1) crack (0.3.1)
debugger (1.2.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.3)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.3)
escape (0.0.4) escape (0.0.4)
faraday (0.8.4) faraday (0.8.4)
multipart-post (~> 1.1) multipart-post (~> 1.1)
...@@ -49,6 +58,12 @@ GEM ...@@ -49,6 +58,12 @@ GEM
hashie (1.2.0) hashie (1.2.0)
i18n (0.6.1) i18n (0.6.1)
json (1.7.5) json (1.7.5)
letters (0.2.3)
activesupport
awesome_print
colorize
debugger
xml-simple
listen (0.5.2) listen (0.5.2)
metaclass (0.0.1) metaclass (0.0.1)
method_source (0.8) method_source (0.8)
...@@ -78,6 +93,7 @@ GEM ...@@ -78,6 +93,7 @@ GEM
webmock (1.8.11) webmock (1.8.11)
addressable (>= 2.2.7) addressable (>= 2.2.7)
crack (>= 0.1.7) crack (>= 0.1.7)
xml-simple (1.1.1)
yard (0.8.2.1) yard (0.8.2.1)
PLATFORMS PLATFORMS
...@@ -89,6 +105,7 @@ DEPENDENCIES ...@@ -89,6 +105,7 @@ DEPENDENCIES
cocoapods! cocoapods!
github-markup github-markup
kicker! kicker!
letters
mocha (~> 0.11.4) mocha (~> 0.11.4)
mocha-on-bacon mocha-on-bacon
pry pry
......
...@@ -64,6 +64,6 @@ class Pathname ...@@ -64,6 +64,6 @@ class Pathname
end end
if ENV['COCOA_PODS_ENV'] == 'development' if ENV['COCOA_PODS_ENV'] == 'development'
require 'pry' require 'letters'
require 'awesome_print' require 'awesome_print'
end end
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