浏览代码

temporarily use my branch with the VPC fix until main catches back up

Chris Mague 7 年之前
父节点
当前提交
6b08dd1348
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      Gemfile

+ 1 - 4
Gemfile

@@ -2,10 +2,7 @@
 
 source 'http://rubygems.org'
 
-# gem 'fog-core', '1.44.3'
-# gem 'fog-aws', '1.4.0'
-# gem 'fog', '1.40.0'
-gem 'fog'
+gem 'fog-aws', :git => 'https://github.com/maguec/fog-aws.git', :branch => 'fix_vpc_parser_issue_387'
 gem 'mime-types'
 gem 'neo4j', '7.2.0'
 gem 'rspec'