Navigation Menu

Skip to content

Commit

Permalink
upgrade to latest rails 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Mar 30, 2013
1 parent ac927f7 commit 483173c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appscrolls.gemspec
Expand Up @@ -12,9 +12,9 @@ Gem::Specification.new do |s|
s.summary = %q{The App Scrolls is a magical tool to generate new Rails and modify existing Rails applications (coming) to include your favourite, powerful magic.} s.summary = %q{The App Scrolls is a magical tool to generate new Rails and modify existing Rails applications (coming) to include your favourite, powerful magic.}
s.description = s.summary s.description = s.summary


s.add_dependency "activesupport", "~> 3.0" s.add_dependency "bundler", "~> 1.3.4"
s.add_dependency "rails", "~> 3.2.13"
s.add_dependency "i18n" s.add_dependency "i18n"
s.add_dependency "rails", "~> 3.2.2"
s.add_dependency "json", "~> 1.7.0" s.add_dependency "json", "~> 1.7.0"
s.add_dependency "thor" s.add_dependency "thor"
s.add_development_dependency "cucumber" s.add_development_dependency "cucumber"
Expand Down

0 comments on commit 483173c

Please sign in to comment.