From 53054c0032f46028280cd037ef31744bb54cc15f Mon Sep 17 00:00:00 2001
From: Bryan Helmkamp <bryan@brynary.com>
Date: Thu, 6 Aug 2009 18:22:10 -0400
Subject: Adding jeweler for gem management

---
 spec/connections/mysql_connection.rb      | 1 +
 spec/connections/postgresql_connection.rb | 1 +
 spec/connections/sqlite3_connection.rb    | 1 +
 3 files changed, 3 insertions(+)

(limited to 'spec/connections')

diff --git a/spec/connections/mysql_connection.rb b/spec/connections/mysql_connection.rb
index a58ddc35ef..6e2950f7dc 100644
--- a/spec/connections/mysql_connection.rb
+++ b/spec/connections/mysql_connection.rb
@@ -1,3 +1,4 @@
+require "rubygems"
 require "activerecord"
 puts "Using native MySQL"
 
diff --git a/spec/connections/postgresql_connection.rb b/spec/connections/postgresql_connection.rb
index e376d33ec6..01d65f09dc 100644
--- a/spec/connections/postgresql_connection.rb
+++ b/spec/connections/postgresql_connection.rb
@@ -1,3 +1,4 @@
+require "rubygems"
 require "activerecord"
 puts "Using native PostgreSQL"
 
diff --git a/spec/connections/sqlite3_connection.rb b/spec/connections/sqlite3_connection.rb
index 649492f804..9e9503e0ca 100644
--- a/spec/connections/sqlite3_connection.rb
+++ b/spec/connections/sqlite3_connection.rb
@@ -1,3 +1,4 @@
+require "rubygems"
 require "activerecord"
 puts "Using native SQLite3"
 
-- 
cgit v1.2.3