Skip to content

Commit

Permalink
Restore pg gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemanrubia committed Jan 30, 2025
1 parent f3b035a commit 02b1b9e
Showing 1 changed file with 29 additions and 21 deletions.
50 changes: 29 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
console1984 (0.2.1)
console1984 (0.2.2)
irb (~> 1.13)
parser
rails (>= 7.0)
Expand Down Expand Up @@ -89,23 +89,25 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.2.0)
benchmark-ips (2.12.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
crass (1.0.6)
date (3.3.4)
erubi (1.13.0)
date (3.4.1)
erubi (1.13.1)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.0)
io-console (0.8.0)
irb (1.15.1)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.6.3)
language_server-protocol (3.17.0.3)
loofah (2.22.0)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -121,7 +123,7 @@ GEM
mocha (2.0.4)
ruby2_keywords (>= 0.0.5)
mysql2 (0.5.5)
net-imap (0.4.14)
net-imap (0.5.5)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -130,21 +132,25 @@ GEM
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.7-arm64-darwin)
nio4r (2.7.4)
nokogiri (1.18.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
nokogiri (1.18.2-x86_64-linux-gnu)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pg (1.5.3)
psych (5.1.2)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
psych (5.2.3)
date
stringio
racc (1.7.1)
rack (2.2.7)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rails (7.0.6)
actioncable (= 7.0.6)
Expand All @@ -164,9 +170,9 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (~> 1.14)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (7.0.6)
actionpack (= 7.0.6)
activesupport (= 7.0.6)
Expand All @@ -176,10 +182,10 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.7.0)
rdoc (6.11.0)
psych (>= 4.0.0)
regexp_parser (2.8.1)
reline (0.5.9)
reline (0.6.0)
io-console (~> 0.5)
rexml (3.2.5)
rubocop (1.54.1)
Expand Down Expand Up @@ -211,20 +217,22 @@ GEM
rubyzip (2.3.2)
sqlite3 (1.6.3)
mini_portile2 (~> 2.8.0)
stringio (3.1.1)
thor (1.3.1)
timeout (0.4.1)
stringio (3.1.2)
thor (1.3.2)
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
websocket-driver (0.7.6)
websocket-driver (0.7.7)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.17)
zeitwerk (2.7.1)

PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit 02b1b9e

Please sign in to comment.