Merge branch 'sh-update-grape-1.4.0' into 'master'
Update to Grape v1.4.0 See merge request gitlab-org/gitlab!36628
Showing
... | ... | @@ -81,7 +81,9 @@ gem 'gitlab_omniauth-ldap', '~> 2.1.1', require: 'omniauth-ldap' |
gem 'net-ldap' | ||
# API | ||
gem 'grape', '~> 1.3.3' | ||
# Locked at Grape v1.4.0 until https://github.com/ruby-grape/grape/pull/2088 is merged | ||
# Remove config/initializers/grape_patch.rb | ||
gem 'grape', '= 1.4.0' | ||
gem 'grape-entity', '~> 0.7.1' | ||
gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' | ||
... | ... |
Please register or sign in to comment