Skip to content

Commit

Permalink
Manage web server dependencies through Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Aug 19, 2012
1 parent 2eb6323 commit 7baa24d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Expand Up @@ -6,6 +6,12 @@ gemspec

gem 'bundler'

group :webservers do
gem 'mongrel', '~> 1.2.beta'
gem 'reel', '>= 0.1.0', :platform => 'ruby_19'
gem 'hatetepe', '~> 0.5'
end

group :guard do
gem 'guard-rspec'
case RbConfig::CONFIG['host_os']
Expand Down
3 changes: 0 additions & 3 deletions webmachine.gemspec
Expand Up @@ -19,9 +19,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency(%q<rspec>, ["~> 2.8.0"])
gem.add_development_dependency(%q<yard>, ["~> 0.7.3"])
gem.add_development_dependency(%q<rake>)
gem.add_development_dependency(%q<mongrel>, ['~>1.2.beta'])
gem.add_development_dependency(%q<reel>, ['>= 0.1.0']) if RUBY_VERSION >= "1.9"
gem.add_development_dependency(%q<hatetepe>, ['~> 0.5'])
gem.add_development_dependency(%q<rack>)
gem.add_development_dependency(%q<rack-test>)

Expand Down

0 comments on commit 7baa24d

Please sign in to comment.