Update marginalia gem to v1.10.0
This fixes the Ruby 2.7 kwargs deprecation warnings: https://github.com/basecamp/marginalia/pull/110 Diff: https://github.com/basecamp/marginalia/compare/v1.9.0..v1.10.0
Showing
... | ... | @@ -22,7 +22,7 @@ gem 'rugged', '~> 0.28' |
gem 'grape-path-helpers', '~> 1.5' | ||
gem 'faraday', '~> 1.0' | ||
gem 'marginalia', '~> 1.9.0' | ||
gem 'marginalia', '~> 1.10.0' | ||
# Authentication libraries | ||
gem 'devise', '~> 4.7.2' | ||
... | ... |
Please register or sign in to comment