Skip to content

Commit

Permalink
Update oxidized-web
Browse files Browse the repository at this point in the history
oxidized-web is only a development dependency, but included in the
docker container, which will use 0.15.0 in the build for this commit.
  • Loading branch information
robertcheramy committed Feb 17, 2025
1 parent fcc79bc commit cd07b27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]
This release fixes a security issue in oxidized-web, which is included in the
Docker container of oxidized. If you are not using the Docker container but
use oxidized-web, be sure to update your oxidized-web gem to 0.15.0.

### Added
- junos: add unit test (@systeembeheerder)
Expand Down
2 changes: 1 addition & 1 deletion oxidized.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 'simplecov-html', '~> 0.13.1'

# Dependencies on optional libraries, used for unit tests & development
s.add_development_dependency 'oxidized-web', '>= 0.14.0'
s.add_development_dependency 'oxidized-web', '>= 0.15.0'
s.add_development_dependency 'sequel', '~> 5.88.0'
end

0 comments on commit cd07b27

Please sign in to comment.