From dd989aa58b7000a04e23a504ad1186a00179e106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 05:24:10 +0000 Subject: [PATCH] build(deps): bump caxlsx_rails from 0.6.4 to 0.7.1 Bumps [caxlsx_rails](https://github.com/caxlsx/caxlsx_rails) from 0.6.4 to 0.7.1. - [Release notes](https://github.com/caxlsx/caxlsx_rails/releases) - [Changelog](https://github.com/caxlsx/caxlsx_rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/caxlsx/caxlsx_rails/compare/v0.6.4...v0.7.1) --- updated-dependencies: - dependency-name: caxlsx_rails dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 5cb072a0a7..2fc6a1661c 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "azure-storage-blob", require: false gem "blueprinter" # JSON serialization gem "bugsnag" # Error tracking in production gem "caxlsx", "~> 4.4" # Excel spreadsheets - TODO can we remove this version restriction? -gem "caxlsx_rails", "~> 0.6.4" # Excel spreadsheets - TODO can we remove this version restriction? +gem "caxlsx_rails", "~> 0.7.1" # Excel spreadsheets - TODO can we remove this version restriction? gem "cssbundling-rails", "~> 1.4" # CSS compilation gem "delayed_job_active_record" # Background job processing gem "devise" # Authentication diff --git a/Gemfile.lock b/Gemfile.lock index 612fffe621..cf049254d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -138,9 +138,9 @@ GEM marcel (~> 1.0) nokogiri (~> 1.10, >= 1.10.4) rubyzip (>= 2.4, < 4) - caxlsx_rails (0.6.4) - actionpack (>= 3.1) - caxlsx (>= 3.0) + caxlsx_rails (0.7.1) + actionpack (>= 6.1) + caxlsx (>= 4.0) cgi (0.5.1) childprocess (5.1.0) logger (~> 1.5) @@ -717,7 +717,7 @@ DEPENDENCIES capybara capybara-screenshot caxlsx (~> 4.4) - caxlsx_rails (~> 0.6.4) + caxlsx_rails (~> 0.7.1) cssbundling-rails (~> 1.4) database_cleaner-active_record delayed_job_active_record