From 6a6ad9ee7577a87a32f1619f82cb024bf850b2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 22:31:54 +0000 Subject: [PATCH] Bump caxlsx_rails from 0.6.2 to 0.6.3 Bumps [caxlsx_rails](https://github.com/caxlsx/caxlsx_rails) from 0.6.2 to 0.6.3. - [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.2...v0.6.3) --- updated-dependencies: - dependency-name: caxlsx_rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b7355c84c..0ca6f31fc 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "audited", "~> 5.0.1" gem "autoprefixer-rails", "~> 8.2.0" gem "cancancan", "~> 3.3.0" gem "caxlsx", "~> 3.1.0" -gem "caxlsx_rails", "~> 0.6.2" +gem "caxlsx_rails", "~> 0.6.3" gem "ckeditor", "~> 4.3.0" gem "cocoon", "~> 1.2.15" gem "daemons", "~> 1.4.0" diff --git a/Gemfile.lock b/Gemfile.lock index cb4f8f825..e121f7b86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,7 +140,7 @@ GEM marcel (~> 1.0) nokogiri (~> 1.10, >= 1.10.4) rubyzip (>= 1.3.0, < 3) - caxlsx_rails (0.6.2) + caxlsx_rails (0.6.3) actionpack (>= 3.1) caxlsx (>= 3.0) chef-utils (16.4.41) @@ -718,7 +718,7 @@ DEPENDENCIES capybara (~> 3.35.3) capybara-webmock (~> 0.6.0) caxlsx (~> 3.1.0) - caxlsx_rails (~> 0.6.2) + caxlsx_rails (~> 0.6.3) ckeditor (~> 4.3.0) cocoon (~> 1.2.15) coveralls (~> 0.8.23)