Updating gem
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -6,3 +6,4 @@ config/database.yml
 | 
				
			|||||||
db/*.sqlite3
 | 
					db/*.sqlite3
 | 
				
			||||||
.bundle
 | 
					.bundle
 | 
				
			||||||
.bundle/*
 | 
					.bundle/*
 | 
				
			||||||
 | 
					*~
 | 
				
			||||||
							
								
								
									
										3
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Gemfile
									
									
									
									
									
								
							@@ -3,7 +3,8 @@ source 'http://rubygems.org'
 | 
				
			|||||||
gem 'rails', '3.2.1'
 | 
					gem 'rails', '3.2.1'
 | 
				
			||||||
gem 'mysql2'
 | 
					gem 'mysql2'
 | 
				
			||||||
gem 'authlogic'
 | 
					gem 'authlogic'
 | 
				
			||||||
gem 'jquery-rails'
 | 
					gem 'jquery-rails', '2.0.1'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Bundle gems for the local environment. Make sure to
 | 
					# Bundle gems for the local environment. Make sure to
 | 
				
			||||||
# put test-only gems in this group so their generators
 | 
					# put test-only gems in this group so their generators
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -42,8 +42,8 @@ GEM
 | 
				
			|||||||
    hike (1.2.1)
 | 
					    hike (1.2.1)
 | 
				
			||||||
    i18n (0.6.0)
 | 
					    i18n (0.6.0)
 | 
				
			||||||
    journey (1.0.1)
 | 
					    journey (1.0.1)
 | 
				
			||||||
    jquery-rails (2.0.0)
 | 
					    jquery-rails (2.0.1)
 | 
				
			||||||
      railties (>= 3.2.0.beta, < 5.0)
 | 
					      railties (>= 3.2.0, < 5.0)
 | 
				
			||||||
      thor (~> 0.14)
 | 
					      thor (~> 0.14)
 | 
				
			||||||
    json (1.6.5)
 | 
					    json (1.6.5)
 | 
				
			||||||
    mail (2.4.1)
 | 
					    mail (2.4.1)
 | 
				
			||||||
@@ -115,7 +115,7 @@ DEPENDENCIES
 | 
				
			|||||||
  annotate
 | 
					  annotate
 | 
				
			||||||
  authlogic
 | 
					  authlogic
 | 
				
			||||||
  autotest
 | 
					  autotest
 | 
				
			||||||
  jquery-rails
 | 
					  jquery-rails (= 2.0.1)
 | 
				
			||||||
  mysql2
 | 
					  mysql2
 | 
				
			||||||
  rails (= 3.2.1)
 | 
					  rails (= 3.2.1)
 | 
				
			||||||
  rspec (>= 2.0.0.beta.20)
 | 
					  rspec (>= 2.0.0.beta.20)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user