Skip to content

Commit

Permalink
Needs rails > 3 not rails > 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaspers committed Jan 14, 2013
1 parent 4cae748 commit 08927af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spreadsheet_on_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", "~> 3.2.1"
s.add_dependency "rails", "=> 3.0.1"
s.add_dependency "spreadsheet"

s.add_development_dependency "sqlite3"
Expand Down

0 comments on commit 08927af

Please sign in to comment.