diff --git a/Gemfile b/Gemfile
index eab6399ef11cb2210944f4b5a30e8e7d28192191..fcd608fa27fe844a32af7bd6d622d7122179ca47 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,8 +3,9 @@ source 'http://gemcutter.org'
 
 #gem 'rails', '3.0.0.rc'
 #gem 'bundler', '1.0.0.rc.1'
-gem 'rails' '3.0.0.beta4'
-gem 'bundler' '0.9.26'
+gem 'rails', '3.0.0.beta4'
+gem 'bundler', '0.9.26'
+
 #Security
 gem 'gpgme'
 gem 'devise', :git => 'http://github.com/BadMinus/devise.git'