Skip to content

Commit

Permalink
trying older graphql version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas2511 committed Dec 27, 2024
1 parent 2f6d2f6 commit 5da3dce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ gem 'rack-cors', :require => 'rack/cors'
gem 'api-pagination'

# GraphQL
gem 'graphql'
gem 'graphql', '<2.1'
gem 'search_object'
gem 'search_object_graphql'
gem 'graphiql-rails'
Expand Down
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ GEM
ffi (1.17.0)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
fiber-storage (1.0.0)
foreman (0.88.1)
formtastic (5.0.0)
actionpack (>= 6.0.0)
Expand All @@ -227,9 +226,8 @@ GEM
google-protobuf (3.25.5-x86_64-linux)
graphiql-rails (1.10.1)
railties
graphql (2.4.8)
graphql (2.0.31)
base64
fiber-storage
haml (6.3.0)
temple (>= 0.8.2)
thor
Expand Down Expand Up @@ -537,7 +535,7 @@ DEPENDENCIES
foreman
goldiloader
graphiql-rails
graphql
graphql (< 2.1)
haml
jbuilder
jquery-rails
Expand Down

0 comments on commit 5da3dce

Please sign in to comment.