Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #459 from MagLev/dependabot/bundler/examples/sinat…
Browse files Browse the repository at this point in the history
…ra/simple_blog/sinatra-2.2.0

Bump sinatra from 1.2.6 to 2.2.0 in /examples/sinatra/simple_blog
  • Loading branch information
jc00ke authored May 27, 2022
2 parents 79bb8e2 + 72f93bb commit fad1df8
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions examples/sinatra/simple_blog/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@ GEM
remote: http://rubygems.org/
specs:
minitest (2.5.1)
rack (1.6.13)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
tilt (1.3.3)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
rack (2.2.3.1)
rack-protection (2.2.0)
rack
ruby2_keywords (0.0.5)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
tilt (2.0.10)

PLATFORMS
ruby
Expand Down

0 comments on commit fad1df8

Please sign in to comment.