diff --git a/Gemfile.lock b/Gemfile.lock index 95e683d2..ca2482a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,6 @@ PATH remote: . specs: rich (0.0.7) - formtastic jquery-rails kaminari mime-types @@ -110,7 +109,7 @@ GEM rack (>= 0.4) rack-mount (0.8.3) rack (>= 1.0.0) - rack-raw-upload (1.0.9) + rack-raw-upload (1.0.11) json rack-ssl (1.3.2) rack diff --git a/test/dummy/config/initializers/rich.rb b/test/dummy/config/initializers/rich.rb index a50f258e..2824ad2e 100644 --- a/test/dummy/config/initializers/rich.rb +++ b/test/dummy/config/initializers/rich.rb @@ -11,8 +11,7 @@ config.image_styles = { :large => "500x500", - :thumb => "100x100#", - :gigantic =>"5000x5000" + :thumb => "100x100#" } # config.allowed_styles = :all # this is the default - show all styles