spec/fixtures/frameworks/rails3/Gemfile in acts_as_archive-0.3.4 vs spec/fixtures/frameworks/rails3/Gemfile in acts_as_archive-0.4.0
- old
+ new
@@ -3,9 +3,11 @@
gem 'active_wrapper-solo'
gem 'mysql2'
gem 'rails', '3.0.3'
gem 'rspec'
+gem 'also_migrate', :path => "../../../../vendor/also_migrate"
+gem 'mover', :path => "../../../../vendor/mover"
gem 'acts_as_archive', :path => "../../../../"
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
\ No newline at end of file