mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
3edb6b205b
Initially the test failed because too many params are set to nil instead of just gateway_ip (see https://github.com/fog/fog/pull/3613) - in fact gateway_ip is the *only* parameter where a null value should be passed to OpenStack.
10 lines
238 B
Ruby
10 lines
238 B
Ruby
source "https://rubygems.org"
|
|
|
|
group :development, :test do
|
|
# This is here because gemspec doesn't support require: false
|
|
gem "netrc", :require => false
|
|
gem "octokit", :require => false
|
|
gem 'rspec', :require => false
|
|
end
|
|
|
|
gemspec
|