Skip to content

Commit

Permalink
Use Rails master since the extraction was merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mendonça França committed Nov 29, 2012
1 parent 2450bd2 commit bd09947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in active_record-observers.gemspec # Specify your gem's dependencies in active_record-observers.gemspec
gemspec gemspec


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


gem 'rails', git: 'git://github.com/rafaelfranca/rails', branch: 'extract_observers' gem 'rails', github: 'rails/rails', branch: 'master'


gem 'mocha', require: false gem 'mocha', require: false

0 comments on commit bd09947

Please sign in to comment.