mailr/Gemfile

9 lines
164 B
Ruby
Raw Normal View History

2011-06-24 23:48:08 +02:00
source 'http://rubygems.org'
2011-08-16 21:18:57 +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"