Skip to content

Commit 34acc65

Browse files
Fix gem group for turnout gem in maintenace config
1 parent 689ccd0 commit 34acc65

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/easy/generators/maintenance_generator.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ class MaintenanceGenerator < Rails::Generators::Base
77
desc %{Generates a maintenance config to allow you to put your application into maintenance mode}
88

99
def create_maintenance_files
10-
gem_group(:development) do
11-
gem 'turnout', '~> 2.2'
12-
end
10+
gem 'turnout', '~> 2.2'
1311

1412
template("maintenance.rb.tt", "config/initializers/maintenance.rb")
1513
template("maintenance.html.tt", "public/maintenance.html")

0 commit comments

Comments
 (0)