Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Bump stringex dependency to ~> 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Odin Dutton and Sebastian Korfmann authored and twe4ked committed Aug 1, 2012
1 parent fdb91e4 commit c79683a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm-types.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency('bcrypt-ruby', '~> 3.0.0') gem.add_runtime_dependency('bcrypt-ruby', '~> 3.0.0')
gem.add_runtime_dependency('fastercsv', '~> 1.5.4') gem.add_runtime_dependency('fastercsv', '~> 1.5.4')
gem.add_runtime_dependency('multi_json', '~> 1.3.2') gem.add_runtime_dependency('multi_json', '~> 1.3.2')
gem.add_runtime_dependency('stringex', '~> 1.3.0') gem.add_runtime_dependency('stringex', '~> 1.4')
gem.add_runtime_dependency('uuidtools', '~> 2.1.2') gem.add_runtime_dependency('uuidtools', '~> 2.1.2')


gem.add_development_dependency('rake', '~> 0.9.2') gem.add_development_dependency('rake', '~> 0.9.2')
Expand Down

0 comments on commit c79683a

Please sign in to comment.