Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Update gem dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Dec 10, 2013
1 parent 9463fdf commit 2548ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genghisapp.gemspec
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |gem|
gem.add_dependency 'vegas', '~> 0.1.8'
gem.add_dependency 'sinatra', '>= 1.3.3', '< 1.5.0'
gem.add_dependency 'sinatra-contrib', '>= 1.3.1', '< 1.5.0'
gem.add_dependency 'sinatra-mustache', '>= 0.0.4', '< 0.2.0'
gem.add_dependency 'mongo', '>= 1.8.0', '<= 1.9.0'
gem.add_dependency 'sinatra-mustache', '>= 0.0.4', '< 0.4.0'
gem.add_dependency 'mongo', '>= 1.8.0', '<= 1.9.2'
gem.add_dependency 'json', '>= 1.7.0', '< 1.9.0'

gem.add_development_dependency 'rake'
Expand Down

0 comments on commit 2548ac6

Please sign in to comment.