lib/utopia/setup/config.ru in utopia-0.11.0 vs lib/utopia/setup/config.ru in utopia-0.11.1

- old
+ new

@@ -4,10 +4,9 @@ $LOAD_PATH << File.join(File.dirname(__FILE__), "lib") # It is recommended that you always explicity specify the version of the gem you are using. gem 'utopia', "= $UTOPIA_VERSION" require 'utopia/middleware/all' -require 'utopia/tags/env' # Utopia relies on effectively caching resources: gem 'rack-cache' require 'rack/cache'