Skip to content

Commit

Permalink
Remove warnings related with mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mendonça França committed Nov 28, 2012
1 parent aa84606 commit 1c02fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ gem 'activerecord-deprecated_finders', git: 'git://github.com/rails/activerecord
gem 'journey', git: 'https://github.com/rails/journey.git'

gem 'rails', git: 'git://github.com/rafaelfranca/rails', branch: 'extract_observers'

gem 'mocha', require: false
1 change: 0 additions & 1 deletion rails-observers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Gem::Specification.new do |gem|
gem.add_dependency 'railties', '~> 4.0.0.beta'

gem.add_development_dependency 'minitest', '>= 3'
gem.add_development_dependency 'mocha'
gem.add_development_dependency 'activerecord', '~> 4.0.0.beta'
gem.add_development_dependency 'activemodel', '~> 4.0.0.beta'
gem.add_development_dependency 'actionmailer', '~> 4.0.0.beta'
Expand Down

0 comments on commit 1c02fcb

Please sign in to comment.