summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock2
-rw-r--r--Gemfile.rails4.lock2
3 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 32e319f4d69..f52ba766812 100644
--- a/Gemfile
+++ b/Gemfile
@@ -91,7 +91,7 @@ gem 'gitlab_omniauth-ldap', '~> 2.0.4', require: 'omniauth-ldap'
gem 'net-ldap'
# API
-gem 'grape', '~> 1.1'
+gem 'grape', '~> 1.1.0'
gem 'grape-entity', '~> 0.7.1'
gem 'rack-cors', '~> 1.0.0', require: 'rack/cors'
diff --git a/Gemfile.lock b/Gemfile.lock
index d7ef3b114d3..27730fa2cc3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1017,7 +1017,7 @@ DEPENDENCIES
google-api-client (~> 0.23)
google-protobuf (~> 3.6)
gpgme
- grape (~> 1.1)
+ grape (~> 1.1.0)
grape-entity (~> 0.7.1)
grape-path-helpers (~> 1.0)
grape_logging (~> 1.7)
diff --git a/Gemfile.rails4.lock b/Gemfile.rails4.lock
index ea248dfdabe..2cd0ef3d97a 100644
--- a/Gemfile.rails4.lock
+++ b/Gemfile.rails4.lock
@@ -1008,7 +1008,7 @@ DEPENDENCIES
google-api-client (~> 0.23)
google-protobuf (~> 3.6)
gpgme
- grape (~> 1.1)
+ grape (~> 1.1.0)
grape-entity (~> 0.7.1)
grape-path-helpers (~> 1.0)
grape_logging (~> 1.7)