fulmar.gemspec in fulmar-1.7.0 vs fulmar.gemspec in fulmar-1.7.1

- old
+ new

@@ -19,10 +19,10 @@ spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.7' spec.add_runtime_dependency 'rake', '~>10' - spec.add_runtime_dependency 'rugged', '~>0' + spec.add_runtime_dependency 'rugged', '~>0', '<=0.22.1' spec.add_runtime_dependency 'mysql2', '~>0.3' spec.add_runtime_dependency 'fulmar-shell', '~>1', '>=1.4.0' spec.add_runtime_dependency 'ruby_wings', '~>0.1', '>=0.1.1' spec.add_runtime_dependency 'colorize', '~>0' end