Skip to content

Commit

Permalink
Update hike requirement to >= 1.2, < 3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [hike](https://github.com/sstephenson/hike) to permit the latest version.
- [Release notes](https://github.com/sstephenson/hike/releases)
- [Commits](https://github.com/sstephenson/hike/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Jul 9, 2018
1 parent 703f415 commit 85cfc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opal.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.0.0'

spec.add_dependency 'sourcemap', '~> 0.1.0'
spec.add_dependency 'hike', '~> 1.2'
spec.add_dependency 'hike', '>= 1.2', '< 3.0'
spec.add_dependency 'ast', '>= 2.3.0'
spec.add_dependency 'parser', '= 2.5.1.0'

Expand Down

0 comments on commit 85cfc0f

Please sign in to comment.