Skip to content

Commit

Permalink
Move mongo_mapper out of :server group in gemfile because we don't care
Browse files Browse the repository at this point in the history
if mongo_mapper can't be installed on forge anymore.
  • Loading branch information
AndrewVos committed Apr 10, 2012
1 parent 58a5b3f commit ee2503e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@ source "http://rubygems.org"

# Specify your gem's dependencies in wally.gemspec
gemspec

group :server do
gem "mongo_mapper"
gem "bson_ext"
end
2 changes: 2 additions & 0 deletions wally.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "rdiscount"
s.add_runtime_dependency "gherkin"
s.add_runtime_dependency "komainu"
s.add_runtime_dependency "mongo_mapper"
s.add_runtime_dependency "bson_ext"

s.add_development_dependency "cucumber"
s.add_development_dependency "capybara"
Expand Down

0 comments on commit ee2503e

Please sign in to comment.