[bundle] Diffy is required by the integration tests.
Showing
| ... | @@ -19,6 +19,9 @@ group :development do | ... | @@ -19,6 +19,9 @@ group :development do |
| gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master' | gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master' | ||
| gem "rake" | gem "rake" | ||
| # For the integration tests | |||
| gem "diffy" | |||
| gem 'mime-types', '< 2' # v2 is 1.9.x only | gem 'mime-types', '< 2' # v2 is 1.9.x only | ||
| gem 'coveralls', :require => false | gem 'coveralls', :require => false | ||
| # Explicitly add this, otherwise it might sometimes be missing: | # Explicitly add this, otherwise it might sometimes be missing: | ||
| ... | @@ -31,7 +34,6 @@ group :debugging do | ... | @@ -31,7 +34,6 @@ group :debugging do |
| gem "kicker", :git => "https://github.com/alloy/kicker.git", :branch => "master" | gem "kicker", :git => "https://github.com/alloy/kicker.git", :branch => "master" | ||
| gem "awesome_print" | gem "awesome_print" | ||
| gem "pry" | gem "pry" | ||
| gem "diffy" | |||
| gem "ruby-prof" | gem "ruby-prof" | ||
| end | end | ||
| ... | ... |
Please
register
or
sign in
to comment