]> cat aescling's git repositories - mastodon.git/commitdiff
Bump thor from 1.1.0 to 1.2.1 (#17250)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 19 Jan 2022 02:07:37 +0000 (11:07 +0900)
committerGitHub <noreply@github.com>
Wed, 19 Jan 2022 02:07:37 +0000 (11:07 +0900)
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>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 57e4a2129196496f957d804e07b5c69e0fe6dbf4..331dcfe9768aa0c5ab7c4f5b8a11bacd88c4c46e 100644 (file)
--- 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'
index bad228b780ad87438a003592a99d751f0b4cd68f..7db2b800d7aa3257872ba77874e217103cfcd579 100644 (file)
@@ -615,7 +615,7 @@ GEM
       unicode-display_width (>= 1.1.1, < 3)
     terrapin (0.6.0)
       climate_control (>= 0.0.3, < 1.0)
-    thor (1.1.0)
+    thor (1.2.1)
     thwait (0.2.0)
       e2mmap
     tilt (2.0.10)
@@ -794,7 +794,7 @@ DEPENDENCIES
   stackprof
   stoplight (~> 2.2.1)
   strong_migrations (~> 0.7)
-  thor (~> 1.1)
+  thor (~> 1.2)
   tty-prompt (~> 0.23)
   twitter-text (~> 3.1.0)
   tzinfo-data (~> 1.2021)