fog / fog-core

fog's core, shared behaviors without API and provider specifics
MIT License
45 stars 95 forks source link

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

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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)
attilagyorffy commented 2 years ago

@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 commented 2 years ago

@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 commented 2 years ago

@geemus Thanks for the quick action. Much appreciated.