Merge branch 'sh-upgrade-grape-1.5.0' into 'master'
Upgrade to Grape v1.5.1 See merge request gitlab-org/gitlab!44554
Showing
... | ... | @@ -84,9 +84,7 @@ gem 'gitlab_omniauth-ldap', '~> 2.1.1', require: 'omniauth-ldap' |
gem 'net-ldap', '~> 0.16.3' | ||
# API | ||
# 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', '~> 1.5.1' | ||
gem 'grape-entity', '~> 0.7.1' | ||
gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' | ||
... | ... |
Please register or sign in to comment