Skip to content

Commit

Permalink
Bump sinatra from 1.4.8 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.8 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@v1.4.8...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 1d68040 commit 6755b2c
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ GEM
method_source (0.8.2)
minitest (5.14.1)
multipart-post (2.0.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nio4r (2.0.0)
pry (0.10.4)
coderay (~> 1.1.0)
Expand All @@ -64,8 +66,8 @@ GEM
pry (~> 0.10)
public_suffix (2.0.5)
puma (3.12.6)
rack (1.6.13)
rack-protection (1.5.5)
rack (2.2.3)
rack-protection (2.2.0)
rack
rack-test (0.6.3)
rack (>= 1.0)
Expand All @@ -83,11 +85,13 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.4)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
slack-ruby-bot (0.10.1)
hashie
slack-ruby-client (>= 0.6.0)
Expand All @@ -102,7 +106,7 @@ GEM
slop (3.6.0)
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.7)
tilt (2.0.10)
timers (4.1.2)
hitimes
tzinfo (1.2.7)
Expand Down

0 comments on commit 6755b2c

Please sign in to comment.