Skip to content

Commit

Permalink
Merge pull request mbleigh#212 from LessonPlanet/master
Browse files Browse the repository at this point in the history
Change gemspec to rails ~> 3.0
  • Loading branch information
artemk committed Jan 6, 2012
2 parents eda9202 + f170fba commit 1ee5a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acts-as-taggable-on.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.email = %q{michael@intridea.com}
gem.homepage = ''

gem.add_runtime_dependency 'rails', '~> 3.1'
gem.add_runtime_dependency 'rails', '~> 3.0'
gem.add_development_dependency 'rspec', '~> 2.5'
gem.add_development_dependency 'ammeter', '~> 0.1.3'
gem.add_development_dependency 'sqlite3'
Expand Down

0 comments on commit 1ee5a6b

Please sign in to comment.