diff --git a/Gemfile b/Gemfile
index 090a8ffa33b2b5048988ee64523643ca9de4e923..2ec75a8a28d1754596bdcb1102ea97f7446a77f5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
 source 'http://rubygems.org'
 
-gem 'rails', '>= 3.0.0'
+gem 'rails', '3.0.1'
 
 gem 'bundler', '>= 1.0.0'
 gem "chef", :require => false
diff --git a/Gemfile.lock b/Gemfile.lock
index db0f2a394183686492b49a65a18c6c4789ad2f05..39a139ddd02b4d53604926aa4fd2ba61773008c7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -87,34 +87,35 @@ GEM
   remote: http://rubygems.org/
   specs:
     abstract (1.0.0)
-    actionmailer (3.0.2)
-      actionpack (= 3.0.2)
-      mail (~> 2.2.9)
-    actionpack (3.0.2)
-      activemodel (= 3.0.2)
-      activesupport (= 3.0.2)
+    actionmailer (3.0.1)
+      actionpack (= 3.0.1)
+      mail (~> 2.2.5)
+    actionpack (3.0.1)
+      activemodel (= 3.0.1)
+      activesupport (= 3.0.1)
       builder (~> 2.1.2)
       erubis (~> 2.6.6)
       i18n (~> 0.4.1)
       rack (~> 1.2.1)
-      rack-mount (~> 0.6.13)
-      rack-test (~> 0.5.6)
+      rack-mount (~> 0.6.12)
+      rack-test (~> 0.5.4)
       tzinfo (~> 0.3.23)
-    activemodel (3.0.2)
-      activesupport (= 3.0.2)
+    activemodel (3.0.1)
+      activesupport (= 3.0.1)
       builder (~> 2.1.2)
       i18n (~> 0.4.1)
-    activerecord (3.0.2)
-      activemodel (= 3.0.2)
-      activesupport (= 3.0.2)
-      arel (~> 2.0.2)
+    activerecord (3.0.1)
+      activemodel (= 3.0.1)
+      activesupport (= 3.0.1)
+      arel (~> 1.0.0)
       tzinfo (~> 0.3.23)
-    activeresource (3.0.2)
-      activemodel (= 3.0.2)
-      activesupport (= 3.0.2)
-    activesupport (3.0.2)
+    activeresource (3.0.1)
+      activemodel (= 3.0.1)
+      activesupport (= 3.0.1)
+    activesupport (3.0.1)
     addressable (2.2.2)
-    arel (2.0.2)
+    arel (1.0.1)
+      activesupport (~> 3.0.0)
     aws (2.3.26)
       activesupport
       http_connection
@@ -299,19 +300,19 @@ GEM
       ruby-openid (>= 2.1.8)
     rack-test (0.5.6)
       rack (>= 1.0)
-    rails (3.0.2)
-      actionmailer (= 3.0.2)
-      actionpack (= 3.0.2)
-      activerecord (= 3.0.2)
-      activeresource (= 3.0.2)
-      activesupport (= 3.0.2)
+    rails (3.0.1)
+      actionmailer (= 3.0.1)
+      actionpack (= 3.0.1)
+      activerecord (= 3.0.1)
+      activeresource (= 3.0.1)
+      activesupport (= 3.0.1)
       bundler (~> 1.0.0)
-      railties (= 3.0.2)
-    railties (3.0.2)
-      actionpack (= 3.0.2)
-      activesupport (= 3.0.2)
-      rake (>= 0.8.7)
-      thor (~> 0.14.4)
+      railties (= 3.0.1)
+    railties (3.0.1)
+      actionpack (= 3.0.1)
+      activesupport (= 3.0.1)
+      rake (>= 0.8.4)
+      thor (~> 0.14.0)
     rake (0.8.7)
     rest-client (1.6.1)
       mime-types (>= 1.16)
@@ -402,7 +403,7 @@ DEPENDENCIES
   mongrel
   omniauth
   pubsubhubbub
-  rails (>= 3.0.0)
+  rails (= 3.0.1)
   roxml!
   rspec (>= 2.0.0)
   rspec-instafail