Sha256: 099d14aba4c6e8e61b2cb025b1cfb220e7aecf9629010e6bf693b3478272d09a

Contents?: true

Size: 465 Bytes

Versions: 8

Compression:

Stored size: 465 Bytes

Contents

gem 'seo_helper', '~> 1.0'

gem "settingslogic"

gem 'anjlab-bootstrap-rails', '>= 2.1', :require => 'bootstrap-rails'
gem "bootstrap_helper", "2.1.0"

gem "simple_form", "2.0.3"
gem "will_paginate", "3.0.3"

gem 'high_voltage'
gem 'airbrake'

gem 'turbo-sprockets-rails3'

group :assets do
  gem "compass-rails"
end

group :development do 
  gem "capistrano"
  gem "cape"
  gem "magic_encoding"
  gem "annotate"
end

group :production do
  gem 'newrelic_rpm'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bootstrappers-0.0.8 templates/Gemfile_additions
bootstrappers-0.0.7 templates/Gemfile_additions
bootstrappers-0.0.6 templates/Gemfile_additions
bootstrappers-0.0.5 templates/Gemfile_additions
bootstrappers-0.0.4 templates/Gemfile_additions
bootstrappers-0.0.3 templates/Gemfile_additions
bootstrappers-0.0.2 templates/Gemfile_additions
bootstrappers-0.0.1 templates/Gemfile_additions