Skip to content

Commit f46551c

Browse files
committed
⬆️ Raise anonymous_loader floor to 0.1.1
1 parent 4529e29 commit f46551c

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

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

2323
### Changed
2424

25+
- Raised the `anonymous_loader` runtime dependency floor to `>= 0.1.1`.
2526
- Raised the `auth-sanitizer` runtime dependency floor to `>= 0.2.2` and
2627
switched isolated sanitizer loading to the released `anonymous_loader` gem,
2728
including local workspace wiring for the new runtime dependency.

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
oauth2 (2.0.23)
5-
anonymous_loader (~> 0.1, >= 0.1.0)
5+
anonymous_loader (~> 0.1, >= 0.1.1)
66
auth-sanitizer (~> 0.2, >= 0.2.2)
77
faraday (>= 0.17.3, < 4.0)
88
jwt (>= 1.0, < 4.0)
@@ -17,7 +17,7 @@ GEM
1717
specs:
1818
addressable (2.9.0)
1919
public_suffix (>= 2.0.2, < 8.0)
20-
anonymous_loader (0.1.0)
20+
anonymous_loader (0.1.1)
2121
version_gem (~> 1.1, >= 1.1.12)
2222
ansi (1.6.0)
2323
appraisal2 (3.1.2)
@@ -465,7 +465,7 @@ DEPENDENCIES
465465

466466
CHECKSUMS
467467
addressable (2.9.0) sha256=7fdf6ac3660f7f4e867a0838be3f6cf722ace541dd97767fa42bc6cfa980c7af
468-
anonymous_loader (0.1.0) sha256=bcef54b92ff9266736fdabc511958f97e98ac84519339cc3e30c6dd490851e4a
468+
anonymous_loader (0.1.1) sha256=b765191e2eadd6e9da52e4eb41ab44f83241fa013fadddb7a8c1374f71157662
469469
ansi (1.6.0) sha256=ac9ea0c0ea8d32fb4e271348e609963ac78882f34b73836c2a02b3622e666658
470470
appraisal2 (3.1.2) sha256=33a1f8c1e2808aa33a24b4c73d1f20c9571b5a34541d66d04d5e744b5906437a
471471
appraisal2-rubocop (0.2.0) sha256=c3353136ad1e32e9084c6ede76997510b3b77cf7d2fe19ab4c54a3f5e16cb9c9

docs/file.CHANGELOG.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ <h3 id="added">Added</h3>
7777
<h3 id="changed">Changed</h3>
7878

7979
<ul>
80+
<li>Raised the <code>anonymous_loader</code> runtime dependency floor to <code>&gt;= 0.1.1</code>.</li>
8081
<li>Raised the <code>auth-sanitizer</code> runtime dependency floor to <code>&gt;= 0.2.2</code> and<br>
8182
switched isolated sanitizer loading to the released <code>anonymous_loader</code> gem,<br>
8283
including local workspace wiring for the new runtime dependency.</li>
@@ -1540,7 +1541,7 @@ <h2 id="001---2010-04-22">
15401541
</div></div>
15411542

15421543
<div id="footer">
1543-
Generated on Thu Jun 18 08:22:24 2026 by
1544+
Generated on Thu Jun 18 08:34:34 2026 by
15441545
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
15451546
0.9.44 (ruby-4.0.5).
15461547
</div>

oauth2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Gem::Specification.new do |spec|
106106
spec.require_paths = ["lib"]
107107

108108
# Utilities
109-
spec.add_dependency("anonymous_loader", "~> 0.1", ">= 0.1.0") # ruby >= 2.2.0
109+
spec.add_dependency("anonymous_loader", "~> 0.1", ">= 0.1.1") # ruby >= 2.2.0
110110
spec.add_dependency("auth-sanitizer", "~> 0.2", ">= 0.2.2") # ruby >= 2.2.0
111111
spec.add_dependency("faraday", [">= 0.17.3", "< 4.0"]) # ruby >= 1.9
112112
spec.add_dependency("jwt", [">= 1.0", "< 4.0"]) # ruby >= 0

0 commit comments

Comments
 (0)