Skip to content

Commit 911fb31

Browse files
committed
1 parent 4b29d4e commit 911fb31

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sites/en/installfest/deploy_a_rails_app.step

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ step "Deploy your app to Heroku" do
7373

7474
group :production do
7575
gem 'pg'
76-
gem 'rails_12factor'
7776
end
7877
RUBY
7978

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ end
2323

2424
group :production do
2525
gem 'pg'
26-
gem 'rails_12factor'
2726
end
2827
RUBY
2928
end

0 commit comments

Comments
 (0)