Skip to content

Commit

Permalink
added rails-observers gem as in rails 4 it was taken out of core.
Browse files Browse the repository at this point in the history
  • Loading branch information
ifeins committed Apr 9, 2014
1 parent 4911727 commit c74e566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -5,6 +5,7 @@ gem 'jbuilder', '~> 2.0'
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'spring', group: :development
gem 'jquery-rails'
gem 'rails-observers', '~> 0.1.2'
gem 'rails_12factor', group: :production # for heroku

# assets
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -172,6 +172,8 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.0)
sprockets-rails (~> 2.0)
rails-observers (0.1.2)
activemodel (~> 4.0)
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
Expand Down Expand Up @@ -251,6 +253,7 @@ DEPENDENCIES
pg
pusher
rails (= 4.1.0)
rails-observers (~> 0.1.2)
rails_12factor
sass-rails (~> 4.0.3)
sdoc (~> 0.4.0)
Expand Down

0 comments on commit c74e566

Please sign in to comment.