Sha256: 931a87810776aaa178cb7f5c7a0673bef34b53f4494ab4bebb4f184ea2efac21
Contents?: true
Size: 1.8 KB
Versions: 1
Compression:
Stored size: 1.8 KB
Contents
source 'https://rubygems.org' gem "rails", "3.2.6" # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' gem "mysql2" # 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' # See https://github.com/sstephenson/execjs#readme for more supported runtimes # gem 'therubyracer', :platforms => :ruby gem 'uglifier', '>= 1.0.3' gem 'compass-rails', '~> 1.0' end gem "jquery-rails" # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0' # To use Jbuilder templates for JSON # gem 'jbuilder' # Use unicorn as the app server # gem 'unicorn' # Deploy with Capistrano # gem 'capistrano' # To use debugger # gem 'debugger' gem "trout", :git => "git://github.com/die-antwort/trout.git" gem "app_config", :git => "git://github.com/die-antwort/app_config.git" gem "simple_form" gem "airbrake" gem "will_paginate", "~> 3.0" gem "bootstrap-sass", "~> 2.0.3" gem "da-js", "~> 0.1.0" # 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" gem "pry" end group :test do gem "cucumber-rails" gem "factory_girl_rails", "~> 1.7" # newer versions require Ruby 1.9 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.3.1 | template/trout/Gemfile |