Skip to content

Commit 02b1b9e

Browse files
committed
Restore pg gem
1 parent f3b035a commit 02b1b9e

File tree

1 file changed

+29
-21
lines changed

1 file changed

+29
-21
lines changed

Gemfile.lock

+29-21
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010
PATH
1111
remote: .
1212
specs:
13-
console1984 (0.2.1)
13+
console1984 (0.2.2)
1414
irb (~> 1.13)
1515
parser
1616
rails (>= 7.0)
@@ -89,23 +89,25 @@ GEM
8989
minitest (>= 5.1)
9090
tzinfo (~> 2.0)
9191
ast (2.4.2)
92+
base64 (0.2.0)
9293
benchmark-ips (2.12.0)
9394
builder (3.2.4)
9495
concurrent-ruby (1.2.2)
9596
crass (1.0.6)
96-
date (3.3.4)
97-
erubi (1.13.0)
97+
date (3.4.1)
98+
erubi (1.13.1)
9899
globalid (1.2.1)
99100
activesupport (>= 6.1)
100101
i18n (1.14.1)
101102
concurrent-ruby (~> 1.0)
102-
io-console (0.7.2)
103-
irb (1.14.0)
103+
io-console (0.8.0)
104+
irb (1.15.1)
105+
pp (>= 0.6.0)
104106
rdoc (>= 4.0.0)
105107
reline (>= 0.4.2)
106108
json (2.6.3)
107109
language_server-protocol (3.17.0.3)
108-
loofah (2.22.0)
110+
loofah (2.24.0)
109111
crass (~> 1.0.2)
110112
nokogiri (>= 1.12.0)
111113
mail (2.8.1)
@@ -121,7 +123,7 @@ GEM
121123
mocha (2.0.4)
122124
ruby2_keywords (>= 0.0.5)
123125
mysql2 (0.5.5)
124-
net-imap (0.4.14)
126+
net-imap (0.5.5)
125127
date
126128
net-protocol
127129
net-pop (0.1.2)
@@ -130,21 +132,25 @@ GEM
130132
timeout
131133
net-smtp (0.5.0)
132134
net-protocol
133-
nio4r (2.7.3)
134-
nokogiri (1.16.7-arm64-darwin)
135+
nio4r (2.7.4)
136+
nokogiri (1.18.2-arm64-darwin)
135137
racc (~> 1.4)
136-
nokogiri (1.16.7-x86_64-linux)
138+
nokogiri (1.18.2-x86_64-linux-gnu)
137139
racc (~> 1.4)
138140
parallel (1.23.0)
139141
parser (3.2.2.3)
140142
ast (~> 2.4.1)
141143
racc
142144
pg (1.5.3)
143-
psych (5.1.2)
145+
pp (0.6.2)
146+
prettyprint
147+
prettyprint (0.2.0)
148+
psych (5.2.3)
149+
date
144150
stringio
145151
racc (1.7.1)
146152
rack (2.2.7)
147-
rack-test (2.1.0)
153+
rack-test (2.2.0)
148154
rack (>= 1.3)
149155
rails (7.0.6)
150156
actioncable (= 7.0.6)
@@ -164,9 +170,9 @@ GEM
164170
activesupport (>= 5.0.0)
165171
minitest
166172
nokogiri (>= 1.6)
167-
rails-html-sanitizer (1.6.0)
173+
rails-html-sanitizer (1.6.2)
168174
loofah (~> 2.21)
169-
nokogiri (~> 1.14)
175+
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)
170176
railties (7.0.6)
171177
actionpack (= 7.0.6)
172178
activesupport (= 7.0.6)
@@ -176,10 +182,10 @@ GEM
176182
zeitwerk (~> 2.5)
177183
rainbow (3.1.1)
178184
rake (13.2.1)
179-
rdoc (6.7.0)
185+
rdoc (6.11.0)
180186
psych (>= 4.0.0)
181187
regexp_parser (2.8.1)
182-
reline (0.5.9)
188+
reline (0.6.0)
183189
io-console (~> 0.5)
184190
rexml (3.2.5)
185191
rubocop (1.54.1)
@@ -211,20 +217,22 @@ GEM
211217
rubyzip (2.3.2)
212218
sqlite3 (1.6.3)
213219
mini_portile2 (~> 2.8.0)
214-
stringio (3.1.1)
215-
thor (1.3.1)
216-
timeout (0.4.1)
220+
stringio (3.1.2)
221+
thor (1.3.2)
222+
timeout (0.4.3)
217223
tzinfo (2.0.6)
218224
concurrent-ruby (~> 1.0)
219225
unicode-display_width (2.4.2)
220-
websocket-driver (0.7.6)
226+
websocket-driver (0.7.7)
227+
base64
221228
websocket-extensions (>= 0.1.0)
222229
websocket-extensions (0.1.5)
223-
zeitwerk (2.6.17)
230+
zeitwerk (2.7.1)
224231

225232
PLATFORMS
226233
arm64-darwin-21
227234
arm64-darwin-22
235+
arm64-darwin-24
228236
x86_64-linux
229237

230238
DEPENDENCIES

0 commit comments

Comments
 (0)