Skip to content

Commit 2caf879

Browse files
authored
Update REXML in main gem and drivers (#36)
Update REXML in main gem and drivers to a version patched for security.
1 parent 6d95337 commit 2caf879

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Users should upgrade backends to River v0.12.0 before upgrading this library in
3333

3434
This updated implementation is significantly faster due to the removal of advisory locks in favor of an index-backed uniqueness system, while allowing some flexibility in which job states are considered. However, not all states may be removed from consideration when using the `by_state` option; pending, scheduled, available, and running states are required whenever customizing this list.
3535

36+
- Update REXML dependency. [PR #28](https://github.com/riverqueue/riverqueue-ruby/pull/36).
37+
3638
## [0.7.0] - 2024-08-30
3739

3840
### Changed

Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ GEM
7272
regexp_parser (2.9.2)
7373
reline (0.5.9)
7474
io-console (~> 0.5)
75-
rexml (3.3.6)
76-
strscan
75+
rexml (3.4.0)
7776
rspec-core (3.13.0)
7877
rspec-support (~> 3.13.0)
7978
rspec-expectations (3.13.2)
@@ -134,7 +133,7 @@ GEM
134133
strscan (>= 1.0.0)
135134
terminal-table (>= 2, < 4)
136135
stringio (3.1.1)
137-
strscan (3.1.0)
136+
strscan (3.1.2)
138137
terminal-table (3.0.2)
139138
unicode-display_width (>= 1.1.1, < 3)
140139
tzinfo (2.0.6)

driver/riverqueue-activerecord/Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ GEM
6767
regexp_parser (2.9.2)
6868
reline (0.5.9)
6969
io-console (~> 0.5)
70-
rexml (3.3.6)
71-
strscan
70+
rexml (3.4.0)
7271
rspec-core (3.13.0)
7372
rspec-support (~> 3.13.0)
7473
rspec-expectations (3.13.2)
@@ -112,7 +111,6 @@ GEM
112111
lint_roller (~> 1.1)
113112
rubocop-performance (~> 1.21.0)
114113
stringio (3.1.1)
115-
strscan (3.1.0)
116114
timeout (0.4.1)
117115
tzinfo (2.0.6)
118116
concurrent-ruby (~> 1.0)
@@ -121,6 +119,7 @@ GEM
121119
PLATFORMS
122120
arm64-darwin-22
123121
arm64-darwin-23
122+
arm64-darwin-24
124123
x86_64-linux
125124

126125
DEPENDENCIES

driver/riverqueue-sequel/Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ GEM
2828
racc (1.8.1)
2929
rainbow (3.1.1)
3030
regexp_parser (2.9.2)
31-
rexml (3.3.6)
32-
strscan
31+
rexml (3.4.0)
3332
rspec-core (3.13.0)
3433
rspec-support (~> 3.13.0)
3534
rspec-expectations (3.13.2)
@@ -73,12 +72,12 @@ GEM
7372
standard-performance (1.4.0)
7473
lint_roller (~> 1.1)
7574
rubocop-performance (~> 1.21.0)
76-
strscan (3.1.0)
7775
unicode-display_width (2.5.0)
7876

7977
PLATFORMS
8078
arm64-darwin-22
8179
arm64-darwin-23
80+
arm64-darwin-24
8281
x86_64-linux
8382

8483
DEPENDENCIES

0 commit comments

Comments
 (0)