From 4828df0dfcc141b306fb7d34b904f978962b64e9 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Mon, 6 May 2013 15:13:03 -0500 Subject: [PATCH] * bumping pg_migrate to support ruby2.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 875a3fee6..8815d1971 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ workspace = ENV["WORKSPACE"] || "~/workspace" # Assumes you have already cloned pg_migrate_ruby in your workspace # $ cd [workspace] # $ git clone https://github.com/sethcall/pg_migrate_ruby -gem 'pg_migrate', '0.1.6' +gem 'pg_migrate', '0.1.7'