Skip to content

Commit

Permalink
build(deps): bump cgi from 0.4.0 to 0.4.1
Browse files Browse the repository at this point in the history
Bumps [cgi](https://github.com/ruby/cgi) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/ruby/cgi/releases)
- [Commits](ruby/cgi@v0.4.0...v0.4.1)

---
updated-dependencies:
- dependency-name: cgi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and noraj committed Dec 6, 2023
1 parent f58f0a1 commit 55c3399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group :runtime, :cli do
end

group :runtime, :all do
gem 'cgi', '~> 0.4.0' # url decode / html escape
gem 'cgi', '~> 0.4.1' # url decode / html escape
gem 'uri', '~> 0.13.0' # for argument parsing
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
cgi (0.4.0)
cgi (0.4.1)
commonmarker (0.23.10)
docopt (0.6.1)
json (2.7.0)
Expand Down Expand Up @@ -49,7 +49,7 @@ PLATFORMS

DEPENDENCIES
bundler (~> 2.1)
cgi (~> 0.4.0)
cgi (~> 0.4.1)
commonmarker (~> 0.23)
ctf-party!
docopt (~> 0.6)
Expand Down

0 comments on commit 55c3399

Please sign in to comment.