diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-19 14:30:46 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-19 14:30:46 +0000 |
commit | 9315039e0a95b0234b7736f359fc039550f45e08 (patch) | |
tree | a96bd2888004e027b5e460066c3e8e42d8e6e559 /config/environments | |
parent | 37575f27feb19396671e6760b578265f841de733 (diff) | |
download | redmine-9315039e0a95b0234b7736f359fc039550f45e08.tar.gz redmine-9315039e0a95b0234b7736f359fc039550f45e08.zip |
Use Bundler for gem management (#5638).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8904 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/test.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index 79ee6af96..4ce45527a 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -23,7 +23,3 @@ config.action_controller.session = { # Skip protect_from_forgery in requests http://m.onkey.org/2007/9/28/csrf-protection-for-your-existing-rails-application config.action_controller.allow_forgery_protection = false - -config.gem "shoulda", :version => "~> 2.10.3" -config.gem "edavis10-object_daddy", :lib => "object_daddy" -config.gem "mocha" |