diff --git a/Gemfile b/Gemfile index 1f6be54..1543347 100644 --- a/Gemfile +++ b/Gemfile @@ -73,4 +73,4 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw] # Silence net protocol warnings # See https://github.com/rails/rails/pull/44175 gem 'net-http' -gem 'uri', '0.10.0' +gem 'uri', '0.11.0' diff --git a/Gemfile.lock b/Gemfile.lock index 4a09284..8a71c54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -290,7 +290,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - uri (0.10.0) + uri (0.11.0) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.0) @@ -340,7 +340,7 @@ DEPENDENCIES turbolinks (~> 5.2.1) tzinfo-data uglifier (~> 4.2.0) - uri (= 0.10.0) + uri (= 0.11.0) web-console (~> 4.2.0) webmock will_paginate (~> 3.3.1)