Skip to content

Instantly share code, notes, and snippets.

@lcx
Created April 19, 2013 10:42
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 lcx/5419573 to your computer and use it in GitHub Desktop.
Save lcx/5419573 to your computer and use it in GitHub Desktop.
Gemfile for zeus issue #134 of project without issues
source 'https://rubygems.org'
gem 'rails', '3.2.11'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
gem 'execjs'
gem 'therubyracer'
end
group :development do
# gem 'sqlite3'
# gem 'mongrel'
gem 'capistrano'
gem 'capistrano-ext'
gem "rspec-rails", ">= 2.9.0.rc2"
gem "factory_girl_rails", ">= 3.1.0"
gem "nifty-generators"
gem 'debugger'
gem 'thin'
end
group :test do
gem 'debugger'
gem "rspec-rails", ">= 2.9.0.rc2"
gem "factory_girl_rails", ">= 3.1.0"
gem "email_spec", ">= 1.2.1"
gem "cucumber-rails", ">= 1.3.0"
gem "capybara", ">= 1.1.2"
gem "database_cleaner", ">= 0.7.2"
gem "launchy", ">= 2.1.0"
gem "shoulda"
end
gem "mysql2", "~> 0.3.11"
gem 'awesome_print', :require=>"ap"
gem 'jquery-rails'
gem "devise", ">= 2.1.0.rc"
gem "cancan", ">= 1.6.7"
gem "rolify", ">= 3.1.0"
gem "bootstrap-sass", ">= 2.0.1"
gem 'formtastic', "~> 2.2.1"
gem 'formtastic-bootstrap', :git => 'https://github.com/niedfelj/formtastic-bootstrap.git', :branch => 'bootstrap2-rails3-2-formtastic-2-2'
#gem "formtastic-bootstrap"
gem "dynamic_form"
gem "i18n"
gem "iban-tools", :git => 'git://github.com/iulianu/iban-tools.git'
gem 'aasm'
gem "ruby-growl", "3.0"
gem "prowl", "0.1.3"
gem "lumberjack", "~> 1.0.2"
gem "cocoon"
gem 'bzip2-ruby'
gem 'will_paginate', '~> 3.0'
gem 'simple_xlsx_writer'
gem "airbrake"
gem "net-sftp"
gem "mail"
gem "mocha", :group => :test
gem 'uid_at', :git => 'git://github.com/lcx/uid_at.git'
gem "amqp"
gem "bunny", ">= 0.9.0.pre7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment