Skip to content

Commit

Permalink
Require correct version of charyf in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryccoo committed Mar 30, 2018
1 parent af0d79d commit 1c8061f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion witai-charyf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "charyf", "~> 0"
spec.add_runtime_dependency "charyf", "~> 0.2"
spec.add_runtime_dependency "wit"

spec.add_development_dependency "bundler", "~> 1.15"
Expand Down

0 comments on commit 1c8061f

Please sign in to comment.