Skip to content

Commit

Permalink
Refine the unicode_utils dependency [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed May 13, 2013
1 parent 495ffe7 commit daa5918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petrovich.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 1.9.1"
s.files = Dir["{lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency "unicode_utils", "1.4.0"
s.add_dependency "unicode_utils", "~> 1.4"
s.add_development_dependency "rspec"
s.add_development_dependency "gem-release", "~> 0.4.1"
end

0 comments on commit daa5918

Please sign in to comment.