We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9c0d2 commit c44f692Copy full SHA for c44f692
lib/wordmove/version.rb
@@ -1,3 +1,3 @@
1
module Wordmove
2
- VERSION = "3.2.0".freeze
+ VERSION = "3.2.1".freeze
3
end
wordmove.gemspec
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
33
spec.add_runtime_dependency "colorize", "~> 0.8.1"
34
spec.add_runtime_dependency "dotenv", "~> 2.2.1"
35
spec.add_runtime_dependency "kwalify", "~> 0"
36
- spec.add_runtime_dependency "photocopier", "~> 1.3", ">= 1.3.0"
+ spec.add_runtime_dependency "photocopier", "~> 1.3", ">= 1.3.1"
37
spec.add_runtime_dependency "thor", "~> 0.19.4"
38
39
spec.required_ruby_version = ">= 2.4.0"
0 commit comments