Sha256: 86f1b065775bec82c63f9cf939894c560d4b5853a08c1eef74a86da9a78a5ac3

Contents?: true

Size: 1.66 KB

Versions: 1

Compression:

Stored size: 1.66 KB

Contents

source :rubygems

gem "rails", "3.2.1"
gem "json"
gem "jquery-rails"
gem "mysql"

# Gems used only for assets and not required
# in production environments by default.
group :assets do
  gem 'sass-rails',   '~> 3.2.3'
  gem 'coffee-rails', '~> 3.2.1'
  gem 'uglifier', '>= 1.0.3'
  gem 'compass', :git => 'git://github.com/chriseppstein/compass.git', :branch => 'no_rails_integration'
  gem 'compass-rails', :git => 'git://github.com/Compass/compass-rails.git'
end

gem "app_config", :git => "git://github.com/die-antwort/app_config.git"
gem "formtastic", ">= 2.1.0.beta1"
gem "airbrake"
gem "will_paginate", "~> 3.0"
gem "jquery-rails-aristo"
gem "da-js"

# Optional gems (from Rails 3.2 default Gemfile):

# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'

# To use Jbuilder templates for JSON
# gem 'jbuilder'

# Use unicorn as the web server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug'


# More optional gems that we use quite often

# gem "paperclip"
# gem "carrierwave"
# gem "devise"
# gem "cancan"


## RMagick as used by RefineryCMS, to make sure it works on Windows
#rmagick_options = { :require => false }
#if Bundler::WINDOWS
#  rmagick_options.merge!(:git => 'git://github.com/refinerycms/rmagick.git', :branch => 'windows')  
#end
#gem "rmagick", "2.12.0", rmagick_options

# RSpec needs to be in :development group to expose generators
# and rake tasks without having to type RAILS_ENV=test.
group :development, :test do
  gem "rspec-rails", "~> 2.6.0"
end

group :test do
  gem "cucumber-rails"
  gem "factory_girl_rails"
  gem "capybara-webkit"
  gem "database_cleaner"
  gem "launchy"
  gem "timecop"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
da-suspenders-1.2.2 template/trout/Gemfile