mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Merge pull request #333 from projekteuler/remove-dependency-hotfix
Remove explicit uri gem version
This commit is contained in:
commit
1d2bde3c86
7
Gemfile
7
Gemfile
@ -69,10 +69,3 @@ gem 'omniauth-github'
|
|||||||
|
|
||||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
|
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'
|
|
||||||
|
|||||||
10
Gemfile.lock
10
Gemfile.lock
@ -162,9 +162,6 @@ GEM
|
|||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
multipart-post (2.1.1)
|
multipart-post (2.1.1)
|
||||||
mysql2 (0.5.3)
|
mysql2 (0.5.3)
|
||||||
net-http (0.2.0)
|
|
||||||
net-protocol
|
|
||||||
uri
|
|
||||||
net-imap (0.2.3)
|
net-imap (0.2.3)
|
||||||
digest
|
digest
|
||||||
net-protocol
|
net-protocol
|
||||||
@ -290,7 +287,6 @@ GEM
|
|||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
uglifier (4.2.0)
|
uglifier (4.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
uri (0.10.0)
|
|
||||||
warden (1.2.9)
|
warden (1.2.9)
|
||||||
rack (>= 2.0.9)
|
rack (>= 2.0.9)
|
||||||
web-console (4.2.0)
|
web-console (4.2.0)
|
||||||
@ -326,7 +322,6 @@ DEPENDENCIES
|
|||||||
jquery-rails (~> 4.5.1)
|
jquery-rails (~> 4.5.1)
|
||||||
listen (~> 3.7.0)
|
listen (~> 3.7.0)
|
||||||
mysql2 (~> 0.5.2)
|
mysql2 (~> 0.5.2)
|
||||||
net-http
|
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-github
|
omniauth-github
|
||||||
omniauth-rails_csrf_protection
|
omniauth-rails_csrf_protection
|
||||||
@ -337,16 +332,13 @@ DEPENDENCIES
|
|||||||
sassc-rails (~> 2.1.2)
|
sassc-rails (~> 2.1.2)
|
||||||
sdoc (~> 2.4.0)
|
sdoc (~> 2.4.0)
|
||||||
sqlite3 (~> 1.6.2)
|
sqlite3 (~> 1.6.2)
|
||||||
stringio (= 3.0.5)
|
|
||||||
strscan (= 3.0.1)
|
|
||||||
turbolinks (~> 5.2.1)
|
turbolinks (~> 5.2.1)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
uglifier (~> 4.2.0)
|
uglifier (~> 4.2.0)
|
||||||
uri (= 0.10.0)
|
|
||||||
web-console (~> 4.2.0)
|
web-console (~> 4.2.0)
|
||||||
webmock
|
webmock
|
||||||
will_paginate (~> 3.3.1)
|
will_paginate (~> 3.3.1)
|
||||||
will_paginate-bootstrap4 (~> 0.2.2)
|
will_paginate-bootstrap4 (~> 0.2.2)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.25
|
2.4.10
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user