Skip to content

Commit 570fbf7

Browse files
authored
Merge pull request #632 from jeanettehead/master
update installfest/intro to install a version of pg that works with rails 5.1.4
2 parents a74f8cf + 43158ac commit 570fbf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sites/en/installfest/deploy_a_rails_app.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ step "Deploy your app to Heroku" do
7272
end
7373

7474
group :production do
75-
gem 'pg'
75+
gem 'pg', '~> 0.18'
7676
end
7777
RUBY
7878

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ group :development, :test do
2222
end
2323

2424
group :production do
25-
gem 'pg'
25+
gem 'pg', '~> 0.18'
2626
end
2727
RUBY
2828
end

0 commit comments

Comments
 (0)