File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ gem 'pg'
15
15
gem 'bcrypt' , '~> 3.1.7' # Use ActiveModel has_secure_password
16
16
gem 'devise' # Use devise as authentication module
17
17
gem 'devise-i18n' # Install default translations
18
- gem 'graphql' # GraphQL as API
18
+ gem 'graphql' , '~> 1.11.4' # GraphQL as API
19
19
gem 'graphql-auth' , git : 'https://github.com/simonfranzen/graphql-auth.git' , branch : 'rails6'
20
20
gem 'graphql-errors' # GrapqhQL error handling
21
21
gem 'rack-cors' # Rack CORS settings
Original file line number Diff line number Diff line change 116
116
ffi (1.11.1 )
117
117
globalid (0.4.2 )
118
118
activesupport (>= 4.2.0 )
119
- graphql (1.9.6 )
119
+ graphql (1.11.4 )
120
120
graphql-errors (0.3.0 )
121
121
graphql (>= 1.6.0 , < 2 )
122
122
haml (5.1.2 )
@@ -357,7 +357,7 @@ DEPENDENCIES
357
357
dotenv-rails
358
358
factory_bot_rails
359
359
faker (~> 1.8 )
360
- graphql
360
+ graphql ( ~> 1.11.4 )
361
361
graphql-auth !
362
362
graphql-errors
363
363
i18n-spec
You can’t perform that action at this time.
0 commit comments