Skip to content

Commit 5db367a

Browse files
author
Francesco Rodriguez
committed
update Gemfile template to 1.9 hash syntax
1 parent d4a7dee commit 5db367a

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source 'https://rubygems.org'
1919
# gem 'unicorn'
2020
2121
# Deploy with Capistrano
22-
# gem 'capistrano', :group => :development
22+
# gem 'capistrano', group: :development
2323
2424
# To use debugger
2525
# gem 'debugger'

0 commit comments

Comments
 (0)