Skip to content
This repository was archived by the owner on Sep 24, 2019. It is now read-only.

Commit 4fbb810

Browse files
authored
Merge pull request #37 from GraphQLAcademy/bump-graphql
Bump graphql-ruby to remove monkey patch fix
2 parents 4813580 + 917a8cf commit 4fbb810

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem 'rails', '~> 5.0.1'
1010
# Use Puma as the app server
1111
gem 'puma', '~> 3.0'
1212
# Use GraphQL!
13-
gem 'graphql', '~> 1.4.3'
13+
gem 'graphql', github: 'rmosolgo/graphql-ruby', ref: 'a655714240c59e86c84bb22b82d776be02eddb8f'
1414
gem 'graphql-batch'
1515
# GraphiQL Interface
1616
gem 'graphiql-rails', '~> 1.4.1'

Gemfile.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
GIT
2+
remote: https://github.com/rmosolgo/graphql-ruby.git
3+
revision: a655714240c59e86c84bb22b82d776be02eddb8f
4+
ref: a655714240c59e86c84bb22b82d776be02eddb8f
5+
specs:
6+
graphql (1.4.3)
7+
18
GEM
29
remote: https://rubygems.org/
310
specs:
@@ -51,7 +58,6 @@ GEM
5158
activesupport (>= 4.1.0)
5259
graphiql-rails (1.4.1)
5360
rails
54-
graphql (1.4.3)
5561
graphql-batch (0.3.1)
5662
graphql (>= 0.8, < 2)
5763
promise.rb (~> 0.7.2)
@@ -142,7 +148,7 @@ DEPENDENCIES
142148
bcrypt
143149
byebug
144150
graphiql-rails (~> 1.4.1)
145-
graphql (~> 1.4.3)
151+
graphql!
146152
graphql-batch
147153
listen (~> 3.0.5)
148154
pg

config/initializers/graphql.rb

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)