Update ruby in docker image
... | ... | @@ -82,6 +82,7 @@ gem 'aws-sdk-s3', '~> 1.75' |
gem 'google-cloud-storage', '~> 1.26' | ||
group :production do | ||
gem 'sqlite3', '~> 1.3.6' | ||
# Use a postgres database in production. | ||
gem 'pg', '~> 0.18' | ||
gem 'sequel' | ||
... | ... |
Please register or sign in to comment