Upgrade to Grape v1.5.1
This fixes a few Ruby 2.7 deprecation warnings and eliminates the need for the monkey patch in https://github.com/ruby-grape/grape/pull/2088.
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