1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Set correct uri version

This commit is contained in:
Philipp Fischbeck 2022-02-05 23:05:13 +01:00
parent 858d62d467
commit af7199560f
2 changed files with 4 additions and 2 deletions

View File

@ -73,3 +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'

View File

@ -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)