mailr/Gemfile

11 lines
224 B
Ruby
Raw Normal View History

2011-06-24 23:48:08 +02:00
source 'http://rubygems.org'
2011-09-29 21:16:40 +02:00
gem 'rails', '~>3.0.7'
2011-06-24 23:48:08 +02:00
2011-08-16 21:18:57 +02:00
gem 'mysql2' , '~>0.2.7'
2011-08-02 23:12:17 +02:00
gem 'will_paginate', '~> 3.0.beta'
gem 'themes_for_rails'
2011-07-24 22:22:13 +02:00
gem "ezcrypto", "~> 0.7.2"
2011-10-15 18:31:20 +02:00
gem "calendar_view", "~> 0.0.5"
gem 'bluecloth', '>= 2.0.0'