Skip to content

Commit

Permalink
factory_girl 3 requires Ruby >= 1.9.2 so we can't run tests against 1…
Browse files Browse the repository at this point in the history
….8 :(
  • Loading branch information
sferik committed Apr 12, 2012
1 parent 0c914b9 commit a0663c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails_admin.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'database_cleaner'
gem.add_development_dependency 'devise'
gem.add_development_dependency 'dragonfly'
gem.add_development_dependency 'factory_girl'
gem.add_development_dependency 'factory_girl', '~> 2.6'
gem.add_development_dependency 'generator_spec'
gem.add_development_dependency 'launchy'
gem.add_development_dependency 'mini_magick'
Expand Down

0 comments on commit a0663c9

Please sign in to comment.