Skip to content

Commit df49d64

Browse files
committed
1 parent 3daa66d commit df49d64

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gem "thruster", require: false
4141
# gem "image_processing", "~> 1.2"
4242

4343
gem "graphql"
44-
gem "graphql-fragment_cache"
44+
gem "graphql-fragment_cache", git: "https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache.git", ref: "56d59b3"
4545

4646
group :development, :test do
4747
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem

Gemfile.lock

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
GIT
2+
remote: https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache.git
3+
revision: 56d59b3acb37b222dcc32d23c2f715e0fe6ce852
4+
ref: 56d59b3
5+
specs:
6+
graphql-fragment_cache (1.20.5)
7+
graphql (>= 2.1.4)
8+
19
GEM
210
remote: https://rubygems.org/
311
specs:
@@ -119,9 +127,6 @@ GEM
119127
graphql (2.4.8)
120128
base64
121129
fiber-storage
122-
graphql-fragment_cache (1.20.5)
123-
graphql (>= 2.0.0)
124-
ruby-next (>= 0.15.0)
125130
i18n (1.14.6)
126131
concurrent-ruby (~> 1.0)
127132
importmap-rails (2.1.0)
@@ -194,7 +199,6 @@ GEM
194199
nokogiri (1.18.1-x86_64-linux-musl)
195200
racc (~> 1.4)
196201
ostruct (0.6.1)
197-
paco (0.2.3)
198202
parallel (1.26.3)
199203
parser (3.3.6.0)
200204
ast (~> 2.4.1)
@@ -255,7 +259,6 @@ GEM
255259
regexp_parser (2.10.0)
256260
reline (0.6.0)
257261
io-console (~> 0.5)
258-
require-hooks (0.2.2)
259262
rexml (3.4.0)
260263
rspec-core (3.13.2)
261264
rspec-support (~> 3.13.0)
@@ -302,15 +305,6 @@ GEM
302305
rubocop-minitest
303306
rubocop-performance
304307
rubocop-rails
305-
ruby-next (1.0.3)
306-
paco (~> 0.2)
307-
require-hooks (~> 0.2)
308-
ruby-next-core (= 1.0.3)
309-
ruby-next-parser (>= 3.2.2.0)
310-
unparser (~> 0.6.0)
311-
ruby-next-core (1.0.3)
312-
ruby-next-parser (3.2.2.0)
313-
parser (>= 3.0.3.1)
314308
ruby-progressbar (1.13.0)
315309
rubyzip (2.3.2)
316310
securerandom (0.4.1)
@@ -368,9 +362,6 @@ GEM
368362
unicode-display_width (3.1.3)
369363
unicode-emoji (~> 4.0, >= 4.0.4)
370364
unicode-emoji (4.0.4)
371-
unparser (0.6.15)
372-
diff-lcs (~> 1.3)
373-
parser (>= 3.3.0)
374365
uri (1.0.2)
375366
useragent (0.16.11)
376367
web-console (4.2.1)
@@ -404,7 +395,7 @@ DEPENDENCIES
404395
capybara
405396
debug
406397
graphql
407-
graphql-fragment_cache
398+
graphql-fragment_cache!
408399
importmap-rails
409400
jbuilder
410401
kamal

0 commit comments

Comments
 (0)