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

Update formatador requirement from ~> 0.2 to >= 0.2, < 2.0 #274

Merged
merged 1 commit into from
Jan 21, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2022

Updates the requirements on formatador to permit the latest version.

Changelog

Sourced from formatador's changelog.

v1.0.0 01/20/21

release v1, it's been stable for ages

v0.3.0 06/17/21

add travis badge to readme change readme to md fix markdown readme fix travis badge monkey-patch StringIO to try and fix jruby build override tty? for jruby build fix copyright statement use unicode.width instead of string.length remove unicode from requirements, use only if loaded display datum who's value is a FalseClass more colors with syntax-specific code/length limitations better code visualization in readme update readme remove broken rubinius build from CI fix length method to detect multibyte char width fix test for table with multi byte chars support multibyte characters update CI to 2.2.7, 2.3.4, and 2.4.1 drop rubyforge_project from gemspec and rakefile change github reference to https change readme.rdoc to readme.md in gemspec

v0.2.5 05/23/14

  • fix typo in readme
  • ensure indent is reset
  • add progress bar object
  • improve thread safety for progress bar

v0.2.4 10/26/12

  • sort background colors higher
  • fix homepage link in gem metadata

v0.2.3 05/18/12

  • fix nested hashes to allow for keys which contain periods

v0.2.2 05/16/12

... (truncated)

Commits
  • 90b036a Release 1.0.0
  • 08ec643 v1.0.0
  • 8de510e Merge pull request #41 from ytkg/fix-testing-multibyte-charcters
  • d097afd Fix description
  • a5d3290 Merge pull request #40 from geemus/dependabot/github_actions/actions/stale-4.1.0
  • 8b2dcee Bump actions/stale from 3 to 4.1.0
  • f2a3879 add github actions, drop travis config
  • 3ac124d v0.3.0
  • 9b0cc8c Merge pull request #36 from mikoto2000/fix_rake_build_failed
  • 8aa25e8 Modified README.rdoc to README.md in gemspec.
  • Additional commits viewable in compare view

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)

Updates the requirements on [formatador](https://github.com/geemus/formatador) to permit the latest version.
- [Release notes](https://github.com/geemus/formatador/releases)
- [Changelog](https://github.com/geemus/formatador/blob/master/changelog.txt)
- [Commits](geemus/formatador@v0.2.0...v1.0.0)

---
updated-dependencies:
- dependency-name: formatador
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 21, 2022
@geemus geemus merged commit 940897c into master Jan 21, 2022
@geemus geemus deleted the dependabot/bundler/formatador-gte-0.2-and-lt-2.0 branch January 21, 2022 13:05
@attilagyorffy
Copy link

@geemus I would really appreciate a new patch-level release of this changes if possible please. Currently we have to point the gem dependency to the GitHub repository because the version released on RubyGems still depended a fairly outdated version of formatador which conflicts with one of our other dependencies. Thank you in advance.

@geemus
Copy link
Member

geemus commented Mar 8, 2022

@attilagyorffy Of course. I probably should have thought to do that when I did this bump, but it slipped my mind. In any event, v2.3.0 is now out with this and some other minor tweaks. Thanks for the nudge.

@attilagyorffy
Copy link

@geemus Thanks for the quick action. Much appreciated.

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.

2 participants