Rakefile in i18n_rails_helpers-0.7.0 vs Rakefile in i18n_rails_helpers-0.7.1

- old
+ new

@@ -24,10 +24,10 @@ s.require_path = 'lib' s.files = %w(MIT-LICENSE README.markdown Rakefile) + Dir.glob("{lib,test,rails,config}/**/*") # Runtime dependencies: When installing i18n_rails_helpers these will be checked if they are installed. # Will be offered to install these if they are not already installed. - s.add_dependency 'activemodel' + s.add_dependency 'activerecord' s.add_dependency 'i18n' end Jeweler::GemcutterTasks.new rescue LoadError \ No newline at end of file