source 'https://rubygems.org'!
!
gem 'rails', '~> 2.3.18'!
gem 'rake', '~> 0.9.2'!
gem 'rdoc'!
gem 'rake-confirm'!
!
gem 'mysql'!
gem "mysql_retry_lost_connection"!
gem 'acts_as_paranoid', :github => 'paperboy-30days/acts_as_paranoid'!
gem 'passenger', '~> 3.0'!
gem 'memcache-client', :require => 'memcache'!
gem 'system_timer'!
gem 'yajl-ruby', :require => 'yajl'!
gem 'will_paginate', '~> 2.3'!
gem 'mail'!
!
gem 'sass'!
gem 'compass-rails'!
!
gem 'osaipo_client', :git => '
[email protected]:paperboy-all/
osaipo_client.git', :branch => 'legacy'!
gem 'jugem_client', :git => '
[email protected]:paperboy-all/
jugem_client.git'!
gem 'ppb_footer', :github => 'paperboy-all/ppb_footer'!
We extracted some plugins, acts_as_paranoid was put vendor/plugin folder, now
we moved on our github organization. and we moved our external service client
in library folder to organization folder.