Skip to content

Bump thor from 0.20.0 to 0.20.3

NipaNipa requested to merge dependabot/bundler/thor-0.20.3 into master

Bumps thor from 0.20.0 to 0.20.3.

Changelog

Sourced from thor's changelog.

0.20.3

  • Support old versions of did_you_mean.

0.20.2

  • Fix did_you_mean support.

0.20.1

  • Support new versions fo ERB.
  • Fix check_unknown_options! to not check the content that was not parsed, i.e. after a -- or after the first unknown with stop_on_unknown_option!
  • Add did_you_mean support.
Commits
  • 0887bc8 Prepare to 0.20.3
  • 8c1fae2 Merge pull request #637 from y-yagi/add_care_of_old_did_you_mean
  • 846b794 Add care about old version of did_you_mean
  • 7d08952 Prepare to 0.20.2 release
  • 43042c5 Merge pull request #636 from y-yagi/fixes_build
  • 5a1b29a Remove the globally installed gem by rvm
  • be29afe Run command with bundle exec
  • 36c3646 Make sure did_you_mean feature works when the gem is available
  • f9f7488 Prepare to 0.20.1 release
  • b51916c Merge pull request #630 from kddeisz/did-you-mean
  • Additional commits viewable in compare view

Merge request reports