Conversation
| gem 'graphql', "1.12" | ||
| else | ||
| gem 'rails', '~> 5.2' | ||
| gem 'graphql' |
There was a problem hiding this comment.
Bundler/DuplicatedGem: Gem graphql requirements already given on line 17 of the Gemfile.
Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem graphql should appear before rails.
| if next? | ||
| gem "rails", '6.0.6.1' | ||
| gem 'omniauth-oauth2' | ||
| gem 'graphql', "1.12" |
There was a problem hiding this comment.
Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem graphql should appear before omniauth-oauth2.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
| if next? | ||
| gem "rails", '6.0.6.1' | ||
| gem 'omniauth-oauth2' |
There was a problem hiding this comment.
Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem omniauth-oauth2 should appear before rails.
graphqlto1.12(pending proper graphql upgrades: See). Fixes the failed run hereapplication.rbforgraphql 1.12