Skip to content

Commit

Permalink
Bump sinatra from 2.2.0 to 2.2.3 in /tests/integration/test-app
Browse files Browse the repository at this point in the history
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/sinatra/sinatra/releases)
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)
- [Commits](sinatra/sinatra@v2.2.0...v2.2.3)

Signed-off-by: Andy Tinkham <andy.tinkham@cyberark.com>

---
updated-dependencies:
- dependency-name: sinatra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and andytinkham committed Dec 1, 2022
1 parent 57b7b8a commit 6700942
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
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

0 comments on commit 6700942

Please sign in to comment.