Skip to content

Instantly share code, notes, and snippets.

@lightcap
Created August 22, 2011 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lightcap/1161463 to your computer and use it in GitHub Desktop.
Save lightcap/1161463 to your computer and use it in GitHub Desktop.
# A sample Gemfile
source "http://rubygems.org"
gem 'rake', '= 0.8.7'
gem 'mysql', '~> 2.8.1'
gem 'rack', '= 1.1.0'
gem 'rails', '~> 2.3.11'
gem 'authlogic', '= 2.0.14'
gem 'will_paginate', '~> 2.3.15'
gem 'activemerchant', '= 1.4.2', :require => 'active_merchant'
gem 'fastercsv', '~> 1.5.3'
gem 'nokogiri', '~> 1.4.4'
gem 'andand', '~> 1.3.1'
gem 'state_machine', '~> 0.8.0'
gem 'RubyInline', '~> 3.8.3'
gem 'image_science', '~> 1.2.1'
gem 'aws-s3', '~> 0.6.2', :require => 'aws/s3'
gem 'virtus', '~> 0.0.3'
gem 'delayed_job', '~> 1.8.5'
gem 'daemons', '~> 1.1.3'
gem 'soap4r', '~> 1.5.8'
gem 'hoptoad_notifier'
group :development do
gem 'engineyard'
end
group :test do
gem 'factory_girl', '~> 1.3.2'
gem 'test-unit', '~> 2.3.0'
gem 'shoulda', '~> 2.11.3'
gem 'mocha', '~> 0.9.12'
gem 'rcov', '~> 0.9.9'
end
GEM
remote: http://rubygems.org/
specs:
RubyInline (3.8.6)
ZenTest (~> 4.3)
ZenTest (4.6.1)
actionmailer (2.3.14)
actionpack (= 2.3.14)
actionpack (2.3.14)
activesupport (= 2.3.14)
rack (~> 1.1.0)
activemerchant (1.4.2)
activesupport (>= 2.3.2)
builder (>= 2.0.0)
activerecord (2.3.14)
activesupport (= 2.3.14)
activeresource (2.3.14)
activesupport (= 2.3.14)
activesupport (2.3.14)
andand (1.3.1)
authlogic (2.0.14)
activesupport
aws-s3 (0.6.2)
builder
mime-types
xml-simple
builder (3.0.0)
daemons (1.1.4)
delayed_job (1.8.5)
engineyard (1.3.22)
engineyard-serverside-adapter (= 1.4.2)
escape (~> 0.0.4)
highline (~> 1.6.1)
json_pure
net-ssh (~> 2.1.0)
rest-client (~> 1.6.0)
thor (~> 0.14.6)
engineyard-serverside-adapter (1.4.2)
escape (~> 0.0.4)
json_pure
escape (0.0.4)
factory_girl (1.3.3)
fastercsv (1.5.4)
highline (1.6.2)
hoptoad_notifier (2.4.11)
activesupport
builder
httpclient (2.2.1)
image_science (1.2.1)
json_pure (1.5.3)
mime-types (1.16)
mocha (0.9.12)
mysql (2.8.1)
net-ssh (2.1.4)
nokogiri (1.4.7)
rack (1.1.0)
rails (2.3.14)
actionmailer (= 2.3.14)
actionpack (= 2.3.14)
activerecord (= 2.3.14)
activeresource (= 2.3.14)
activesupport (= 2.3.14)
rake (>= 0.8.3)
rake (0.8.7)
rcov (0.9.10)
rest-client (1.6.3)
mime-types (>= 1.16)
shoulda (2.11.3)
soap4r (1.5.8)
httpclient (>= 2.1.1)
state_machine (0.8.1)
test-unit (2.3.2)
thor (0.14.6)
virtus (0.0.7)
will_paginate (2.3.16)
xml-simple (1.1.0)
PLATFORMS
ruby
DEPENDENCIES
RubyInline (~> 3.8.3)
activemerchant (= 1.4.2)
andand (~> 1.3.1)
authlogic (= 2.0.14)
aws-s3 (~> 0.6.2)
daemons (~> 1.1.3)
delayed_job (~> 1.8.5)
engineyard
factory_girl (~> 1.3.2)
fastercsv (~> 1.5.3)
hoptoad_notifier
image_science (~> 1.2.1)
mocha (~> 0.9.12)
mysql (~> 2.8.1)
nokogiri (~> 1.4.4)
rack (= 1.1.0)
rails (~> 2.3.11)
rake (= 0.8.7)
rcov (~> 0.9.9)
shoulda (~> 2.11.3)
soap4r (~> 1.5.8)
state_machine (~> 0.8.0)
test-unit (~> 2.3.0)
virtus (~> 0.0.3)
will_paginate (~> 2.3.15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment