Up pg_migrate version to 0.1.6
This commit is contained in:
parent
4822bf161f
commit
0914d6ff22
2
Gemfile
2
Gemfile
|
|
@ -8,4 +8,4 @@ workspace = ENV["WORKSPACE"] || "~/workspace"
|
|||
# $ cd [workspace]
|
||||
# $ git clone https://github.com/sethcall/pg_migrate_ruby
|
||||
|
||||
gem 'pg_migrate', '0.1.5' # :path=> "#{workspace}/pg_migrate_ruby"
|
||||
gem 'pg_migrate', '0.1.6' # :path=> "#{workspace}/pg_migrate_ruby"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ GEM
|
|||
little-plugger (>= 1.1.3)
|
||||
pg (0.14.0)
|
||||
pg (0.14.0-x86-mingw32)
|
||||
pg_migrate (0.1.5)
|
||||
pg_migrate (0.1.6)
|
||||
logging (= 1.7.2)
|
||||
pg (= 0.14.0)
|
||||
thor (= 0.15.4)
|
||||
|
|
@ -17,4 +17,4 @@ PLATFORMS
|
|||
x86-mingw32
|
||||
|
||||
DEPENDENCIES
|
||||
pg_migrate (= 0.1.5)
|
||||
pg_migrate (= 0.1.6)
|
||||
|
|
|
|||
Loading…
Reference in New Issue