From 5b3aa8e4ac6d29151aaf61ed27121191ca7bbfb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:13:38 +0000 Subject: [PATCH] Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [simplecov](https://github.com/simplecov-ruby/simplecov), [tzinfo-data](https://github.com/tzinfo/tzinfo-data), [omniauth-twitter](https://github.com/arunagw/omniauth-twitter) and [lograge](https://github.com/roidrage/lograge). Updates `simplecov` from 0.22.0 to 1.0.0 - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md) - [Commits](https://github.com/simplecov-ruby/simplecov/compare/v0.22.0...v1.0.0) Updates `tzinfo-data` from 1.2026.2 to 1.2026.3 - [Release notes](https://github.com/tzinfo/tzinfo-data/releases) - [Commits](https://github.com/tzinfo/tzinfo-data/compare/v1.2026.2...v1.2026.3) Updates `omniauth-twitter` from 1.4.0 to 1.5.0 - [Changelog](https://github.com/arunagw/omniauth-twitter/blob/master/CHANGELOG.md) - [Commits](https://github.com/arunagw/omniauth-twitter/compare/v1.4.0...v1.5.0) Updates `lograge` from 0.14.0 to 0.15.0 - [Changelog](https://github.com/roidrage/lograge/blob/master/CHANGELOG.md) - [Commits](https://github.com/roidrage/lograge/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: tzinfo-data dependency-version: 1.2026.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: omniauth-twitter dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: lograge dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 71 ++++++++++++++++++++++++++++------------------------ 1 file changed, 38 insertions(+), 33 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 70cb379..b69cfd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,6 +80,10 @@ GEM zeitwerk (>= 2.4, < 3.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) + anonymous_loader (0.1.2) + version_gem (~> 1.1, >= 1.1.13) + auth-sanitizer (0.2.2) + version_gem (~> 1.1, >= 1.1.10) base64 (0.3.0) bcrypt (3.1.22) bigdecimal (4.1.2) @@ -107,12 +111,12 @@ GEM classifier-reborn (2.3.0) fast-stemmer (~> 1.0) matrix (~> 0.4) - concurrent-ruby (1.3.6) + concurrent-ruby (1.3.7) config (5.6.1) deep_merge (~> 1.2, >= 1.2.1) ostruct connection_pool (3.0.2) - crass (1.0.6) + crass (1.0.7) date (3.5.1) debug (1.11.1) irb (~> 1.10) @@ -125,7 +129,6 @@ GEM responders warden (~> 1.2.3) diff-lcs (1.6.2) - docile (1.4.1) drb (2.2.3) erb (6.0.4) erubi (1.13.1) @@ -153,11 +156,12 @@ GEM gmail_xoauth (0.4.3) oauth (>= 0.3.6) google-analytics-rails (1.1.1) - hashie (5.0.0) + hashie (5.1.0) + logger honeybadger (6.9.0) logger ostruct - i18n (1.14.8) + i18n (1.15.2) concurrent-ruby (~> 1.0) importmap-rails (2.2.3) actionpack (>= 6.0.0) @@ -176,7 +180,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.19.9) + json (2.21.0) jwt (3.1.2) base64 kaminari (1.2.2) @@ -196,7 +200,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) - lograge (0.14.0) + lograge (0.15.0) actionpack (>= 4) activesupport (>= 4) railties (>= 4) @@ -232,15 +236,19 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.5) - nokogiri (1.19.3) + nokogiri (1.19.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) - oauth (1.1.0) - oauth-tty (~> 1.0, >= 1.0.1) - snaky_hash (~> 2.0) - version_gem (~> 1.1) - oauth-tty (1.0.5) - version_gem (~> 1.1, >= 1.1.1) + oauth (1.1.7) + auth-sanitizer (~> 0.2, >= 0.2.1) + base64 (~> 0.1) + oauth-tty (~> 1.0, >= 1.0.10) + snaky_hash (~> 2.0, >= 2.0.5) + version_gem (~> 1.1, >= 1.1.12) + oauth-tty (1.0.12) + anonymous_loader (~> 0.1, >= 0.1.1) + auth-sanitizer (~> 0.2, >= 0.2.2) + version_gem (~> 1.1, >= 1.1.12) oauth2 (2.0.18) faraday (>= 0.17.3, < 4.0) jwt (>= 1.0, < 4.0) @@ -267,8 +275,9 @@ GEM omniauth-oauth2 (1.9.0) oauth2 (>= 2.0.2, < 3) omniauth (~> 2.0) - omniauth-twitter (1.4.0) - omniauth-oauth (~> 1.1) + omniauth-twitter (1.5.0) + cgi + omniauth-oauth (~> 1.2) rack orm_adapter (0.5.0) ostruct (0.6.3) @@ -281,13 +290,10 @@ GEM activerecord (>= 7, < 8.2) pg (1.6.3) popper_js (2.11.8) - pp (0.6.3) + pp (0.6.4) prettyprint prettyprint (0.2.0) prism (1.9.0) - psych (5.3.1) - date - stringio public_suffix (6.0.2) puma (8.0.2) nio4r (~> 2.0) @@ -351,9 +357,14 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (7.2.0) + rbs (4.0.3) + logger + prism (>= 1.6.0) + tsort + rdoc (8.0.0) erb - psych (>= 4.0.0) + prism (>= 1.6.0) + rbs (>= 4.0.0) tsort recaptcha (5.21.2) redcarpet (3.6.1) @@ -406,19 +417,14 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - simplecov (0.22.0) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-html (0.13.2) - simplecov_json_formatter (0.1.4) + simplecov (1.0.0) sitemap_generator (7.1.0) builder (~> 3.0) slowpoke (1.0.0) actionpack (>= 7.2) rack-timeout (>= 0.6) railties (>= 7.2) - snaky_hash (2.0.3) + snaky_hash (2.0.6) hashie (>= 0.1.0, < 6) version_gem (>= 1.1.8, < 3) sprockets (4.2.2) @@ -433,7 +439,6 @@ GEM mini_portile2 (~> 2.8.0) stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.2.0) thor (1.5.0) tilt (2.6.1) timeout (0.6.1) @@ -443,11 +448,11 @@ GEM railties (>= 7.1.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - tzinfo-data (1.2026.2) + tzinfo-data (1.2026.3) tzinfo (>= 1.0.0) uri (1.1.1) useragent (0.16.11) - version_gem (1.1.9) + version_gem (1.1.13) warden (1.2.9) rack (>= 2.0.9) web-console (4.3.0) @@ -467,7 +472,7 @@ GEM chronic (>= 0.6.3) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.5) + zeitwerk (2.8.2) PLATFORMS ruby