mailr/Gemfile

48 lines
862 B
Ruby
Raw Normal View History

2012-03-03 18:53:39 +01:00
source 'https://rubygems.org'
2011-06-24 23:48:08 +02:00
2013-02-12 20:06:43 +01:00
gem 'rails', '>= 3.2.11'
2011-06-24 23:48:08 +02:00
2012-03-03 18:53:39 +01:00
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'mysql2'
2013-02-12 20:06:43 +01:00
gem 'json', '>= 1.7.6'
2012-03-03 18:53:39 +01:00
# Gems used only for assets and not required
# in production environments by default.
group :assets do
2013-02-02 13:58:43 +01:00
gem 'sass-rails'
gem 'coffee-rails'
2012-03-03 18:53:39 +01:00
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer'
2013-02-02 13:58:43 +01:00
gem 'uglifier'
2012-03-03 18:53:39 +01:00
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 'ruby-debug'
2012-03-10 18:08:39 +01:00
gem 'will_paginate'
gem "ezcrypto"
2013-02-02 13:58:43 +01:00
gem 'calendar_view'
2012-03-10 18:08:39 +01:00
gem 'bluecloth'
gem 'sass'
gem 'haml'
2012-03-30 19:31:23 +02:00
#gem 'twitter_bootstrap_form_for'