Skip to content

Commit

Permalink
Using Devise 1.0.9 in the Rails 2 integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Engel committed Feb 5, 2011
1 parent 2e98864 commit e405d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shared/tests/dummy_app.rb
Expand Up @@ -131,7 +131,7 @@ def replace(file, replacement)
gem "mysql2"
gem "authlogic"
gem "devise", "~> #{{2 => "1.0.8", 3 => "1.1.5"}[major_rails_version]}"
gem "devise", "~> #{{2 => "1.0.9", 3 => "1.1.5"}[major_rails_version]}"
gem "rich_cms", :path => File.join(File.dirname(__FILE__), "..", "..", "..")
gem "shoulda"
Expand Down

0 comments on commit e405d1b

Please sign in to comment.