Skip to content

Commit bb17556

Browse files
pbolingCopilot
andcommitted
⬆️ Raise oauth-tty floor to v1.0.10
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4104c41 commit bb17556

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Please file a bug if you notice a violation of semantic versioning.
2222

2323
### Changed
2424

25+
- Raised the `oauth-tty` runtime dependency floor to `>= 1.0.10`, removing
26+
the transitive external `cgi` runtime dependency for Ruby 2.4 consumers.
27+
2528
### Deprecated
2629

2730
### Removed

Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH
44
oauth (1.1.7)
55
auth-sanitizer (~> 0.2, >= 0.2.1)
66
base64 (~> 0.1)
7-
oauth-tty (~> 1.0, >= 1.0.9)
7+
oauth-tty (~> 1.0, >= 1.0.10)
88
snaky_hash (~> 2.0, >= 2.0.5)
99
version_gem (~> 1.1, >= 1.1.12)
1010

@@ -148,9 +148,8 @@ GEM
148148
racc (~> 1.4)
149149
nomono (1.0.4)
150150
version_gem (~> 1.1, >= 1.1.11)
151-
oauth-tty (1.0.9)
151+
oauth-tty (1.0.10)
152152
auth-sanitizer (~> 0.2, >= 0.2.1)
153-
cgi
154153
version_gem (~> 1.1, >= 1.1.12)
155154
openssl (4.0.2)
156155
ostruct (0.6.3)

docs/file.CHANGELOG.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ <h3 id="added">Added</h3>
7676

7777
<h3 id="changed">Changed</h3>
7878

79+
<ul>
80+
<li>Raised the <code>oauth-tty</code> runtime dependency floor to <code>&gt;= 1.0.10</code>, removing<br>
81+
the transitive external <code>cgi</code> runtime dependency for Ruby 2.4 consumers.</li>
82+
</ul>
83+
7984
<h3 id="deprecated">Deprecated</h3>
8085

8186
<h3 id="removed">Removed</h3>
@@ -1290,7 +1295,7 @@ <h3 id="added-30">Added</h3>
12901295
</div></div>
12911296

12921297
<div id="footer">
1293-
Generated on Mon Jun 15 04:45:46 2026 by
1298+
Generated on Mon Jun 15 05:16:04 2026 by
12941299
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
12951300
0.9.44 (ruby-4.0.5).
12961301
</div>

oauth.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Gem::Specification.new do |spec|
108108
# Utilities
109109
spec.add_dependency("auth-sanitizer", "~> 0.2", ">= 0.2.1") # ruby >= 2.2.0
110110
spec.add_dependency("base64", "~> 0.1") # became a bundled gem in ruby 3.4 (was default from 3.0 to 3.3)
111-
spec.add_dependency("oauth-tty", "~> 1.0", ">= 1.0.9") # ruby >= 2.3.0
111+
spec.add_dependency("oauth-tty", "~> 1.0", ">= 1.0.10") # ruby >= 2.3.0
112112
spec.add_dependency("snaky_hash", "~> 2.0", ">= 2.0.5") # ruby >= 2.2.0
113113
spec.add_dependency("version_gem", "~> 1.1", ">= 1.1.12") # ruby >= 2.2.0
114114

0 commit comments

Comments
 (0)