Merge pull request #3398 from zzakcanncode/bump_observers
Bump rails-observers to master version.
This commit is contained in:
commit
531fd97957
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue