You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

33 lines
717 B

source 'https://rubygems.org'
gem 'rails', '3.2.13'
gem 'sqlite3'
gem 'json'
group :assets do
gem 'sass-rails', '3.2.6'
gem 'coffee-rails', '3.2.2'
gem 'uglifier', '2.7.2'
end
gem 'acts_as_list', '0.2.0'
gem 'acts_as_paranoid', '0.4.2'
gem 'acts_as_versioned',
git: 'https://github.com/isoron/acts_as_versioned.git',
ref: 'df85fc1e438c18dddf610414b5c8a1ee8a7cefc9'
gem 'bluecloth', '1.0.0', path: './vendor/gems/bluecloth'
gem 'calendar_helper', '0.2.5'
gem 'dynamic_form'
gem 'haml', '3.1.8'
gem 'hpricot', '0.8.6'
gem 'icalendar', '1.4.1'
gem 'jquery-rails', '3.0.4'
gem 'shoulda', "3.5.0"
gem 'will_paginate', "3.0.4"
gem 'rails-i18n', '3.0.0'
group :test do
gem 'simplecov'
gem 'turn'
end