1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-26 18:18:51 +01:00

Remove explicit uri gem version

This commit is contained in:
2023-05-01 11:25:47 +02:00
parent 36d6a7ab33
commit 3f710f4266
2 changed files with 1 additions and 16 deletions

View File

@@ -69,10 +69,3 @@ gem 'omniauth-github'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
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 'strscan', '3.0.1'
gem 'stringio', '3.0.5'