Skip to content

Commit

Permalink
Update thor requirement from ~> 1.2.2 to >= 1.2.2, < 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 Dec 13, 2023
1 parent e8bdb4c commit fa3782f
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 @@ -5,7 +5,7 @@ PATH
ougai (~> 2.0.0)
pg (~> 1.5.3)
sequel (>= 5.69, < 5.76)
thor (~> 1.2.2)
thor (>= 1.2.2, < 1.4.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -94,7 +94,7 @@ GEM
rbs
syntax_tree (>= 2.0.1)
temple (0.10.1)
thor (1.2.2)
thor (1.3.0)
tilt (2.1.0)
unicode-display_width (2.5.0)

Expand Down
2 changes: 1 addition & 1 deletion pg_easy_replicate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency("ougai", "~> 2.0.0")
spec.add_runtime_dependency("pg", "~> 1.5.3")
spec.add_runtime_dependency("sequel", ">= 5.69", "< 5.76")
spec.add_runtime_dependency("thor", "~> 1.2.2")
spec.add_runtime_dependency("thor", ">= 1.2.2", "< 1.4.0")

# rubocop:disable Gemspec/DevelopmentDependencies
spec.add_development_dependency("prettier_print")
Expand Down

0 comments on commit fa3782f

Please sign in to comment.