Skip to content

Fix gemfiles in hello_world#4

Open
thunderrabbit wants to merge 1 commit into
mhartl:masterfrom
thunderrabbit:hello-world-gemfile
Open

Fix gemfiles in hello_world#4
thunderrabbit wants to merge 1 commit into
mhartl:masterfrom
thunderrabbit:hello-world-gemfile

Conversation

@thunderrabbit

@thunderrabbit thunderrabbit commented Dec 17, 2016

Copy link
Copy Markdown

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