mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Bump uri from 0.10.0 to 0.10.0.1
Bumps [uri](https://github.com/ruby/uri) from 0.10.0 to 0.10.0.1. - [Release notes](https://github.com/ruby/uri/releases) - [Commits](https://github.com/ruby/uri/compare/v0.10.0...v0.10.0.1) --- updated-dependencies: - dependency-name: uri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
51fe609e23
commit
d62c5abca5
2
Gemfile
2
Gemfile
@ -73,6 +73,6 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
|
|||||||
# Silence net protocol warnings
|
# Silence net protocol warnings
|
||||||
# See https://github.com/rails/rails/pull/44175
|
# See https://github.com/rails/rails/pull/44175
|
||||||
gem 'net-http'
|
gem 'net-http'
|
||||||
gem 'uri', '0.10.0'
|
gem 'uri', '0.10.0.1'
|
||||||
gem 'strscan', '3.0.1'
|
gem 'strscan', '3.0.1'
|
||||||
gem 'stringio', '3.0.5'
|
gem 'stringio', '3.0.5'
|
||||||
|
|||||||
@ -290,7 +290,7 @@ 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)
|
uri (0.10.0.1)
|
||||||
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)
|
||||||
@ -342,7 +342,7 @@ DEPENDENCIES
|
|||||||
turbolinks (~> 5.2.1)
|
turbolinks (~> 5.2.1)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
uglifier (~> 4.2.0)
|
uglifier (~> 4.2.0)
|
||||||
uri (= 0.10.0)
|
uri (= 0.10.0.1)
|
||||||
web-console (~> 4.2.0)
|
web-console (~> 4.2.0)
|
||||||
webmock
|
webmock
|
||||||
will_paginate (~> 3.3.1)
|
will_paginate (~> 3.3.1)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user