Skip to content

Commit 428c6dc

Browse files
build(deps): bump caxlsx from 4.1.0 to 4.2.0
Bumps [caxlsx](https://github.com/caxlsx/caxlsx) from 4.1.0 to 4.2.0. - [Changelog](https://github.com/caxlsx/caxlsx/blob/master/CHANGELOG.md) - [Commits](caxlsx/caxlsx@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: caxlsx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74a93e5 commit 428c6dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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" # for JSON serialization
1313
gem "bugsnag" # tracking errors in prod
14-
gem "caxlsx", "~> 4.1" # excel spreadsheets - TODO can we remove this version restriction?
14+
gem "caxlsx", "~> 4.2" # 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" # compiles css
1717
gem "delayed_job_active_record"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ GEM
132132
capybara-screenshot (1.0.26)
133133
capybara (>= 1.0, < 4)
134134
launchy
135-
caxlsx (4.1.0)
135+
caxlsx (4.2.0)
136136
htmlentities (~> 4.3, >= 4.3.4)
137137
marcel (~> 1.0)
138138
nokogiri (~> 1.10, >= 1.10.4)
@@ -615,7 +615,7 @@ DEPENDENCIES
615615
byebug
616616
capybara
617617
capybara-screenshot
618-
caxlsx (~> 4.1)
618+
caxlsx (~> 4.2)
619619
caxlsx_rails (~> 0.6.4)
620620
cssbundling-rails (~> 1.4)
621621
database_cleaner-active_record

0 commit comments

Comments
 (0)