Skip to content

Commit

Permalink
Update oga requirement from ~> 2.0 to ~> 3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [oga](https://gitlab.com/yorickpeterse/oga) to permit the latest version.
- [Release notes](https://gitlab.com/yorickpeterse/oga/tags)
- [Changelog](https://gitlab.com/yorickpeterse/oga/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/yorickpeterse/oga/commits/master)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Dec 3, 2019
1 parent 061744b commit 56fd107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gemspec

gem "nokogiri", "~> 1.8"
gem "oga", "~> 2.0"
gem "oga", "~> 3.0"
gem "rubocop", "~> 0.74"

group :test do
Expand Down

0 comments on commit 56fd107

Please sign in to comment.