Created
April 19, 2013 10:42
-
-
Save lcx/5419573 to your computer and use it in GitHub Desktop.
Gemfile for zeus issue #134 of project without issues
This file contains 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 '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