Created
October 30, 2011 17:01
-
-
Save veldtmana/1326119 to your computer and use it in GitHub Desktop.
gemfile for mdobozy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source "http://rubygems.org" | |
| source "http://gems.github.com" | |
| gem 'rails', '3.0.10' | |
| gem "rake" | |
| platforms :jruby do | |
| gem 'rmagick4j' | |
| gem "activerecord-jdbc-adapter", "~> 1.2.0" | |
| gem "jdbc-mysql", "~> 5.1.13" | |
| gem 'jruby-openssl' | |
| gem 'nokogiri-happymapper' | |
| gem "torquebox-transactions", "2.x.incremental.584" | |
| end | |
| platforms :ruby do | |
| gem 'nokogiri-happymapper' | |
| gem 'capistrano' | |
| gem 'capistrano-ext', :require => 'capistrano' | |
| gem 'mysql2', '0.2.6' | |
| gem 'simplecov', '>= 0.4.0', :require => false, :group => :test | |
| gem "newrelic_rpm", "~> 3.1.2" | |
| end | |
| gem "meta_where" | |
| gem "activeadmin", "~> 0.3.2" | |
| gem "will_paginate", "3.0.pre2" | |
| gem "aasm" | |
| gem "stateflow" | |
| gem "haml", "~> 3.1.2" | |
| gem "haml-rails", "~> 0.3.4" | |
| gem "sass", "~> 3.1.5" | |
| #gem 'prawn', :git => "git://github.com/sandal/prawn.git", :branch => "master" | |
| gem "prawn_rails", "~> 0.0.7" | |
| gem "ekuseru" | |
| gem "inherited_resources" | |
| gem "devise", "~> 1.4.9" | |
| gem "cancan" | |
| gem "clickatell", "~> 0.8.2" | |
| gem "paperclip", "~> 2.3.16" | |
| group :production do | |
| gem "ssl_requirement" | |
| end | |
| gem "formtastic", "~> 1.2.4" | |
| group :development, :test do | |
| gem "rspec-rails", "~> 2.6.1" | |
| gem "factory_girl_rails", "~> 1.2.0" | |
| gem "fuubar", "~> 0.0.5" | |
| gem 'nokogiri', "~> 1.5.0" | |
| gem 'representative' | |
| end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment