diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-19 11:07:37 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 11:07:37 +0900 |
commit | a1c14eb076da4bf85a7d817833c4ddaad7c04114 (patch) | |
tree | 9eadbf989015af94b06c8efd01bde1b5a49d3c0c /Gemfile | |
parent | 987299e0d1b5a76e6bde97e9c46fdb9fbc38e32b (diff) |
Bump thor from 1.1.0 to 1.2.1 (#17250)
Bumps [thor](https://github.com/rails/thor) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/rails/thor/releases) - [Commits](https://github.com/rails/thor/compare/v1.1.0...v1.2.1) --- updated-dependencies: - dependency-name: thor dependency-type: direct:production update-type: version-update:semver-minor ... 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 57e4a2129..331dcfe97 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rexml', '~> 3.2' gem 'puma', '~> 5.5' gem 'rails', '~> 6.1.4' gem 'sprockets', '~> 3.7.2' -gem 'thor', '~> 1.1' +gem 'thor', '~> 1.2' gem 'rack', '~> 2.2.3' gem 'hamlit-rails', '~> 0.2' |