mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
adding github_release dependency to edge gemfile
This commit is contained in:
parent
97b5e2ac38
commit
6fd4c6837a
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ gem "fog-json", :github => "fog/fog-json"
|
|||
group :development, :test do
|
||||
# This is here because gemspec doesn"t support require: false
|
||||
gem "coveralls", :require => false
|
||||
gem "netrc", :require => false
|
||||
gem "octokit", :require => false
|
||||
end
|
||||
|
||||
gemspec :path => "../"
|
||||
|
|
Loading…
Reference in a new issue