update rugged
the rugged versions up to 0.26.0b3 had a bug concerning the signature extraction. The extracted signature was not always the same, probably due to a buffer (overflow) issue in libgit. see https://github.com/libgit2/rugged/issues/608
Showing
... | @@ -15,7 +15,7 @@ gem 'default_value_for', '~> 3.0.0' | ... | @@ -15,7 +15,7 @@ gem 'default_value_for', '~> 3.0.0' |
gem 'mysql2', '~> 0.4.5', group: :mysql | gem 'mysql2', '~> 0.4.5', group: :mysql | ||
gem 'pg', '~> 0.18.2', group: :postgres | gem 'pg', '~> 0.18.2', group: :postgres | ||
gem 'rugged', '~> 0.25.1.1' | gem 'rugged', '~> 0.26.0' | ||
gem 'grape-route-helpers', '~> 2.0.0' | gem 'grape-route-helpers', '~> 2.0.0' | ||
gem 'faraday', '~> 0.12' | gem 'faraday', '~> 0.12' | ||
... | ... |
Please register or sign in to comment