Skip to content

Commit

Permalink
[rails6][Gemfile] Handle graphql-preload for Rails 6
Browse files Browse the repository at this point in the history
There is currently an outstanding PR for the graphql-preload to support
Rails 6:

  ConsultingMD/graphql-preload#32

So this is currently the simplest option available to us to support this
gem.
  • Loading branch information
NickLaMuro committed Nov 16, 2020
1 parent 2de61a4 commit dea7fcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ group :graphql_api do
# Note, you still need to mount the engine in the UI / rest api processes:
# mount ManageIQ::GraphQL::Engine, :at => '/graphql'
manageiq_plugin "manageiq-graphql"
gem 'graphql-preload', :git => 'https://github.com/Envek/graphql-preload'
end

group :scheduler, :manageiq_default do
Expand Down

0 comments on commit dea7fcb

Please sign in to comment.