Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gemfiles in hello_world #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thunderrabbit
Copy link

@thunderrabbit thunderrabbit commented Dec 17, 2016

Near the end of https://www.railstutorial.org/book/beginning#sec-bundler

The Gemfile in Listing 1.5 doesn't include

group :production do
  gem 'pg', '0.18.4'
end

These lines are added in Listing 1.14

(sorry I can't seem to keep the newline from being added to end of file)



The Gemfile in Listing 1.5 doesn't include

    group :production do
      gem 'pg', '0.18.4'
    end

These lines are added in Listing 1.14
@thunderrabbit thunderrabbit changed the title Near the end of https://www.railstutorial.org/book/beginning#sec-bundler Fix gemfiles in hello_world Dec 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant