Skip to content

Commit

Permalink
Bump to Thor 1.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
aguynamedryan committed May 9, 2022
1 parent b1d314a commit e10c995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sequelizer/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Sequelizer
# Version for the gem
VERSION = "0.1.2"
VERSION = "0.1.3"
end
2 changes: 1 addition & 1 deletion sequelizer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 12.0'
spec.add_dependency 'sequel', '~> 5.0'
spec.add_dependency 'dotenv', '~> 2.1'
spec.add_dependency 'thor', '~> 0.19'
spec.add_dependency 'thor', '~> 1.0'
spec.add_dependency 'hashie', '~> 3.2'
end

0 comments on commit e10c995

Please sign in to comment.