Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 3, 2022
1 parent 37c447b commit 61c27c8
Showing 1 changed file with 27 additions and 9 deletions.
36 changes: 27 additions & 9 deletions ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,42 @@ GEM
remote: https://rubygems.org/
specs:
dotenv (2.7.6)
faraday (1.3.0)
faraday (1.10.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
plaid (14.3.0)
plaid (14.10.0)
faraday (~> 1.0, >= 1.0.1)
rack (2.2.3)
rack-protection (2.0.8.1)
rack-protection (2.2.0)
rack
ruby2_keywords (0.0.2)
sinatra (2.0.8.1)
ruby2_keywords (0.0.5)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
tilt (2.0.10)

Expand All @@ -28,7 +46,7 @@ PLATFORMS

DEPENDENCIES
dotenv (~> 2.7)
plaid (= 14.3.0)
plaid (= 14.10.0)
sinatra

BUNDLED WITH
Expand Down

0 comments on commit 61c27c8

Please sign in to comment.