From e67272a974c494471c51a1dd05ce0fad04a15d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Aug 2021 13:53:02 +0000 Subject: [PATCH] Bump caxlsx from 3.0.4 to 3.1.0 Bumps [caxlsx](https://github.com/caxlsx/caxlsx) from 3.0.4 to 3.1.0. - [Release notes](https://github.com/caxlsx/caxlsx/releases) - [Changelog](https://github.com/caxlsx/caxlsx/blob/master/CHANGELOG.md) - [Commits](https://github.com/caxlsx/caxlsx/compare/v.3.0.4...v3.1.0) --- updated-dependencies: - dependency-name: caxlsx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2189f4ecb..5f827ebed 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "ancestry", "~> 3.2.1" gem "audited", "~> 5.0.1" gem "autoprefixer-rails", "~> 8.2.0" gem "cancancan", "~> 3.3.0" -gem "caxlsx", "~> 3.0.4" +gem "caxlsx", "~> 3.1.0" gem "caxlsx_rails", "~> 0.6.2" gem "ckeditor", "~> 4.3.0" gem "cocoon", "~> 1.2.15" diff --git a/Gemfile.lock b/Gemfile.lock index a592a44a1..3e3d1190f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,9 +128,9 @@ GEM rexml (>= 3.2) selenium-webdriver (~> 3.0) webrick (>= 1.7) - caxlsx (3.0.4) + caxlsx (3.1.0) htmlentities (~> 4.3, >= 4.3.4) - mimemagic (~> 0.3) + marcel (~> 1.0) nokogiri (~> 1.10, >= 1.10.4) rubyzip (>= 1.3.0, < 3) caxlsx_rails (0.6.2) @@ -717,7 +717,7 @@ DEPENDENCIES capistrano3-puma (~> 5.0.4) capybara (~> 3.35.3) capybara-webmock (~> 0.6.0) - caxlsx (~> 3.0.4) + caxlsx (~> 3.1.0) caxlsx_rails (~> 0.6.2) ckeditor (~> 4.3.0) cocoon (~> 1.2.15)