From 920c79de36bc3f26bc89f3278219ef44ac607e3d Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sun, 5 Aug 2012 22:01:35 -0500 Subject: [PATCH] * bump to latest pg_migrate --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 51aea59d7..160b58f1d 100644 --- a/Gemfile +++ b/Gemfile @@ -7,4 +7,4 @@ workspace = ENV["WORKSPACE"] || "workspace" # $ cd [workspace] # $ git clone https://github.com/sethcall/pg_migrate_ruby -gem 'pg_migrate', '0.1.3' # :path=> '~/' + workspace + '/pg_migrate_ruby' +gem 'pg_migrate', '0.1.4' # :path=> '~/' + workspace + '/pg_migrate_ruby' diff --git a/Gemfile.lock b/Gemfile.lock index 9d1fd49f0..f6c8b3457 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ GEM logging (1.7.2) little-plugger (>= 1.1.3) pg (0.14.0) - pg_migrate (0.1.3) + pg_migrate (0.1.4) logging (= 1.7.2) pg (= 0.14.0) thor (= 0.15.4) @@ -15,4 +15,4 @@ PLATFORMS ruby DEPENDENCIES - pg_migrate (= 0.1.3) + pg_migrate (= 0.1.4)