Skip to content

Commit 14282a7

Browse files
dependabot[bot]compwron
authored andcommitted
build(deps): bump caxlsx from 4.2.0 to 4.4.2
Bumps [caxlsx](https://github.com/caxlsx/caxlsx) from 4.2.0 to 4.4.2. - [Release notes](https://github.com/caxlsx/caxlsx/releases) - [Changelog](https://github.com/caxlsx/caxlsx/blob/master/CHANGELOG.md) - [Commits](caxlsx/caxlsx@v4.2.0...v4.4.2) --- updated-dependencies: - dependency-name: caxlsx dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da65b41 commit 14282a7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem "authtrail" # Track Devise login activity
1111
gem "azure-storage-blob", require: false
1212
gem "blueprinter" # JSON serialization
1313
gem "bugsnag" # Error tracking in production
14-
gem "caxlsx", "~> 4.2" # Excel spreadsheets - TODO can we remove this version restriction?
14+
gem "caxlsx", "~> 4.4" # Excel spreadsheets - TODO can we remove this version restriction?
1515
gem "caxlsx_rails", "~> 0.6.4" # Excel spreadsheets - TODO can we remove this version restriction?
1616
gem "cssbundling-rails", "~> 1.4" # CSS compilation
1717
gem "delayed_job_active_record" # Background job processing

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ GEM
133133
capybara-screenshot (1.0.26)
134134
capybara (>= 1.0, < 4)
135135
launchy
136-
caxlsx (4.2.0)
136+
caxlsx (4.4.2)
137137
htmlentities (~> 4.3, >= 4.3.4)
138138
marcel (~> 1.0)
139139
nokogiri (~> 1.10, >= 1.10.4)
140-
rubyzip (>= 1.3.0, < 3)
140+
rubyzip (>= 2.4, < 4)
141141
caxlsx_rails (0.6.4)
142142
actionpack (>= 3.1)
143143
caxlsx (>= 3.0)
@@ -580,7 +580,7 @@ GEM
580580
ffi (~> 1.12)
581581
logger
582582
ruby2_keywords (0.0.5)
583-
rubyzip (2.4.1)
583+
rubyzip (3.2.2)
584584
sablon (0.4.3)
585585
nokogiri (>= 1.8.5)
586586
rubyzip (>= 1.3.0)
@@ -715,7 +715,7 @@ DEPENDENCIES
715715
byebug
716716
capybara
717717
capybara-screenshot
718-
caxlsx (~> 4.2)
718+
caxlsx (~> 4.4)
719719
caxlsx_rails (~> 0.6.4)
720720
cssbundling-rails (~> 1.4)
721721
database_cleaner-active_record

0 commit comments

Comments
 (0)