Skip to content

Commit f7bccfa

Browse files
committed
upgrade graphql ruby
1 parent b8f835b commit f7bccfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem 'pg'
1515
gem 'bcrypt', '~> 3.1.7' # Use ActiveModel has_secure_password
1616
gem 'devise' # Use devise as authentication module
1717
gem 'devise-i18n' # Install default translations
18-
gem 'graphql' # GraphQL as API
18+
gem 'graphql', '~> 1.11.4' # GraphQL as API
1919
gem 'graphql-auth', git: 'https://github.com/simonfranzen/graphql-auth.git', branch: 'rails6'
2020
gem 'graphql-errors' # GrapqhQL error handling
2121
gem 'rack-cors' # Rack CORS settings

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ GEM
116116
ffi (1.11.1)
117117
globalid (0.4.2)
118118
activesupport (>= 4.2.0)
119-
graphql (1.9.6)
119+
graphql (1.11.4)
120120
graphql-errors (0.3.0)
121121
graphql (>= 1.6.0, < 2)
122122
haml (5.1.2)
@@ -357,7 +357,7 @@ DEPENDENCIES
357357
dotenv-rails
358358
factory_bot_rails
359359
faker (~> 1.8)
360-
graphql
360+
graphql (~> 1.11.4)
361361
graphql-auth!
362362
graphql-errors
363363
i18n-spec

0 commit comments

Comments
 (0)