Skip to content

Commit

Permalink
Update octokit requirement to ~> 4.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [octokit](https://github.com/octokit/octokit.rb) to permit the latest version.
- [Release notes](https://github.com/octokit/octokit.rb/releases)
- [Changelog](https://github.com/octokit/octokit.rb/blob/master/RELEASE.md)
- [Commits](https://github.com/octokit/octokit.rb/commits/v4.9.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Jul 9, 2018
1 parent 703f415 commit 8beec7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opal.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'racc'
spec.add_development_dependency 'rspec', '~> 3.6.0'
spec.add_development_dependency 'octokit', '~> 2.4.0'
spec.add_development_dependency 'octokit', '~> 4.9.0'
spec.add_development_dependency 'bundler', '~> 1.5'
spec.add_development_dependency 'rack-test'
spec.add_development_dependency 'opal-minitest'
Expand Down

0 comments on commit 8beec7c

Please sign in to comment.