From 3a6e7f2072dbfb2c971e914ef29ba0629cca56af Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 19 Apr 2016 22:34:23 -0500 Subject: [PATCH] pg_migrate bump to fix RAISE EXCEPTION syntax command --- db/Gemfile | 2 +- websocket-gateway/Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/db/Gemfile b/db/Gemfile index 79ec5bca4..1908dd61f 100644 --- a/db/Gemfile +++ b/db/Gemfile @@ -3,4 +3,4 @@ source 'http://rubygems.org' # 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.13', :source => 'http://rubygems.org/' +gem 'pg_migrate', '0.1.14', :source => 'http://rubygems.org/' diff --git a/websocket-gateway/Gemfile b/websocket-gateway/Gemfile index f593b1c0c..a2f6eb5a7 100644 --- a/websocket-gateway/Gemfile +++ b/websocket-gateway/Gemfile @@ -77,7 +77,7 @@ group :test do gem 'database_cleaner', '0.7.0' gem 'guard', '>= 0.10.0' gem 'guard-rspec', '>= 0.7.3' - gem 'pg_migrate','0.1.13' #:path => "#{workspace}/pg_migrate_ruby" + gem 'pg_migrate','0.1.14' #:path => "#{workspace}/pg_migrate_ruby" gem 'evented-spec' end