[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 |
| gem "kicker", :git => "https://github.com/alloy/kicker.git", :branch => "3.0.0" | ||
| gem "awesome_print" | ||
| gem "pry" | ||
| gem "letters" | ||
| end | ||
| group :documentation do | ||
| ... | ... |
Please
register
or
sign in
to comment