Skip to content

Commit

Permalink
Bump thor from 1.2.2 to 1.3.1
Browse files Browse the repository at this point in the history
Bumps [thor](https://github.com/rails/thor) from 1.2.2 to 1.3.1.
- [Release notes](https://github.com/rails/thor/releases)
- [Commits](rails/thor@v1.2.2...v1.3.1)

---
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] committed Mar 25, 2024
1 parent f27d740 commit 2da0b25
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 @@ -2,7 +2,7 @@ PATH
remote: middleman-cli
specs:
middleman-cli (4.5.1)
thor (>= 0.17.0, < 1.3.0)
thor (>= 0.17.0, < 1.4.0)

PATH
remote: middleman-core
Expand Down Expand Up @@ -219,7 +219,7 @@ GEM
sys-uname (1.2.3)
ffi (~> 1.1)
temple (0.8.2)
thor (1.2.2)
thor (1.3.1)
tilt (2.0.11)
timers (4.0.4)
hitimes
Expand Down
2 changes: 1 addition & 1 deletion middleman-cli/middleman-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.5.0'

# CLI
s.add_dependency('thor', ['>= 0.17.0', '< 1.3.0'])
s.add_dependency('thor', '>= 0.17.0', '< 1.4.0')
end

0 comments on commit 2da0b25

Please sign in to comment.