We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689ccd0 commit 34acc65Copy full SHA for 34acc65
lib/easy/generators/maintenance_generator.rb
@@ -7,9 +7,7 @@ class MaintenanceGenerator < Rails::Generators::Base
7
desc %{Generates a maintenance config to allow you to put your application into maintenance mode}
8
9
def create_maintenance_files
10
- gem_group(:development) do
11
- gem 'turnout', '~> 2.2'
12
- end
+ gem 'turnout', '~> 2.2'
13
14
template("maintenance.rb.tt", "config/initializers/maintenance.rb")
15
template("maintenance.html.tt", "public/maintenance.html")
0 commit comments