Skip to content

Commit

Permalink
Merge pull request #1739 from Kajabi/ci/missed-configuration-for-gemfile
Browse files Browse the repository at this point in the history
ci(docs): add environments to gemfile
  • Loading branch information
ju-Skinner authored May 9, 2023
2 parents aae7275 + 1a01ecc commit 18076f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'webpacker', '~> 4.3', '>= 4.3.0'
gem 'sage_rails', path: 'lib/sage_rails'
gem "kaminari", "~> 1.2.1"

group :production do
group :production, :qa, :staging do
gem 'rails_12factor'
end

Expand Down

0 comments on commit 18076f4

Please sign in to comment.