Skip to content

Commit cea3937

Browse files
author
Wassim Metallaoui
committed
Correct spacing in Edit the Gemfile step
1 parent 63dc27d commit cea3937

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sites/en/intro-to-rails/_deploying_to_heroku.step

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ gem 'sqlite3'
1818

1919
source_code :ruby, <<-RUBY
2020
group :development, :test do
21-
gem 'sqlite3'
21+
gem 'sqlite3'
2222
end
2323

2424
group :production do
25-
gem 'pg'
26-
gem 'rails_12factor'
25+
gem 'pg'
26+
gem 'rails_12factor'
2727
end
2828
RUBY
2929
end

0 commit comments

Comments
 (0)