source 'http://rubygems.org'

gem 'rails', '3.0.4' 
gem 'mysql2'
gem 'authlogic'

# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test do
	gem 'rspec', '>= 2.0.0.beta.20'
  gem 'rspec-rails', '>= 2.0.0.beta.20'
	gem 'autotest'
	gem 'webrat'
	gem 'annotate'
end