From af7199560f5b5301e47582d186424fb95cabd3a0 Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Sat, 5 Feb 2022 23:05:13 +0100 Subject: [PATCH] Set correct uri version --- Gemfile | 3 ++- Gemfile.lock | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 24b581a..345d4c1 100644 --- a/Gemfile +++ b/Gemfile @@ -72,4 +72,5 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw] # Silence net protocol warnings # See https://github.com/rails/rails/pull/44175 -gem 'net-http' \ No newline at end of file +gem 'net-http' +gem 'uri', '0.10.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1f24693..e3cb48e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -291,7 +291,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - uri (0.11.0) + uri (0.10.0) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.0) @@ -341,6 +341,7 @@ DEPENDENCIES turbolinks (~> 5.2.1) tzinfo-data uglifier (~> 4.2.0) + uri (= 0.10.0) web-console (~> 4.2.0) webmock will_paginate (~> 3.3.1)