Remove rails-observers
We deleted all the observers, so now we can delete this too!
This commit is contained in:
parent
a4a0188b1b
commit
298404208f
3 changed files with 0 additions and 7 deletions
4
Gemfile
4
Gemfile
|
@ -66,10 +66,6 @@ gem 'sass-rails', '~> 5.0', '>= 5.0.7'
|
||||||
gem 'compass-rails', '~> 3.1'
|
gem 'compass-rails', '~> 3.1'
|
||||||
gem 'uglifier', '~> 4.2'
|
gem 'uglifier', '~> 4.2'
|
||||||
|
|
||||||
# Backfills for old Rails behaviors
|
|
||||||
# TODO: Would be nice to become canonical and not need these!
|
|
||||||
gem 'rails-observers', '~> 0.1.5'
|
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'capistrano', '~> 2.15.5', require: false
|
gem 'capistrano', '~> 2.15.5', require: false
|
||||||
gem 'rvm-capistrano', '~> 1.5.6', require: false
|
gem 'rvm-capistrano', '~> 1.5.6', require: false
|
||||||
|
|
|
@ -180,8 +180,6 @@ GEM
|
||||||
rails-i18n (4.0.9)
|
rails-i18n (4.0.9)
|
||||||
i18n (~> 0.7)
|
i18n (~> 0.7)
|
||||||
railties (~> 4.0)
|
railties (~> 4.0)
|
||||||
rails-observers (0.1.5)
|
|
||||||
activemodel (>= 4.0)
|
|
||||||
railties (4.1.16)
|
railties (4.1.16)
|
||||||
actionpack (= 4.1.16)
|
actionpack (= 4.1.16)
|
||||||
activesupport (= 4.1.16)
|
activesupport (= 4.1.16)
|
||||||
|
@ -308,7 +306,6 @@ DEPENDENCIES
|
||||||
rack-attack (~> 2.2.0)
|
rack-attack (~> 2.2.0)
|
||||||
rails (= 4.1.16)
|
rails (= 4.1.16)
|
||||||
rails-i18n (~> 4.0, >= 4.0.9)
|
rails-i18n (~> 4.0, >= 4.0.9)
|
||||||
rails-observers (~> 0.1.5)
|
|
||||||
rdiscount (~> 1.6.5)
|
rdiscount (~> 1.6.5)
|
||||||
react-rails (~> 2.7, >= 2.7.1)
|
react-rails (~> 2.7, >= 2.7.1)
|
||||||
resque (~> 1.23.0)
|
resque (~> 1.23.0)
|
||||||
|
|
BIN
vendor/cache/rails-observers-0.1.5.gem
vendored
BIN
vendor/cache/rails-observers-0.1.5.gem
vendored
Binary file not shown.
Loading…
Reference in a new issue