Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump caxlsx_rails from 0.6.2 to 0.6.3 #1820

Merged
merged 2 commits into from
Mar 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2022

Bumps caxlsx_rails from 0.6.2 to 0.6.3.

Changelog

Sourced from caxlsx_rails's changelog.

Change log

March 8, 2022: 0.6.3 release

December 18, 2019: 0.6.2 release

  • Release under caxlsx_rails

December 18, 2019: 0.6.1 release

  • Deprecate axlsx_rails name, release under caxlsx_rails
  • Switch to using caxlsx 3.0 gem

September 5, 2019: 0.6.0 release

  • Improved Rails 6.0 compatibility re MIME type

May 1st, 2018: 0.5.2 release

  • Improved Rails 5 compatibility re MIME type

March 29th, 2017: 0.5.1 release

July 26st, 2016: 0.5.0 release

  • Support for Rails 5
  • Tested on on Rails 4.0, 4.1, 4.2, and 5.0
  • Bug fixes for unreadable files and UTF-8 errors

July 13th, 2015: 0.4.0 release

  • Support for Rails 4.2
  • Removal of forced default_formats (url format must match)
  • Tested only on Rails 4.1 and 4.2
  • For Rails 3.2 or below, use 0.3.0

November 20th, 2014: 0.3.0 release

  • Support for Rails 4.2.beta4.
  • Removal of shorthand template syntax (render xlsx: 'another/directory')

September 4, 2014: 0.2.1 release

  • Rails 4.2.beta1 no longer includes responder. This release checks for the existence of responder before configuring a default responder.
  • Rails 4.2 testing, though not yet on Travis CI

... (truncated)

Commits
  • f848d8f Version bump 0.6.3 [skip ci]
  • 157c082 Merge pull request #153 from pwim/patch-1
  • fc159e6 Specify license in gemspec
  • 560af15 Merge pull request #152 from egallup02360/patch-1
  • f0df9fb Fix typo: ActoinView => ActionView
  • fa1ad7c Merge pull request #149 from Liboul/liboul/dont-publish-spec-files-to-rubygem...
  • 05655c2 Do not publish spec files to rubygems
  • ab5bad3 Merge pull request #143 from akshatkedia/patch-1
  • cc72ba0 Fix example links
  • 3a26240 Add plain text return to troubleshooting [skip ci]
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 8, 2022
@dependabot dependabot bot force-pushed the dependabot/bundler/caxlsx_rails-0.6.3 branch from a76dfeb to c9ae6dd Compare March 10, 2022 10:30
@codecov-commenter
Copy link

codecov-commenter commented Mar 10, 2022

Codecov Report

Merging #1820 (c9ae6dd) into master (99383ad) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1820      +/-   ##
==========================================
- Coverage   89.62%   89.61%   -0.02%     
==========================================
  Files         399      399              
  Lines        8666     8666              
  Branches     1258     1258              
==========================================
- Hits         7767     7766       -1     
- Misses        718      719       +1     
  Partials      181      181              
Impacted Files Coverage Δ
app/forms/product_form.rb 97.01% <0.00%> (-1.50%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 99383ad...c9ae6dd. Read the comment docs.

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](caxlsx/caxlsx_rails@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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/caxlsx_rails-0.6.3 branch from c9ae6dd to 0812556 Compare March 10, 2022 10:44
@opss-bot opss-bot temporarily deployed to review-app-1820 March 10, 2022 14:11 Inactive
@slorek slorek merged commit 4e73fb1 into master Mar 10, 2022
@slorek slorek deleted the dependabot/bundler/caxlsx_rails-0.6.3 branch March 10, 2022 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants