Skip to content

Commit

Permalink
Upgrade to the newest version of Sinatra
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeledet committed Oct 7, 2011
1 parent 4d0744b commit e78fd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-crowd.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
'--main' << 'README' << '--main' << 'README' <<
'--all' '--all'


s.add_dependency 'sinatra', ['>= 1.0'] s.add_dependency 'sinatra', ['~> 1.3.1']
s.add_dependency 'activerecord', ['~> 2.3'] s.add_dependency 'activerecord', ['~> 2.3']
s.add_dependency 'json', ['>= 1.1.7'] s.add_dependency 'json', ['>= 1.1.7']
s.add_dependency 'rest-client', ['>= 1.4'] s.add_dependency 'rest-client', ['>= 1.4']
Expand Down

0 comments on commit e78fd74

Please sign in to comment.