This repository has been archived on 2022-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wikiufc/Gemfile

33 lines
766 B
Ruby

source 'https://rubygems.org'
gem 'rails', '~>3.2'
gem 'sqlite3'
gem 'json'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
gem 'acts_as_list', '~>0.2'
gem 'acts_as_paranoid', '~>0.4'
gem 'acts_as_versioned', :git => 'https://github.com/jwhitehorn/acts_as_versioned.git'
gem 'bluecloth', '1.0.0', :path => './vendor/gems/bluecloth'
gem 'calendar_helper', "~>0.2"
gem 'dynamic_form'
gem 'haml', '~>3.1'
gem 'hpricot', '~>0.8'
gem 'icalendar', '~>1.0'
gem 'jquery-rails'
gem 'shoulda', "~>2.11"
gem 'will_paginate', "~>3.0"
#group :development, :production do
# gem 'brazilian-rails', '3.3.0', :path => './vendor/gems/brazilian-rails/brI18n/'
#end
group :development do
gem 'mongrel'
end