Skip to content

Commit

Permalink
fix appengine dependency to be 1.4.x where x > 0
Browse files Browse the repository at this point in the history
  • Loading branch information
baroquebobcat committed Dec 22, 2010
1 parent 6049cc8 commit 6ad3eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dubious.gemspec
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |s|
s.add_dependency("activesupport")
s.add_dependency("i18n")
s.add_dependency("mirah", ">= 0.0.4")
s.add_dependency("appengine-sdk", "~> 1.3")
s.add_dependency("appengine-sdk", "~> 1.4.0")
end

0 comments on commit 6ad3eb2

Please sign in to comment.