* bumping pg_migrate version to 0.1.6

This commit is contained in:
Seth Call 2012-11-05 19:06:38 -06:00
parent 82ac665c96
commit eccfc477a3
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ 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.5' #:path => "#{workspace}/pg_migrate_ruby"
gem 'pg_migrate','0.1.6' #:path => "#{workspace}/pg_migrate_ruby"
gem 'evented-spec'
end