Skip to content

Commit

Permalink
Merge pull request #632 from jeanettehead/master
Browse files Browse the repository at this point in the history
update installfest/intro to install a version of pg that works with rails 5.1.4
  • Loading branch information
rachelmyers authored Feb 10, 2018
2 parents a74f8cf + 43158ac commit 570fbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sites/en/installfest/deploy_a_rails_app.step
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ step "Deploy your app to Heroku" do
end

group :production do
gem 'pg'
gem 'pg', '~> 0.18'
end
RUBY

Expand Down
2 changes: 1 addition & 1 deletion sites/en/intro-to-rails/_deploying_to_heroku.step
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ group :development, :test do
end

group :production do
gem 'pg'
gem 'pg', '~> 0.18'
end
RUBY
end
Expand Down

0 comments on commit 570fbf7

Please sign in to comment.