An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)

Bump rack from 2.0.9 to 2.1.4 (#116)

Bumps [rack](https://github.com/rack/rack) from 2.0.9 to 2.1.4.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.9...2.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
881815fd 44f0fb8d

+3 -3
+1 -1
Gemfile
··· 2 2 3 3 ruby ">= 2.4.0" 4 4 5 - gem "rack", "~> 2.0.0" 5 + gem "rack", "~> 2.1.4" 6 6 7 7 gem "sinatra", "~> 2.0.0" 8 8 gem "sinatra-contrib", "~> 2.0.0"
+2 -2
Gemfile.lock
··· 40 40 coderay (~> 1.1.0) 41 41 method_source (~> 0.9.0) 42 42 public_suffix (4.0.3) 43 - rack (2.0.9) 43 + rack (2.1.4) 44 44 rack-protection (2.0.8.1) 45 45 rack 46 46 rack-test (1.1.0) ··· 99 99 minitest 100 100 pbkdf2-ruby 101 101 pry 102 - rack (~> 2.0.0) 102 + rack (~> 2.1.4) 103 103 rack-test 104 104 rake 105 105 rotp