Skip to content

Commit 05fbddb

Browse files
committed
bundle pg on all envs
1 parent fc79e31 commit 05fbddb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Gemfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ gem "rails", "~> 7.1.3", ">= 7.1.3.4"
88
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
99
gem "sprockets-rails"
1010

11-
# Use sqlite3 as the database for Active Record
12-
gem "sqlite3", "~> 1.4"
11+
gem 'pg'
1312

1413
# Use the Puma web server [https://github.com/puma/puma]
1514
gem "puma", ">= 5.0"
@@ -68,8 +67,4 @@ group :test do
6867
gem 'simplecov'
6968
end
7069

71-
group :production do
72-
gem 'pg'
73-
end
74-
7570
gem 'aws-sdk-s3', '~> 1'

0 commit comments

Comments
 (0)