Skip to content

Commit

Permalink
chore(deps): update thor requirement from ~> 1.2.1 to >= 1.2.1, < 1.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [thor](https://github.com/rails/thor) to permit the latest version.
- [Release notes](https://github.com/rails/thor/releases)
- [Commits](rails/thor@v1.2.2...v1.3.0)

---
updated-dependencies:
- dependency-name: thor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent 8d4bd6e commit f4a3afe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PATH
memo_wise (>= 1.6, < 1.8)
roda (~> 3.53)
slim (>= 4.1, < 5.2)
thor (~> 1.2.1)
thor (>= 1.2.1, < 1.4.0)
tty-logger (~> 0.6.0)
webrick (>= 1.7, < 1.9)

Expand Down Expand Up @@ -136,7 +136,7 @@ GEM
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.1)
temple (0.10.1)
thor (1.2.2)
thor (1.3.0)
tilt (2.1.0)
tty-color (0.6.0)
tty-logger (0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion statique.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "memo_wise", ">= 1.6", "< 1.8"
spec.add_dependency "roda", "~> 3.53"
spec.add_dependency "slim", ">= 4.1", "< 5.2"
spec.add_dependency "thor", "~> 1.2.1"
spec.add_dependency "thor", ">= 1.2.1", "< 1.4.0"
spec.add_dependency "tty-logger", "~> 0.6.0"
spec.add_dependency "webrick", ">= 1.7", "< 1.9"

Expand Down

0 comments on commit f4a3afe

Please sign in to comment.