diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-09-16 20:40:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 20:40:12 +0200 |
commit | 75e4bd9413143ee208d00814c728fc2bf0c58cf2 (patch) | |
tree | 102a7f7d72123cc3fb738d53cd568458c8477038 /Gemfile | |
parent | 4de893113b893140d5c48024ca697793d9ab73b2 (diff) |
Bump thor from 0.20.3 to 1.0.1 (#14783)
Bumps [thor](https://github.com/erikhuda/thor) from 0.20.3 to 1.0.1. - [Release notes](https://github.com/erikhuda/thor/releases) - [Changelog](https://github.com/erikhuda/thor/blob/master/CHANGELOG.md) - [Commits](https://github.com/erikhuda/thor/compare/v0.20.3...v1.0.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 6aca1274a..9ce6b18e5 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'pkg-config', '~> 1.4' gem 'puma', '~> 4.3' gem 'rails', '~> 5.2.4.4' gem 'sprockets', '~> 3.7.2' -gem 'thor', '~> 0.20' +gem 'thor', '~> 1.0' gem 'rack', '~> 2.2.3' gem 'thwait', '~> 0.2.0' |