Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
update gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bborn committed Feb 8, 2011
1 parent 95284e7 commit 0e9377e
Showing 1 changed file with 26 additions and 15 deletions.
41 changes: 26 additions & 15 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
source "http://rubygems.org"

# gem 'rails', '3.1.0.beta', :git => 'git://github.com/rails/rails.git'
# gem 'rails'
# gem 'configatron'
# gem 'hpricot'
# gem 'rmagick'
# gem 'htmlentities'
# gem 'haml'
# gem 'calendar_date_select'
# gem 'ri_cal'
# gem 'authlogic'
# gem 'searchlogic'
# gem 'rakismet'
# gem 'aws-s3'
source 'http://rubygems.org'

gem 'rails', '3.1.0.beta', :git => 'git://github.com/rails/rails.git'
gem 'rack', :git => 'git://github.com/rack/rack.git'
gem 'arel', :git => 'git://github.com/rails/arel.git'

gem 'sqlite3-ruby', :require => 'sqlite3'

gem 'community_engine', :path => '../community_engine'


gem 'configatron'
gem 'hpricot'
gem 'rmagick'
gem 'htmlentities'
gem 'haml'
gem 'calendar_date_select'
gem 'ri_cal'
gem 'rd_searchlogic', '3.0.1', :require => 'searchlogic', :path => '../searchlogic'
gem 'authlogic', :path => '../authlogic'
gem 'rakismet'
gem 'aws-s3', :require => 'aws/s3'
gem "will_paginate", "~> 3.0.pre2"
gem "dynamic_form"
gem "friendly_id", "~> 3.2.1"
gem "paperclip", "~> 2.3"

0 comments on commit 0e9377e

Please sign in to comment.