Bump rails-observers to master version.

876c522184
Has the patched applied on SamSaffron/rails-observers.
This commit is contained in:
Arthur Neves
2015-04-24 15:43:25 -04:00
parent e17ea2e787
commit a9b2483277

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'