Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 88e28f3

Browse files
committed
Move pg to default gem group
1 parent 8d32876 commit 88e28f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ gem 'jbuilder', '~> 2.9'
2929
gem 'sdoc', '~> 2.1', group: :doc
3030

3131
gem 'foreman', '~> 0.87'
32+
gem 'pg', '~> 1.2'
3233

3334
group :production do
3435
gem 'thin', '~> 1.8'
3536
gem 'rails_12factor', '~> 0.0'
3637
gem 'puma', '~> 5.2'
37-
gem 'pg', '~> 1.2'
3838
end
3939

4040
group :development, :test do

0 commit comments

Comments
 (0)