From 19d848a108f3d30a067bb73fb4b95c77b420ce02 Mon Sep 17 00:00:00 2001 From: Jonas Hellmann Date: Fri, 3 Apr 2026 08:19:19 +0000 Subject: [PATCH] Bump dependencies --- Gemfile.lock | 132 +++++++++++++------------- app/controllers/version_controller.rb | 2 +- 2 files changed, 68 insertions(+), 66 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ca56e94..6c64e8d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,29 +2,29 @@ GEM remote: https://rubygems.org/ specs: Ascii85 (2.0.1) - actioncable (8.0.4.1) - actionpack (= 8.0.4.1) - activesupport (= 8.0.4.1) + actioncable (8.0.5) + actionpack (= 8.0.5) + activesupport (= 8.0.5) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (8.0.4.1) - actionpack (= 8.0.4.1) - activejob (= 8.0.4.1) - activerecord (= 8.0.4.1) - activestorage (= 8.0.4.1) - activesupport (= 8.0.4.1) + actionmailbox (8.0.5) + actionpack (= 8.0.5) + activejob (= 8.0.5) + activerecord (= 8.0.5) + activestorage (= 8.0.5) + activesupport (= 8.0.5) mail (>= 2.8.0) - actionmailer (8.0.4.1) - actionpack (= 8.0.4.1) - actionview (= 8.0.4.1) - activejob (= 8.0.4.1) - activesupport (= 8.0.4.1) + actionmailer (8.0.5) + actionpack (= 8.0.5) + actionview (= 8.0.5) + activejob (= 8.0.5) + activesupport (= 8.0.5) mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (8.0.4.1) - actionview (= 8.0.4.1) - activesupport (= 8.0.4.1) + actionpack (8.0.5) + actionview (= 8.0.5) + activesupport (= 8.0.5) nokogiri (>= 1.8.5) rack (>= 2.2.4) rack-session (>= 1.0.1) @@ -32,35 +32,35 @@ GEM rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actiontext (8.0.4.1) - actionpack (= 8.0.4.1) - activerecord (= 8.0.4.1) - activestorage (= 8.0.4.1) - activesupport (= 8.0.4.1) + actiontext (8.0.5) + actionpack (= 8.0.5) + activerecord (= 8.0.5) + activestorage (= 8.0.5) + activesupport (= 8.0.5) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (8.0.4.1) - activesupport (= 8.0.4.1) + actionview (8.0.5) + activesupport (= 8.0.5) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (8.0.4.1) - activesupport (= 8.0.4.1) + activejob (8.0.5) + activesupport (= 8.0.5) globalid (>= 0.3.6) - activemodel (8.0.4.1) - activesupport (= 8.0.4.1) - activerecord (8.0.4.1) - activemodel (= 8.0.4.1) - activesupport (= 8.0.4.1) + activemodel (8.0.5) + activesupport (= 8.0.5) + activerecord (8.0.5) + activemodel (= 8.0.5) + activesupport (= 8.0.5) timeout (>= 0.4.0) - activestorage (8.0.4.1) - actionpack (= 8.0.4.1) - activejob (= 8.0.4.1) - activerecord (= 8.0.4.1) - activesupport (= 8.0.4.1) + activestorage (8.0.5) + actionpack (= 8.0.5) + activejob (= 8.0.5) + activerecord (= 8.0.5) + activesupport (= 8.0.5) marcel (~> 1.0) - activesupport (8.0.4.1) + activesupport (8.0.5) base64 benchmark (>= 0.3) bigdecimal @@ -69,7 +69,7 @@ GEM drb i18n (>= 1.6, < 2) logger (>= 1.4.2) - minitest (>= 5.1, < 6) + minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) @@ -77,7 +77,7 @@ GEM base64 (0.3.0) bcrypt (3.1.22) benchmark (0.5.0) - bigdecimal (4.0.1) + bigdecimal (4.1.0) binding_of_caller (2.0.0) debug_inspector (>= 1.2.0) builder (3.3.0) @@ -96,14 +96,14 @@ GEM erb (6.0.2) erubi (1.13.1) execjs (2.10.0) - ffi (1.17.3-aarch64-linux-gnu) - ffi (1.17.3-aarch64-linux-musl) - ffi (1.17.3-arm-linux-gnu) - ffi (1.17.3-arm-linux-musl) - ffi (1.17.3-arm64-darwin) - ffi (1.17.3-x86_64-darwin) - ffi (1.17.3-x86_64-linux-gnu) - ffi (1.17.3-x86_64-linux-musl) + ffi (1.17.4-aarch64-linux-gnu) + ffi (1.17.4-aarch64-linux-musl) + ffi (1.17.4-arm-linux-gnu) + ffi (1.17.4-arm-linux-musl) + ffi (1.17.4-arm64-darwin) + ffi (1.17.4-x86_64-darwin) + ffi (1.17.4-x86_64-linux-gnu) + ffi (1.17.4-x86_64-linux-musl) globalid (1.3.0) activesupport (>= 6.1) hashery (2.1.2) @@ -137,7 +137,9 @@ GEM net-smtp marcel (1.1.0) mini_mime (1.1.5) - minitest (5.27.0) + minitest (6.0.3) + drb (~> 2.0) + prism (~> 1.5) mysql2 (0.5.7) bigdecimal net-imap (0.6.3) @@ -181,7 +183,7 @@ GEM date stringio racc (1.8.1) - rack (3.2.5) + rack (3.2.6) rack-cors (3.0.0) logger rack (>= 3.0.14) @@ -192,20 +194,20 @@ GEM rack (>= 1.3) rackup (2.3.1) rack (>= 3) - rails (8.0.4.1) - actioncable (= 8.0.4.1) - actionmailbox (= 8.0.4.1) - actionmailer (= 8.0.4.1) - actionpack (= 8.0.4.1) - actiontext (= 8.0.4.1) - actionview (= 8.0.4.1) - activejob (= 8.0.4.1) - activemodel (= 8.0.4.1) - activerecord (= 8.0.4.1) - activestorage (= 8.0.4.1) - activesupport (= 8.0.4.1) + rails (8.0.5) + actioncable (= 8.0.5) + actionmailbox (= 8.0.5) + actionmailer (= 8.0.5) + actionpack (= 8.0.5) + actiontext (= 8.0.5) + actionview (= 8.0.5) + activejob (= 8.0.5) + activemodel (= 8.0.5) + activerecord (= 8.0.5) + activestorage (= 8.0.5) + activesupport (= 8.0.5) bundler (>= 1.15.0) - railties (= 8.0.4.1) + railties (= 8.0.5) rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest @@ -213,9 +215,9 @@ GEM rails-html-sanitizer (1.7.0) loofah (~> 2.25) 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 (8.0.4.1) - actionpack (= 8.0.4.1) - activesupport (= 8.0.4.1) + railties (8.0.5) + actionpack (= 8.0.5) + activesupport (= 8.0.5) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) diff --git a/app/controllers/version_controller.rb b/app/controllers/version_controller.rb index 67a3307..40fb8ff 100644 --- a/app/controllers/version_controller.rb +++ b/app/controllers/version_controller.rb @@ -3,7 +3,7 @@ class VersionController < ApplicationController # GET /version def version - version = '1.5.26' + version = '1.5.27' json_response(version: version) end end