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

Fix net-http problems

This commit is contained in:
2022-02-02 22:36:23 +01:00
parent b1e01886ff
commit 858d62d467
2 changed files with 10 additions and 1 deletions

View File

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