Skip to content

Commit

Permalink
Fix the Gemfile and the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mendonça França committed Sep 19, 2012
1 parent 5be3306 commit e9f6805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in active_record-observers.gemspec
gemspec

gem 'active_record_deprecated_finders', git: 'git://github.com/rails/active_record_deprecated_finders'
gem 'activerecord-deprecated_finders', git: 'git://github.com/rails/activerecord-deprecated_finders'
gem 'journey', git: 'https://github.com/rails/journey.git'

if ENV['RAILS']
Expand Down
2 changes: 2 additions & 0 deletions active_record-observers.gemspec
Expand Up @@ -16,6 +16,8 @@ Gem::Specification.new do |gem|
gem.version = ActiveRecord::Observers::VERSION

gem.add_development_dependency 'minitest', '>= 3'
gem.add_development_dependency 'mocha'
gem.add_development_dependency 'activerecord', '~> 4.0.0.beta'
gem.add_development_dependency 'actionmailer', '~> 4.0.0.beta'
gem.add_development_dependency 'sqlite3', '~> 1.3'
end

0 comments on commit e9f6805

Please sign in to comment.