Skip to content

Commit d4436c6

Browse files
committed
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-FARADAY-15253521
1 parent 0479329 commit d4436c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ group :development do
2020
# Replaces the old lib/debug.rb and provides more features.
2121
gem 'debug', '>= 1.0.0'
2222
# module documentation
23-
gem 'octokit'
23+
gem 'octokit', '>= 5.0.0'
2424
# memory profiling
2525
gem 'memory_profiler'
2626
# cpu profiling

0 commit comments

Comments
 (0)