Update gitlab-license gem to 1.3.0
Updating from v0.0.4. This is mostly a trivial update with non-breaking changes (style and development changes), but does include a few changes to prepare for cloud-license. This includes the addition of 3 new attributes: - "sync" - "last_synced_at" - "next_sync_at"
Showing
... | ... | @@ -293,7 +293,7 @@ gem 'gon', '~> 6.2' |
gem 'request_store', '~> 1.5' | ||
gem 'base32', '~> 0.3.0' | ||
gem "gitlab-license", "~> 1.0" | ||
gem "gitlab-license", "~> 1.3" | ||
# Protect against bruteforcing | ||
gem 'rack-attack', '~> 6.3.0' | ||
... | ... |
Please register or sign in to comment