Commit ec219fa5 authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemfile] Install and remove dependency on letters gem.

Letters was causing issues with the colored gem and apparently is not supported
on 1.8.7.
parent 148371c1
...@@ -17,7 +17,6 @@ group :debugging do ...@@ -17,7 +17,6 @@ group :debugging do
gem "kicker", :git => "https://github.com/alloy/kicker.git", :branch => "3.0.0" gem "kicker", :git => "https://github.com/alloy/kicker.git", :branch => "3.0.0"
gem "awesome_print" gem "awesome_print"
gem "pry" gem "pry"
gem "letters"
end end
group :documentation do group :documentation do
......
...@@ -26,7 +26,7 @@ PATH ...@@ -26,7 +26,7 @@ PATH
octokit (~> 1.7) octokit (~> 1.7)
open4 (~> 1.3.0) open4 (~> 1.3.0)
rake (~> 0.9.0) rake (~> 0.9.0)
xcodeproj (>= 0.3.4) xcodeproj (~> 0.3.4)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
...@@ -39,16 +39,7 @@ GEM ...@@ -39,16 +39,7 @@ GEM
bacon (1.1.0) bacon (1.1.0)
coderay (1.0.8) coderay (1.0.8)
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)
...@@ -58,12 +49,6 @@ GEM ...@@ -58,12 +49,6 @@ 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.3.1)
activesupport
awesome_print
colorize
debugger
xml-simple
listen (0.5.3) listen (0.5.3)
metaclass (0.0.1) metaclass (0.0.1)
method_source (0.8) method_source (0.8)
...@@ -94,7 +79,6 @@ GEM ...@@ -94,7 +79,6 @@ 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
...@@ -106,7 +90,6 @@ DEPENDENCIES ...@@ -106,7 +90,6 @@ 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
......
...@@ -58,6 +58,5 @@ module Pod ...@@ -58,6 +58,5 @@ module Pod
end end
if ENV['COCOA_PODS_ENV'] == 'development' if ENV['COCOA_PODS_ENV'] == 'development'
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