[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.
Showing
... | @@ -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 | ||
... | ... |
Please
register
or
sign in
to comment