Skip to content

Commit

Permalink
Update webrick requirement from 1.4.2 to 1.7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [webrick](https://github.com/ruby/webrick) to permit the latest version.
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](ruby/webrick@v1.4.2...v1.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Feb 18, 2021
1 parent cfd25bb commit efa97c9
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 @@ -11,6 +11,6 @@ gem "rubocop", "~> 1.0"
group :test do
gem "coveralls", require: false
# Until I find a way to introduce other MITM proxy
gem "webrick", "1.4.2"
gem "webrick", "1.7.0"
gem "evil-proxy", "~> 0.2"
end

0 comments on commit efa97c9

Please sign in to comment.