Skip to content

Commit

Permalink
fix(dependencies): update thor to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-rom committed Dec 14, 2021
1 parent 7f9018d commit 2598318
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 @@ -66,7 +66,7 @@ GEM
rubocop-ast (1.15.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
thor (0.19.4)
thor (1.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8)
Expand All @@ -86,7 +86,7 @@ DEPENDENCIES
bundler (~> 2.1)
rspec (~> 3.10)
rubocop (~> 1.22)
thor (~> 0.19.1)
thor (~> 1.1.0)
warframe!
yard (~> 0.9.26)

Expand Down
2 changes: 1 addition & 1 deletion warframe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 2.1'
spec.add_development_dependency 'rspec', '~> 3.10'
spec.add_development_dependency 'rubocop', '~> 1.22'
spec.add_development_dependency 'thor', '~> 0.19.1'
spec.add_development_dependency 'thor', '~> 1.1.0'
spec.add_development_dependency 'yard', '~> 0.9.26'
end

0 comments on commit 2598318

Please sign in to comment.