test/dummy/config/application.rb in partially_useful-5.0.0 vs test/dummy/config/application.rb in partially_useful-5.1.0

- old
+ new

@@ -5,10 +5,9 @@ # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. Bundler.require(*Rails.groups) require "partially_useful" -require "responders" if Rails::VERSION::MINOR >= 2 module Dummy class Application < Rails::Application config.partially_useful = true # Settings in config/environments/* take precedence over those specified here.