Skip to content

Commit 24ef5a3

Browse files
committed
Remove unused pg gem
1 parent 3aa40f2 commit 24ef5a3

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

react_on_rails_pro/Gemfile.development_dependencies

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ gem "puma", "~> 6"
1515
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1616
gem "jbuilder"
1717

18-
gem "pg"
19-
2018
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
2119
gem "turbolinks"
2220
gem "sqlite3", "~> 1.4"

react_on_rails_pro/Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ GEM
233233
parser (3.3.3.0)
234234
ast (~> 2.4.1)
235235
racc
236-
pg (1.5.6)
237236
pp (0.6.2)
238237
prettyprint
239238
prettyprint (0.2.0)
@@ -466,7 +465,6 @@ DEPENDENCIES
466465
net-http
467466
net-imap
468467
net-smtp
469-
pg
470468
pry (>= 0.14.1)
471469
pry-byebug!
472470
pry-doc

react_on_rails_pro/spec/dummy/Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ GEM
258258
parser (3.3.3.0)
259259
ast (~> 2.4.1)
260260
racc
261-
pg (1.5.6)
262261
pp (0.6.2)
263262
prettyprint
264263
prettyprint (0.2.0)
@@ -513,7 +512,6 @@ DEPENDENCIES
513512
net-http
514513
net-imap
515514
net-smtp
516-
pg
517515
prism-rails
518516
pry (>= 0.14.1)
519517
pry-byebug!

0 commit comments

Comments
 (0)