Merge pull request #3398 from zzakcanncode/bump_observers

Bump rails-observers to master version.
This commit is contained in:
Sam 2015-04-28 07:51:45 +10:00
commit 531fd97957
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ end
if rails_master?
gem 'arel', git: 'https://github.com/rails/arel.git'
gem 'rails', git: 'https://github.com/rails/rails.git'
gem 'rails-observers', git: 'https://github.com/SamSaffron/rails-observers.git'
gem 'rails-observers', git: 'https://github.com/rails/rails-observers.git'
gem 'seed-fu', git: 'https://github.com/SamSaffron/seed-fu.git', branch: 'discourse'
else
gem 'seed-fu', '~> 2.3.3'