Skip to content

Commit 9eba92f

Browse files
committed
Add graphql libs
1 parent 2e4e3a0 commit 9eba92f

File tree

2 files changed

+413
-0
lines changed

2 files changed

+413
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ gem "thruster", require: false
4040
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
4141
# gem "image_processing", "~> 1.2"
4242

43+
gem "graphql"
44+
gem "graphql-fragment_cache"
45+
4346
group :development, :test do
4447
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
4548
gem "debug", platforms: %i[ mri windows ], require: "debug/prelude"

0 commit comments

Comments
 (0)