From a5aee9ec29501cf2535cb42edb7dbca95e081b8a Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 8 Apr 2014 11:10:10 +0200 Subject: move all dependencies into Gemfile We used to keep them separated so one could require some engines without using the full webapp. We've never really supported this though and probably never will. --- common_dependencies.rb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 common_dependencies.rb (limited to 'common_dependencies.rb') diff --git a/common_dependencies.rb b/common_dependencies.rb deleted file mode 100644 index 2225613..0000000 --- a/common_dependencies.rb +++ /dev/null @@ -1,22 +0,0 @@ -group :test do - # moching and stubing - gem 'mocha', '~> 0.13.0', :require => false - # integration testing - gem 'capybara' - # headless js integration testing - gem 'poltergeist' - # required for save_and_open_page in integration tests - # gem 'launchy' - gem 'fake_braintree' #depends on rspec? - gem 'faker' - gem 'factory_girl_rails' -end - -group :test, :development do - gem 'thin' - gem 'quiet_assets' -end - -group :production do - gem 'SyslogLogger', '~> 2.0' -end -- cgit v1.2.3