1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/Gemfile
Darren Hague 3edb6b205b [openstack] Add test for subnet creation
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.
2015-07-16 14:52:28 +01:00

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