From c43ed40811cfc9f12c805b692bf97ca9535d995f Mon Sep 17 00:00:00 2001 From: Jared McFarland Date: Thu, 26 Mar 2026 20:42:23 -0700 Subject: [PATCH 1/2] security: resolve 26 Dependabot alerts via bundle update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates rack (3.1.12 → 3.2.5), nokogiri (1.18.3 → 1.19.2), rack-session (2.1.0 → 2.1.1), net-imap (0.4.19 → 0.6.3), and Rails gems (7.1.5.1 → 7.2.3.1). All target versions meet or exceed Dependabot alert minimums. 64/67 specs pass; 3 failures in reencrypt_secrets are a pre-existing Rails 7.2 compatibility issue (Rails.application.secrets removed). --- Gemfile.lock | 149 ++++++++++++++++++++++++++------------------------- 1 file changed, 75 insertions(+), 74 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a3eec13..3a83740 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,83 +11,79 @@ PATH GEM remote: https://rubygems.org/ specs: - actioncable (7.1.5.1) - actionpack (= 7.1.5.1) - activesupport (= 7.1.5.1) + actioncable (7.2.3.1) + actionpack (= 7.2.3.1) + activesupport (= 7.2.3.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.1.5.1) - actionpack (= 7.1.5.1) - activejob (= 7.1.5.1) - activerecord (= 7.1.5.1) - activestorage (= 7.1.5.1) - activesupport (= 7.1.5.1) - mail (>= 2.7.1) - net-imap - net-pop - net-smtp - actionmailer (7.1.5.1) - actionpack (= 7.1.5.1) - actionview (= 7.1.5.1) - activejob (= 7.1.5.1) - activesupport (= 7.1.5.1) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp + actionmailbox (7.2.3.1) + actionpack (= 7.2.3.1) + activejob (= 7.2.3.1) + activerecord (= 7.2.3.1) + activestorage (= 7.2.3.1) + activesupport (= 7.2.3.1) + mail (>= 2.8.0) + actionmailer (7.2.3.1) + actionpack (= 7.2.3.1) + actionview (= 7.2.3.1) + activejob (= 7.2.3.1) + activesupport (= 7.2.3.1) + mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.1.5.1) - actionview (= 7.1.5.1) - activesupport (= 7.1.5.1) + actionpack (7.2.3.1) + actionview (= 7.2.3.1) + activesupport (= 7.2.3.1) + cgi nokogiri (>= 1.8.5) racc - rack (>= 2.2.4) + rack (>= 2.2.4, < 3.3) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actiontext (7.1.5.1) - actionpack (= 7.1.5.1) - activerecord (= 7.1.5.1) - activestorage (= 7.1.5.1) - activesupport (= 7.1.5.1) + useragent (~> 0.16) + actiontext (7.2.3.1) + actionpack (= 7.2.3.1) + activerecord (= 7.2.3.1) + activestorage (= 7.2.3.1) + activesupport (= 7.2.3.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.5.1) - activesupport (= 7.1.5.1) + actionview (7.2.3.1) + activesupport (= 7.2.3.1) builder (~> 3.1) + cgi erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.5.1) - activesupport (= 7.1.5.1) + activejob (7.2.3.1) + activesupport (= 7.2.3.1) globalid (>= 0.3.6) - activemodel (7.1.5.1) - activesupport (= 7.1.5.1) - activerecord (7.1.5.1) - activemodel (= 7.1.5.1) - activesupport (= 7.1.5.1) + activemodel (7.2.3.1) + activesupport (= 7.2.3.1) + activerecord (7.2.3.1) + activemodel (= 7.2.3.1) + activesupport (= 7.2.3.1) timeout (>= 0.4.0) - activestorage (7.1.5.1) - actionpack (= 7.1.5.1) - activejob (= 7.1.5.1) - activerecord (= 7.1.5.1) - activesupport (= 7.1.5.1) + activestorage (7.2.3.1) + actionpack (= 7.2.3.1) + activejob (= 7.2.3.1) + activerecord (= 7.2.3.1) + activesupport (= 7.2.3.1) marcel (~> 1.0) - activesupport (7.1.5.1) + activesupport (7.2.3.1) base64 benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) logger (>= 1.4.2) - minitest (>= 5.1) - mutex_m + minitest (>= 5.1, < 6) securerandom (>= 0.3) - tzinfo (~> 2.0) + tzinfo (~> 2.0, >= 2.0.5) appraisal (2.5.0) bundler rake @@ -96,6 +92,7 @@ GEM benchmark (0.4.0) bigdecimal (3.1.9) builder (3.3.0) + cgi (0.5.1) chunky_png (1.4.0) concurrent-ruby (1.3.5) connection_pool (2.5.0) @@ -125,8 +122,7 @@ GEM marcel (1.0.4) mini_mime (1.1.5) minitest (5.25.4) - mutex_m (0.3.0) - net-imap (0.4.19) + net-imap (0.6.3) date net-protocol net-pop (0.1.2) @@ -136,15 +132,15 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.18.3-arm64-darwin) + nokogiri (1.19.2-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.3-x86_64-linux-gnu) + nokogiri (1.19.2-x86_64-linux-gnu) racc (~> 1.4) psych (5.1.2) stringio racc (1.8.1) - rack (3.1.12) - rack-session (2.1.0) + rack (3.2.5) + rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) @@ -152,20 +148,20 @@ GEM rackup (2.1.0) rack (>= 3) webrick (~> 1.8) - rails (7.1.5.1) - actioncable (= 7.1.5.1) - actionmailbox (= 7.1.5.1) - actionmailer (= 7.1.5.1) - actionpack (= 7.1.5.1) - actiontext (= 7.1.5.1) - actionview (= 7.1.5.1) - activejob (= 7.1.5.1) - activemodel (= 7.1.5.1) - activerecord (= 7.1.5.1) - activestorage (= 7.1.5.1) - activesupport (= 7.1.5.1) + rails (7.2.3.1) + actioncable (= 7.2.3.1) + actionmailbox (= 7.2.3.1) + actionmailer (= 7.2.3.1) + actionpack (= 7.2.3.1) + actiontext (= 7.2.3.1) + actionview (= 7.2.3.1) + activejob (= 7.2.3.1) + activemodel (= 7.2.3.1) + activerecord (= 7.2.3.1) + activestorage (= 7.2.3.1) + activesupport (= 7.2.3.1) bundler (>= 1.15.0) - railties (= 7.1.5.1) + railties (= 7.2.3.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -173,13 +169,15 @@ GEM rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - railties (7.1.5.1) - actionpack (= 7.1.5.1) - activesupport (= 7.1.5.1) - irb + railties (7.2.3.1) + actionpack (= 7.2.3.1) + activesupport (= 7.2.3.1) + cgi + irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) + tsort (>= 0.2) zeitwerk (~> 2.6) rake (13.2.1) rdoc (6.7.0) @@ -216,8 +214,10 @@ GEM stringio (3.1.0) thor (1.3.1) timeout (0.4.3) + tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + useragent (0.16.11) webrick (1.8.2) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -231,10 +231,11 @@ PLATFORMS DEPENDENCIES appraisal (~> 2.5.0) google-authenticator-rails! + rails (>= 7.2.3.1, < 8) rake (~> 13.0) rspec (~> 3.4.0) simplecov sqlite3 (~> 1.7) BUNDLED WITH - 2.4.10 + 2.7.1 From 78ec247e6add390024b65747bbb0a08050b10db1 Mon Sep 17 00:00:00 2001 From: Jared McFarland Date: Thu, 26 Mar 2026 21:51:47 -0700 Subject: [PATCH 2/2] chore: bump version to 3.5.0 Minor version bump for security dependency updates (Rails 7.2.3.1, rack 3.2.5, nokogiri 1.19.2, rack-session 2.1.1, net-imap 0.6.3). --- lib/google-authenticator-rails/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/google-authenticator-rails/version.rb b/lib/google-authenticator-rails/version.rb index 80eb009..716cef1 100644 --- a/lib/google-authenticator-rails/version.rb +++ b/lib/google-authenticator-rails/version.rb @@ -1,3 +1,3 @@ module GoogleAuthenticatorRails - VERSION = "3.4.3" + VERSION = "3.5.0" end