Skip to content

Commit

Permalink
Add sqlite3 and mocha as development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Sep 5, 2012
1 parent f4a66be commit 189e849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -4,6 +4,5 @@ source 'https://rubygems.org'
gem 'rails', path: '~/code/rails'
gem 'activerecord-deprecated_finders', git: 'git://github.com/rails/activerecord-deprecated_finders'
gem 'journey', git: 'git://github.com/rails/journey'
gem 'mocha'

gemspec
3 changes: 3 additions & 0 deletions protected_attributes.gemspec
Expand Up @@ -21,4 +21,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "activerecord", ">= 4.0.0.beta", "< 5.0"
gem.add_dependency "actionpack", ">= 4.0.0.beta", "< 5.0"
gem.add_dependency "railties", ">= 4.0.0.beta", "< 5.0"

gem.add_development_dependency "sqlite3"
gem.add_development_dependency "mocha"
end

0 comments on commit 189e849

Please sign in to comment.