diff --git a/Gemfile b/Gemfile index caf62e52f095818ef12911d678a7484cbe01c6cd..3c56b4ec11efa0c01569751ec241179a2371864b 100644 --- a/Gemfile +++ b/Gemfile @@ -299,7 +299,7 @@ gem 'gon', '~> 6.4.0' gem 'request_store', '~> 1.5' gem 'base32', '~> 0.3.0' -gem 'gitlab-license', '~> 2.2.0' +gem 'gitlab-license', '~> 2.2.1' # Protect against bruteforcing gem 'rack-attack', '~> 6.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5c3c96b86facc48cf30f6ca21643dc0ee775f78d..0836b3ef64d342aa206ca80941dcb76818128642 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -530,7 +530,7 @@ GEM opentracing (~> 0.4) pg_query (~> 2.1) redis (> 3.0.0, < 5.0.0) - gitlab-license (2.2.0) + gitlab-license (2.2.1) gitlab-license_finder (6.14.2.1) bundler rubyzip (>= 1, < 3) @@ -1575,7 +1575,7 @@ DEPENDENCIES gitlab-experiment (~> 0.7.1) gitlab-fog-azure-rm (~> 1.3.0) gitlab-labkit (~> 0.24.0) - gitlab-license (~> 2.2.0) + gitlab-license (~> 2.2.1) gitlab-license_finder (~> 6.0) gitlab-mail_room (~> 0.0.9) gitlab-markup (~> 1.8.0)