Skip to content

Commit

Permalink
Update and relax deps
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Dec 19, 2018
1 parent 19c568e commit e37a736
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tracksperanto.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "obuf", "~> 1.1"
spec.add_runtime_dependency "tickly", "~> 2.1.6"
spec.add_runtime_dependency "obuf", "~> 1"
spec.add_runtime_dependency "tickly", "~> 2", ">= 2.1.6"
spec.add_runtime_dependency "bychar", "~> 3"
spec.add_runtime_dependency "progressive_io", "~> 1.0"
spec.add_runtime_dependency "flame_channel_parser", "~> 4.0"
spec.add_runtime_dependency "progressive_io", "~> 1"
spec.add_runtime_dependency "flame_channel_parser", "~> 4", ">= 4.1.1"
spec.add_runtime_dependency "progressbar", "0.10.0"
spec.add_runtime_dependency "update_hints", "~> 1.0"
spec.add_runtime_dependency "update_hints", "~> 1"

spec.add_development_dependency "bundler", '~> 1'
spec.add_development_dependency "test-unit", '~> 3'
spec.add_development_dependency "approximately"
spec.add_development_dependency "rake", '~> 10'
spec.add_development_dependency "linebyline"
spec.add_development_dependency "flexmock"
spec.add_development_dependency "cli_test", "~>1.0"
spec.add_development_dependency "cli_test", "~>1"
end

0 comments on commit e37a736

Please sign in to comment.