Skip to content

Commit

Permalink
hardcoding the gem dependencies at old(er) versions of sinatra, activ…
Browse files Browse the repository at this point in the history
…erecord, and rest-client, back when they played together nicely.
  • Loading branch information
jashkenas committed Mar 31, 2010
1 parent b29ccc2 commit 1ccd40a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloud-crowd.gemspec
Expand Up @@ -27,10 +27,10 @@ Gem::Specification.new do |s|
'--main' << 'README' <<
'--all'

s.add_dependency 'sinatra', ['>= 0.9.4']
s.add_dependency 'activerecord', ['>= 2.3.3']
s.add_dependency 'sinatra', ['~> 0.9']
s.add_dependency 'activerecord', ['~> 2.3']
s.add_dependency 'json', ['>= 1.1.7']
s.add_dependency 'rest-client', ['>= 1.0.3']
s.add_dependency 'rest-client', ['~> 1.0']
s.add_dependency 'right_aws', ['>= 1.10.0']
s.add_dependency 'thin', ['>= 1.2.4']

Expand Down

0 comments on commit 1ccd40a

Please sign in to comment.