updates graphql
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -71,7 +71,7 @@ gem 'rails-assets-markdown-it', source: 'https://rails-assets.org'
|
|||||||
|
|
||||||
gem 'cocoon'
|
gem 'cocoon'
|
||||||
|
|
||||||
gem 'graphql', '~> 1.5.12'
|
gem 'graphql', '~> 1.6.3'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ GEM
|
|||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
graphiql-rails (1.4.1)
|
graphiql-rails (1.4.1)
|
||||||
rails
|
rails
|
||||||
graphql (1.5.12)
|
graphql (1.6.3)
|
||||||
groupdate (3.2.0)
|
groupdate (3.2.0)
|
||||||
gyoku (1.3.1)
|
gyoku (1.3.1)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
@@ -507,7 +507,7 @@ DEPENDENCIES
|
|||||||
foundation_rails_helper (~> 2.0.0)
|
foundation_rails_helper (~> 2.0.0)
|
||||||
fuubar
|
fuubar
|
||||||
graphiql-rails (~> 1.4.1)
|
graphiql-rails (~> 1.4.1)
|
||||||
graphql (~> 1.5.12)
|
graphql (~> 1.6.3)
|
||||||
groupdate (~> 3.2.0)
|
groupdate (~> 3.2.0)
|
||||||
i18n-tasks (~> 0.9.15)
|
i18n-tasks (~> 0.9.15)
|
||||||
initialjs-rails (= 0.2.0.4)
|
initialjs-rails (= 0.2.0.4)
|
||||||
|
|||||||
Reference in New Issue
Block a user