Skip to content

Commit

Permalink
Update webrick requirement from ~> 1.8.1 to ~> 1.9.1
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.8.1...v1.9.1)

---
updated-dependencies:
- dependency-name: webrick
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 0ae7555 commit d09b759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govuk_design_system_formbuilder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ Gem::Specification.new do |s|
s.add_development_dependency("sassc", "~> 2.4.0")
s.add_development_dependency("slim", "~> 5.2.0")
s.add_development_dependency("slim_lint", "~> 0.31.0")
s.add_development_dependency("webrick", "~> 1.8.1")
s.add_development_dependency("webrick", "~> 1.9.1")
s.add_development_dependency("redcarpet", "~> 3.6.0")
end

0 comments on commit d09b759

Please sign in to comment.