initial checkin of full application
This commit is contained in:
		
							
								
								
									
										16
									
								
								Gemfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								Gemfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
source 'http://rubygems.org'
 | 
			
		||||
 | 
			
		||||
gem 'rails', '3.0.4' 
 | 
			
		||||
gem 'mysql', '2.8.1'
 | 
			
		||||
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
 | 
			
		||||
		Reference in New Issue
	
	Block a user