Update caxlsx_rails 0.6.3 → 0.6.4 (minor) #3476
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ caxlsx_rails (0.6.3 → 0.6.4) · Repo · Changelog
Release Notes
0.6.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 59 commits:
Version bump to 0.6.4
Merge pull request #180 from caxlsx/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Fix dependabot
Merge pull request #179 from kiskoza/fix-failing-test
Add dependabot to catch github action warnings
Fix failing tests for Rails 6.0, 6.1, 7.0, 7.1 by pinning down sqlite3 version
Fix failing tests for Rails 4.2 by pinning down bigdecimal and ffi versions
Update README.md
Merge pull request #175 from kiskoza/add-ruby-3.3.0-to-ci
Add Ruby 3.3 to the CI matrix
Merge pull request #174 from ericproulx/remove_test_files
Remove test_files
Merge pull request #173 from Chrisgo-75/rails7_unknown_format_fix
Merge pull request #172 from kiskoza/rails-7-1-support
Edit README troubleshooting section with a new section about Rails 7 unknown format fix
Add Rails 7.1 to the CI matrix
Fix test for Ruby 2.4 using too modern loofah version
Merge pull request #167 from Horki/166-readme-typo
166: README.md; Rename XslxMatchers into XlsxMatchers
Merge pull request #165 from petergoldstein/feature/add_ruby_3_1_and_3_2_to_ci
Add Ruby 3.1 and 3.2 to the CI matrix.
Revert badge changes. Sigh. [skip-ci]
Fix download label [skip-ci]
Add test badge [skip-ci]
Merge pull request #163 from kiskoza/162-template-ending-with-commenty
Run mime enforcing test only on Rails 4.2
Add a new spec to test AxlsxRails::TemplateHandler with a template ending with a comment #162
Cleanup axlsx_builder_spec.rb
Fix broken templates with comments as their last line #162
Merge pull request #164 from kiskoza/cleanup-tests
Exlude incompatible ruby & rails versions and set bundler version
Refactor gitlab job to use rspec instead of a bash script
Add Gemfile to test with Rails 7.0 and fix the test for it
Add Gemfile to test with Rails 6.1 and fix the test for it
Move Rails 6.0 test to rails_app and it's own gemfile
Remove tests for Rails 3.x, 4.0, 4.1
Move Rails 4.2 test to rails_app and it's own gemfile
Move Rails 5.0 test to rails_app and it's own gemfile
Move Rails 5.1 test to rails_app and it's own gemfile
Update tests for Rails 5.2
Merge pull request #159 from timdiggins/github-actions
Merge branch 'master' into github-actions
Merge pull request #160 from tagliala/chore/improve-readme
Switch to https where possible
[ci skip] Remove donations section
[ci skip] Use shields.io badges
[ci skip] Remove trailing whitespaces
update badge
drop travis config
name it better
don't run bundler cache for rails 4.2
fix for rails 5.0
potential fix for rails 4.2 github actions
github actions
fix for caxlsx 3.2.0 (must use 'wb' when writing files)
Merge branch 'master' of https://github.com/caxlsx/caxlsx_rails
Rails 6 testing fix - try 1
Update badges [skip ci]
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands