Skip to content

Commit

Permalink
Update uri to the latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
oneiros committed Dec 2, 2024
1 parent 8ee9997 commit 1f46769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
openssl (~> 3.0, >= 3.0.0)
rack (~> 3.0)
starry (~> 0.2)
uri (~> 0.12, >= 0.12.0)
uri (~> 1.0, >= 1.0.2)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -81,7 +81,7 @@ GEM
starry (0.2.0)
base64
unicode-display_width (2.5.0)
uri (0.13.0)
uri (1.0.2)

PLATFORMS
arm64-darwin-21
Expand Down
2 changes: 1 addition & 1 deletion linzer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "ed25519", "~> 1.3", ">= 1.3.0"
spec.add_runtime_dependency "starry", "~> 0.2"
spec.add_runtime_dependency "rack", "~> 3.0"
spec.add_runtime_dependency "uri", "~> 0.12", ">= 0.12.0"
spec.add_runtime_dependency "uri", "~> 1.0", ">= 1.0.2"
end

0 comments on commit 1f46769

Please sign in to comment.