Project

General

Profile

Backport #5299 » Gemfile

dushyanth (Dushyanth Maguluru), 09/09/2011 05:52 AM

 
source 'http://rubygems.org'

gem 'rails', '3.1.0'

gem 'activemerchant', '=1.17.0'
gem 'apollo', '=1.3.0'
gem 'composite_primary_keys', '=4.0.0'
gem 'edouard-rchardet', '=1.3.4.1'
gem 'eventmachine', '=1.0.0.beta.3'
gem 'ezcrypto', '=0.7.2'
gem 'fastercsv', '1.5.4'
gem 'ffi', :git => 'git://github.com/tekwiz/ffi.git',
:branch => 'zerista',
:ref => 'a9b0a9445bf331d44fcd'
gem 'ffi-geos', '=0.0.3'
gem 'free-image', '=0.6.2'
gem 'graticule', '=2.1.0'
gem 'happymapper', '=0.3.2', :path => 'vendor/gems/happymapper-0.3.2'
gem 'i18n', '0.6.0'
gem 'i18n-active_record', :git => 'git://github.com/tekwiz/i18n-active_record.git',
:branch => 'zerista',
:ref => '9707c250792b5da76bbdb1f386ebdae0d2f8f58d',
:require => 'i18n/active_record'
gem 'jquery-rails', '=1.0.13'
gem 'json', '=1.5.4'
gem 'libxml-ruby', '=2.2.2', :require => 'libxml'
gem 'libxslt-ruby', '=1.0.8', :require => 'libxslt'
gem 'rpm_contrib', '=2.1.3'
gem 'newrelic_rpm', '=3.1.1'
gem 'nokogiri', '=1.5.0'
gem 'paperclip', '=2.4.0'
gem 'pg', '=0.11.0'
gem 'proj4rb', '=0.4.3', :require => 'proj4'
gem 'rack', '=1.3.2'
# Needs to be before redis-store
gem 'rack-cache', :git => 'git://github.com/tekwiz/rack-cache.git',
:branch => 'zerista',
:ref => 'a98acba73b7bb27cb07b'
gem 'rails_autolink', '=1.0.2'
gem 'rake', '=0.9.3.beta.1'
gem 'redis', '=2.2.2'
gem 'redis-namespace', '=1.0.2'
gem 'redis-store', :git => 'git://github.com/tekwiz/redis-store.git',
:branch => 'zerista',
:ref => 'b70b9326d08'
gem 'resque', '=1.18.6'
gem 'resque-scheduler', '=1.9.9'
gem 'rpx_now', '=0.6.24'
gem 'rubyzip', '=0.9.4', :require => 'zip/zip'
gem 'savon', '=0.9.7'

gem 'SyslogLogger', '=1.4.0'
gem 'thin', '=1.2.11'
gem 'tweetstream', '=1.0.4'
gem 'tzinfo', '~>0.3.29'
gem 'yui-compressor', '=0.9.6'
gem 'selenium-webdriver', '=2.5.0'

# Windows gems
gem 'rb-readline', '=0.4.1', :platform => 'mingw'
gem 'win32-open3-19', '=0.0.1', :platform => 'mingw'

#group :test do
gem 'mocha', '=0.9.12'
gem 'fakeweb', '=1.3.0'

gem 'simplecov', '0.4.2'
gem 'simplecov-html', '=0.4.4'
#end
(1-1/4)