Skip to content

Commit

Permalink
update thor gem
Browse files Browse the repository at this point in the history
  • Loading branch information
3b7 committed Jan 4, 2021
1 parent 6c76100 commit 8a1123a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/neat/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Neat
VERSION = "4.0.0"
VERSION = "4.0.1"
end
2 changes: 1 addition & 1 deletion neat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake"
s.add_development_dependency "rspec"
s.add_development_dependency "scss_lint", "~> 0.44"
s.add_runtime_dependency "thor", "~> 0.19"
s.add_runtime_dependency "thor", "~> 1.0"
s.authors = [
"Joel Oliveira",
"Joshua Ogle",
Expand Down

0 comments on commit 8a1123a

Please sign in to comment.