Fix version for beta release
This commit is contained in:
parent
deb547ef73
commit
45e2e10ace
1 changed files with 1 additions and 1 deletions
2
debian/patches/0050-relax-stable-libs.patch
vendored
2
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -93,7 +93,7 @@ gitlab Gemfile
|
||||||
-gem 'apollo_upload_server', '~> 2.0.0.beta3'
|
-gem 'apollo_upload_server', '~> 2.0.0.beta3'
|
||||||
+gem 'graphql', '~> 1.8'
|
+gem 'graphql', '~> 1.8'
|
||||||
+gem 'graphiql-rails', '~> 1.4', '>=1.4.10'
|
+gem 'graphiql-rails', '~> 1.4', '>=1.4.10'
|
||||||
+gem 'apollo_upload_server', '~> 2.0', '>=2.0.0.beta3'
|
+gem 'apollo_upload_server', '>=2.0.0.beta3'
|
||||||
|
|
||||||
# Disable strong_params so that Mash does not respond to :permitted?
|
# Disable strong_params so that Mash does not respond to :permitted?
|
||||||
gem 'hashie-forbidden_attributes'
|
gem 'hashie-forbidden_attributes'
|
||||||
|
|
Loading…
Reference in a new issue