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

Commit

Permalink
Upgrade rack to 2.2.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Tinkham <[email protected]>
  • Loading branch information
andytinkham committed Jun 15, 2022
1 parent 89f7ae3 commit 465b278
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [1.2.5] - 2022-05-19
### Changed
- Upgrade conjur-api-go to v0.10.1
- Upgrade conjur-api-go to v0.10.1 and rack to 2.2.3.1
[cyberark/conjur-service-broker#285](https://github.com/cyberark/conjur-service-broker/pull/285)

### Security
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
rack (2.2.3.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
Expand Down
4 changes: 2 additions & 2 deletions NOTICES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SECTION 3: MIT
>>> https://rubygems.org/gems/activesupport/versions/5.2.7.1
>>> https://rubygems.org/gems/json-schema/versions/2.8.0
>>> https://rubygems.org/gems/listen/versions/3.1.5
>>> https://rubygems.org/gems/rack/versions/2.2.3
>>> https://rubygems.org/gems/rack/versions/2.2.3.1
>>> https://rubygems.org/gems/railties/versions/5.2.7.1


Expand Down Expand Up @@ -178,7 +178,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

>>> https://rubygems.org/gems/rack/versions/2.2.3
>>> https://rubygems.org/gems/rack/versions/2.2.3.1

Copyright (c) 2007-2016 Christian Neukirchen <purl.org/net/chneukirchen>'

Expand Down
4 changes: 2 additions & 2 deletions tests/integration/test-app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GEM
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
netrc (0.11.0)
rack (2.2.3)
rack (2.2.3.1)
rack-protection (2.2.0)
rack
rest-client (2.0.2)
Expand Down Expand Up @@ -68,4 +68,4 @@ DEPENDENCIES
sinatra (>= 2.0.2)

BUNDLED WITH
1.17.1
1.17.3

0 comments on commit 465b278

Please sign in to comment.