Skip to content

Commit

Permalink
adding github_release dependency to edge gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Rames committed Mar 31, 2014
1 parent 97b5e2a commit 6fd4c68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gemfiles/Gemfile-edge
Original file line number Diff line number Diff line change
Expand Up @@ -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 => "../"

0 comments on commit 6fd4c68

Please sign in to comment.