Skip to content

Commit

Permalink
Unuse Rack 1.6.0.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohiro committed Oct 27, 2014
1 parent 32d63c3 commit d9d2e33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: .
specs:
airplayer (1.0.0)
airplayer (1.0.1)
airplay (~> 1.0.2)
celluloid (= 0.15.2)
celluloid-io (= 0.15.0)
cuba (= 3.1.1)
http (= 0.5.0)
mime-types (~> 2.4.0)
rack
rack (~> 1.5.0)
reel (= 0.4.0)
reel-rack (= 0.1.0)
ruby-progressbar
Expand Down
7 changes: 4 additions & 3 deletions airplayer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ 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 'mime-types', '~> 2.4.0'

spec.add_runtime_dependency 'airplay', '~> 1.0.2'
spec.add_runtime_dependency 'rack', '~> 1.5.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.4.0'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
Expand Down

0 comments on commit d9d2e33

Please sign in to comment.