Skip to content

Commit 07f7315

Browse files
authored
Update all Bundler dependencies (2025-01-15) (#50)
This is your biweekly update of **all** Bundler dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ✳️ rubocop (1.69.2 → 1.70.0, minor) · [Repo](https://github.com/rubocop/rubocop) · [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) · [Release](https://github.com/rubocop/rubocop/releases/tag/v1.70.0) · [Diff](rubocop/rubocop@3ba4aef...e2f2d5c) ✳️ rubyzip (2.3.2 → 2.4.1, minor) · [Repo](https://github.com/rubyzip/rubyzip) · [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) · [Release](https://github.com/rubyzip/rubyzip/releases/tag/v2.4.1) · [Diff](rubyzip/rubyzip@2f1c1ea...6c4b7a9) ↗️ logger (_indirect_, 1.6.4 → 1.6.5, patch) · [Repo](https://github.com/nahi/logger) ✳️ rspec-sonarqube-formatter (1.6.2 → 1.6.3, patch) · [Repo](https://github.com/otherguy/rspec-sonarqube-formatter) · [Release](https://github.com/otherguy/rspec-sonarqube-formatter/releases/tag/1.6.3) · [Diff](otherguy/rspec-sonarqube-formatter@589f5b8...e65c9c7) ✳️ rubocop-performance (1.23.0 → 1.23.1, patch) · [Repo](https://github.com/rubocop/rubocop-performance) · [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) · [Release](https://github.com/rubocop/rubocop-performance/releases/tag/v1.23.1) · [Diff](rubocop/rubocop-performance@7c904d6...2b5c8c6) ↗️ unicode-display_width (_indirect_, 3.1.3 → 3.1.4, patch) · [Repo](https://github.com/janlelis/unicode-display_width) · [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md) · [Diff](janlelis/unicode-display_width@893f9a9...a515fa2) --- ![Depfu Status](https://depfu.com/badges/71757129bf6d5da0439404c783c91b6a/stats.svg) [Depfu](https://depfu.com) will only send you the next scheduled PR once you merge or close this one. <details><summary>All Depfu comment commands</summary> <blockquote><dl> <dt>@​depfu refresh</dt><dd>Rebases against your default branch and redoes this update</dd> <dt>@​depfu recreate</dt><dd>Recreates this PR, overwriting any edits that you've made to it</dd> <dt>@​depfu merge</dt><dd>Merges this PR once your tests are passing and conflicts are resolved</dd> <dt>@​depfu cancel merge</dt><dd>Cancels automatic merging of this PR</dd> <dt>@​depfu close</dt><dd>Closes this PR and deletes the branch</dd> <dt>@​depfu reopen</dt><dd>Restores the branch and reopens this PR (if it's closed)</dd> </dl></blockquote> </details> Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent d06ce94 commit 07f7315

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ GEM
4646
ruby-vips (>= 2.0.17, < 3)
4747
json (2.9.1)
4848
language_server-protocol (3.17.0.3)
49-
logger (1.6.4)
49+
logger (1.6.5)
5050
method_source (1.1.0)
5151
mini_magick (4.13.2)
5252
multipart-post (2.4.1)
@@ -77,15 +77,15 @@ GEM
7777
rspec-mocks (3.13.2)
7878
diff-lcs (>= 1.2.0, < 2.0)
7979
rspec-support (~> 3.13.0)
80-
rspec-sonarqube-formatter (1.6.2)
80+
rspec-sonarqube-formatter (1.6.3)
8181
htmlentities (~> 4.3)
8282
rspec (~> 3.0)
8383
rspec-support (3.13.2)
8484
rspec-with_params (0.3.0)
8585
rspec (~> 3.0)
8686
rspec_junit_formatter (0.6.0)
8787
rspec-core (>= 2, < 4, != 2.12.0)
88-
rubocop (1.69.2)
88+
rubocop (1.70.0)
8989
json (~> 2.3)
9090
language_server-protocol (>= 3.17.0)
9191
parallel (~> 1.10)
@@ -97,7 +97,7 @@ GEM
9797
unicode-display_width (>= 2.4.0, < 4.0)
9898
rubocop-ast (1.37.0)
9999
parser (>= 3.3.1.0)
100-
rubocop-performance (1.23.0)
100+
rubocop-performance (1.23.1)
101101
rubocop (>= 1.48.1, < 2.0)
102102
rubocop-ast (>= 1.31.1, < 2.0)
103103
rubocop-rake (0.6.0)
@@ -108,7 +108,7 @@ GEM
108108
ruby-vips (2.2.2)
109109
ffi (~> 1.12)
110110
logger
111-
rubyzip (2.3.2)
111+
rubyzip (2.4.1)
112112
simplecov (0.22.0)
113113
docile (~> 1.1)
114114
simplecov-html (~> 0.11)
@@ -119,7 +119,7 @@ GEM
119119
simplecov-html (0.13.1)
120120
simplecov_json_formatter (0.1.4)
121121
thor (1.3.2)
122-
unicode-display_width (3.1.3)
122+
unicode-display_width (3.1.4)
123123
unicode-emoji (~> 4.0, >= 4.0.4)
124124
unicode-emoji (4.0.4)
125125
uri (1.0.2)

0 commit comments

Comments
 (0)