Skip to content

Commit

Permalink
Lock version of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohiro committed Sep 17, 2014
1 parent f71b86b commit 287076a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
13 changes: 8 additions & 5 deletions Gemfile.lock
Expand Up @@ -3,18 +3,21 @@ PATH
specs:
airplayer (0.1.0)
airplay (~> 1.0.2)
http (~> 0.5.0)
celluloid (= 0.15.2)
celluloid-io (= 0.15.0)
cuba (= 3.1.1)
http (= 0.5.0)
mime-types (= 2.0)
rack
reel (~> 0.4.0)
reel-rack (~> 0.1.0)
reel (= 0.4.0)
reel-rack (= 0.1.0)
ruby-progressbar
thor

GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.2.7)
CFPropertyList (2.2.8)
airplay (1.0.3)
CFPropertyList (~> 2.2.0)
celluloid (>= 0.15.0)
Expand Down Expand Up @@ -103,7 +106,7 @@ GEM
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
ruby-progressbar (1.4.2)
ruby-progressbar (1.5.1)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
Expand Down
9 changes: 6 additions & 3 deletions airplayer.gemspec
Expand Up @@ -20,9 +20,12 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'thor'
spec.add_runtime_dependency 'ruby-progressbar'
spec.add_runtime_dependency 'rack'
spec.add_runtime_dependency 'http', '~> 0.5.0'
spec.add_runtime_dependency 'reel', '~> 0.4.0'
spec.add_runtime_dependency 'reel-rack', '~> 0.1.0'
spec.add_runtime_dependency 'http', '= 0.5.0'
spec.add_runtime_dependency 'reel', '= 0.4.0'
spec.add_runtime_dependency 'reel-rack', '= 0.1.0'
spec.add_runtime_dependency 'celluloid', '= 0.15.2'
spec.add_runtime_dependency 'celluloid-io', '= 0.15.0'
spec.add_runtime_dependency 'cuba', '= 3.1.1'
spec.add_runtime_dependency 'airplay', '~> 1.0.2'
spec.add_runtime_dependency 'mime-types', '= 2.0'

Expand Down

0 comments on commit 287076a

Please sign in to comment.