Skip to content

Commit 12ba79d

Browse files
committed
Update deps
Includes removing a pinned version of graphql as the upstream problem was resolved
1 parent ec298c7 commit 12ba79d

File tree

2 files changed

+30
-26
lines changed

2 files changed

+30
-26
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '3.2.2'
55

66
gem 'bootsnap', require: false
7-
gem 'graphql', '~> 2.0.27' # Locked due to https://github.com/github/graphql-client/issues/310
7+
gem 'graphql'
88
gem 'graphql-client'
99
gem 'http'
1010
gem 'importmap-rails'

Gemfile.lock

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -100,22 +100,23 @@ GEM
100100
bindex (0.8.1)
101101
binding_of_caller (1.0.0)
102102
debug_inspector (>= 0.0.1)
103-
bootsnap (1.17.0)
103+
bootsnap (1.18.3)
104104
msgpack (~> 1.2)
105105
builder (3.2.4)
106-
capybara (3.39.2)
106+
capybara (3.40.0)
107107
addressable
108108
matrix
109109
mini_mime (>= 0.1.3)
110-
nokogiri (~> 1.8)
110+
nokogiri (~> 1.11)
111111
rack (>= 1.6.0)
112112
rack-test (>= 0.6.3)
113113
regexp_parser (>= 1.5, < 3.0)
114114
xpath (~> 3.2)
115115
climate_control (1.2.0)
116116
concurrent-ruby (1.2.3)
117117
connection_pool (2.4.1)
118-
crack (0.4.5)
118+
crack (1.0.0)
119+
bigdecimal
119120
rexml
120121
crass (1.0.6)
121122
date (3.3.4)
@@ -125,10 +126,10 @@ GEM
125126
debug_inspector (1.2.0)
126127
docile (1.4.0)
127128
domain_name (0.6.20240107)
128-
dotenv (2.8.1)
129-
dotenv-rails (2.8.1)
130-
dotenv (= 2.8.1)
131-
railties (>= 3.2)
129+
dotenv (3.1.0)
130+
dotenv-rails (3.1.0)
131+
dotenv (= 3.1.0)
132+
railties (>= 6.1)
132133
drb (2.2.0)
133134
ruby2_keywords
134135
erubi (1.12.0)
@@ -141,16 +142,18 @@ GEM
141142
terminal-table (>= 1.8)
142143
globalid (1.2.1)
143144
activesupport (>= 6.1)
144-
graphql (2.0.27)
145-
graphql-client (0.18.0)
145+
graphql (2.2.11)
146+
base64
147+
graphql-client (0.20.0)
146148
activesupport (>= 3.0)
147-
graphql
149+
graphql (>= 1.13.0)
148150
hashdiff (1.1.0)
149-
http (5.1.1)
151+
http (5.2.0)
150152
addressable (~> 2.8)
153+
base64 (~> 0.1)
151154
http-cookie (~> 1.0)
152155
http-form_data (~> 2.2)
153-
llhttp-ffi (~> 0.4.0)
156+
llhttp-ffi (~> 0.5.0)
154157
http-cookie (1.0.5)
155158
domain_name (~> 0.5)
156159
http-form_data (2.3.0)
@@ -169,7 +172,7 @@ GEM
169172
activesupport (>= 5.0.0)
170173
json (2.7.1)
171174
language_server-protocol (3.17.0.3)
172-
llhttp-ffi (0.4.0)
175+
llhttp-ffi (0.5.0)
173176
ffi-compiler (~> 1.0)
174177
rake (~> 13.0)
175178
loofah (2.22.0)
@@ -210,10 +213,10 @@ GEM
210213
nokogiri (1.16.2-x86_64-linux)
211214
racc (~> 1.4)
212215
parallel (1.24.0)
213-
parser (3.3.0.2)
216+
parser (3.3.0.5)
214217
ast (~> 2.4.1)
215218
racc
216-
pg (1.5.4)
219+
pg (1.5.5)
217220
psych (5.1.2)
218221
stringio
219222
public_suffix (5.0.4)
@@ -266,11 +269,11 @@ GEM
266269
io-console (~> 0.5)
267270
rexml (3.2.6)
268271
rouge (4.2.0)
269-
rubocop (1.59.0)
272+
rubocop (1.60.2)
270273
json (~> 2.3)
271274
language_server-protocol (>= 3.17.0)
272275
parallel (~> 1.10)
273-
parser (>= 3.2.2.4)
276+
parser (>= 3.3.0.2)
274277
rainbow (>= 2.2.2, < 4.0)
275278
regexp_parser (>= 1.8, < 3.0)
276279
rexml (>= 3.2.5, < 4.0)
@@ -295,7 +298,8 @@ GEM
295298
sprockets (> 3.0)
296299
sprockets-rails
297300
tilt
298-
selenium-webdriver (4.16.0)
301+
selenium-webdriver (4.18.1)
302+
base64 (~> 0.2)
299303
rexml (~> 3.2, >= 3.2.5)
300304
rubyzip (>= 1.2.2, < 3.0)
301305
websocket (~> 1.0)
@@ -318,9 +322,9 @@ GEM
318322
actionpack (>= 5.2)
319323
activesupport (>= 5.2)
320324
sprockets (>= 3.0.0)
321-
sqlite3 (1.7.0-arm64-darwin)
322-
sqlite3 (1.7.0-x86_64-darwin)
323-
sqlite3 (1.7.0-x86_64-linux)
325+
sqlite3 (1.7.2-arm64-darwin)
326+
sqlite3 (1.7.2-x86_64-darwin)
327+
sqlite3 (1.7.2-x86_64-linux)
324328
stimulus-rails (1.3.3)
325329
railties (>= 6.0.0)
326330
stringio (3.1.0)
@@ -329,7 +333,7 @@ GEM
329333
thor (1.3.1)
330334
tilt (2.3.0)
331335
timeout (0.4.1)
332-
turbo-rails (1.5.0)
336+
turbo-rails (2.0.4)
333337
actionpack (>= 6.0.0)
334338
activejob (>= 6.0.0)
335339
railties (>= 6.0.0)
@@ -342,7 +346,7 @@ GEM
342346
activemodel (>= 6.0.0)
343347
bindex (>= 0.4.0)
344348
railties (>= 6.0.0)
345-
webmock (3.19.1)
349+
webmock (3.23.0)
346350
addressable (>= 2.8.0)
347351
crack (>= 0.3.2)
348352
hashdiff (>= 0.4.0, < 2.0.0)
@@ -373,7 +377,7 @@ DEPENDENCIES
373377
debug
374378
dotenv-rails
375379
flipflop (~> 2.7)
376-
graphql (~> 2.0.27)
380+
graphql
377381
graphql-client
378382
http
379383
importmap-rails

0 commit comments

Comments
 (0)