Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Bump sinatra from 2.2.0 to 2.2.3 in /tests/integration/test-app #301

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Security
- Upgrade sinatra to 2.2.3 in tests/integration/test-app
[cyberark/conjur-service-broker#301](https://github.com/cyberark/conjur-service-broker/pull/301)

## [1.2.7] - 2022-11-27
### Security
Expand Down
12 changes: 6 additions & 6 deletions tests/integration/test-app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
minitest (5.16.2)
mustermann (1.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
netrc (0.11.0)
rack (2.2.3.1)
rack-protection (2.2.0)
rack-protection (2.2.3)
rack
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
ruby2_keywords (0.0.5)
sinatra (2.2.0)
mustermann (~> 1.0)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
rack-protection (= 2.2.3)
tilt (~> 2.0)
table_print (1.5.6)
tilt (2.0.10)
tilt (2.0.11)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unf (0.1.4)
Expand Down