Skip to content

Commit c1ab20a

Browse files
committed
add pg
1 parent e46ad22 commit c1ab20a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

hello_app/Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ group :development, :test do
3939
# Adds support for Capybara system testing and selenium driver
4040
gem 'capybara', '~> 2.13'
4141
gem 'selenium-webdriver'
42+
gem 'sqlite3'
4243
end
4344

4445
group :development do
@@ -50,5 +51,9 @@ group :development do
5051
gem 'spring-watcher-listen', '~> 2.0.0'
5152
end
5253

54+
group :production do
55+
gem 'pg', '0.20.0'
56+
end
57+
5358
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
5459
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

hello_app/Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ GEM
8686
nio4r (2.5.2)
8787
nokogiri (1.10.7)
8888
mini_portile2 (~> 2.4.0)
89+
pg (0.20.0)
8990
public_suffix (4.0.1)
9091
puma (3.12.2)
9192
rack (2.0.7)
@@ -176,6 +177,7 @@ DEPENDENCIES
176177
coffee-rails (~> 4.2)
177178
jbuilder (~> 2.5)
178179
listen (>= 3.0.5, < 3.2)
180+
pg (= 0.20.0)
179181
puma (~> 3.7)
180182
rails (~> 5.1.6)
181183
sass-rails (~> 5.0)

0 commit comments

Comments
 (0)