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

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 19, 2023
1 parent 7372440 commit 627fb7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion yaml/yaml2/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org/'

gem 'sinatra', '~> 2.2.0'
gem 'sinatra', '~> 2.2.3'
14 changes: 7 additions & 7 deletions yaml/yaml2/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
GEM
remote: https://rubygems.org/
specs:
mustermann (1.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
rack (2.2.6.2)
rack-protection (2.2.0)
rack-protection (2.2.3)
rack
ruby2_keywords (0.0.5)
sinatra (2.2.0)
mustermann (~> 1.0)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
rack-protection (= 2.2.3)
tilt (~> 2.0)
tilt (2.0.10)
tilt (2.0.11)

PLATFORMS
ruby

DEPENDENCIES
sinatra (~> 2.2.0)
sinatra (~> 2.2.3)

BUNDLED WITH
1.16.2

0 comments on commit 627fb7c

Please sign in to comment.