mailr/Gemfile

11 lines
224 B
Ruby
Executable File

source 'http://rubygems.org'
gem 'rails', '~>3.0.9'
gem 'mysql2' , '~>0.2.7'
gem 'will_paginate', '~> 3.0.beta'
gem 'themes_for_rails'
gem "ezcrypto", "~> 0.7.2"
gem "calendar_view", "~> 0.0.3"
gem 'bluecloth', '>= 2.0.0'