File tree Expand file tree Collapse file tree 2 files changed +10
-19
lines changed Expand file tree Collapse file tree 2 files changed +10
-19
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ gem "thruster", require: false
4141# gem "image_processing", "~> 1.2"
4242
4343gem "graphql"
44- gem "graphql-fragment_cache"
44+ gem "graphql-fragment_cache" , git : "https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache.git" , ref : "56d59b3"
4545
4646group :development , :test do
4747 # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
Original file line number Diff line number Diff line change 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+
19GEM
210 remote: https://rubygems.org/
311 specs:
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 )
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 )
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 )
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 )
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
You can’t perform that action at this time.
0 commit comments