Skip to content

Commit

Permalink
Merge pull request #16 from jdennes/bump-dependencies
Browse files Browse the repository at this point in the history
Bump Octokit to ~> 4.0
  • Loading branch information
jdennes committed Jul 11, 2015
2 parents c87c2c3 + 1b8ae70 commit a8bb505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribution-checker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "octokit", "~> 3.8"
spec.add_dependency "octokit", "~> 4.0"

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit a8bb505

Please sign in to comment.