diff --git a/CHANGELOG.md b/CHANGELOG.md index 32b0ece..1961723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,8 @@ Users should upgrade backends to River v0.12.0 before upgrading this library in 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. +- Update REXML dependency. [PR #28](https://github.com/riverqueue/riverqueue-ruby/pull/36). + ## [0.7.0] - 2024-08-30 ### Changed diff --git a/Gemfile.lock b/Gemfile.lock index 0d0cd2a..cf35514 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,8 +72,7 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.6) - strscan + rexml (3.4.0) rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-expectations (3.13.2) @@ -134,7 +133,7 @@ GEM strscan (>= 1.0.0) terminal-table (>= 2, < 4) stringio (3.1.1) - strscan (3.1.0) + strscan (3.1.2) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) tzinfo (2.0.6) diff --git a/driver/riverqueue-activerecord/Gemfile.lock b/driver/riverqueue-activerecord/Gemfile.lock index 9256781..ac1a3d2 100644 --- a/driver/riverqueue-activerecord/Gemfile.lock +++ b/driver/riverqueue-activerecord/Gemfile.lock @@ -67,8 +67,7 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.6) - strscan + rexml (3.4.0) rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-expectations (3.13.2) @@ -112,7 +111,6 @@ GEM lint_roller (~> 1.1) rubocop-performance (~> 1.21.0) stringio (3.1.1) - strscan (3.1.0) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -121,6 +119,7 @@ GEM PLATFORMS arm64-darwin-22 arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES diff --git a/driver/riverqueue-sequel/Gemfile.lock b/driver/riverqueue-sequel/Gemfile.lock index df64f8f..d84ad37 100644 --- a/driver/riverqueue-sequel/Gemfile.lock +++ b/driver/riverqueue-sequel/Gemfile.lock @@ -28,8 +28,7 @@ GEM racc (1.8.1) rainbow (3.1.1) regexp_parser (2.9.2) - rexml (3.3.6) - strscan + rexml (3.4.0) rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-expectations (3.13.2) @@ -73,12 +72,12 @@ GEM standard-performance (1.4.0) lint_roller (~> 1.1) rubocop-performance (~> 1.21.0) - strscan (3.1.0) unicode-display_width (2.5.0) PLATFORMS arm64-darwin-22 arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES