Skip to content

Commit

Permalink
Downgrade graphiql-rails
Browse files Browse the repository at this point in the history
GraphiQL web UI is not working on staging/production. Downgrading
should fix this.

rmosolgo/graphiql-rails#58
  • Loading branch information
anandaroop committed Apr 20, 2019
1 parent 14b7000 commit 7d6aaff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'administrate'
gem 'aws-sdk-s3'
gem 'bootsnap', require: false
gem 'coffee-rails'
gem 'graphiql-rails'
gem 'graphiql-rails', '~> 1.4.11' # https://github.com/rmosolgo/graphiql-rails/issues/58
gem 'graphql'
gem 'image_processing'
gem 'jbuilder'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ GEM
ffi (1.10.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
graphiql-rails (1.7.0)
graphiql-rails (1.4.11)
railties
sprockets-rails
graphql (1.9.4)
Expand Down Expand Up @@ -307,7 +307,7 @@ DEPENDENCIES
capybara (>= 2.15, < 4.0)
coffee-rails
fabrication
graphiql-rails
graphiql-rails (~> 1.4.11)
graphql
image_processing
jbuilder
Expand Down

0 comments on commit 7d6aaff

Please sign in to comment.