1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-11 00:56:43 +01:00

Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
67cdf78b0f
Bump uri from 0.10.0 to 0.11.0
Bumps [uri](https://github.com/ruby/uri) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/ruby/uri/releases)
- [Commits](https://github.com/ruby/uri/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: uri
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-21 15:00:56 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -73,4 +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'
gem 'uri', '0.11.0'

View File

@ -291,7 +291,7 @@ GEM
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
uri (0.10.0)
uri (0.11.0)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.0)
@ -341,7 +341,7 @@ DEPENDENCIES
turbolinks (~> 5.2.1)
tzinfo-data
uglifier (~> 4.2.0)
uri (= 0.10.0)
uri (= 0.11.0)
web-console (~> 4.2.0)
webmock
will_paginate (~> 3.3.1)