Skip to content

Commit

Permalink
build(deps): bump the bundler group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the bundler group with 2 updates: [sinatra](https://github.com/sinatra/sinatra) and [parser](https://github.com/whitequark/parser).


Updates `sinatra` from 3.2.0 to 4.0.0
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v3.2.0...v4.0.0)

Updates `parser` from 3.3.0.4 to 3.3.0.5
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.0.4...v3.3.0.5)

---
updated-dependencies:
- dependency-name: sinatra
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: bundler
- dependency-name: parser
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent b63d4e0 commit 377987e
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,20 @@ GEM
oauth2 (>= 1.4, < 3)
omniauth (~> 2.0)
parallel (1.24.0)
parser (3.3.0.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.4)
racc (1.7.3)
rack (2.2.8)
rack-protection (3.2.0)
rack (3.0.8)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rainbow (3.1.1)
raindrops (0.20.1)
rb-fsevent (0.11.2)
Expand All @@ -122,10 +124,11 @@ GEM
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
shellany (0.0.1)
sinatra (3.2.0)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.2.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
snaky_hash (2.0.1)
hashie
Expand Down

0 comments on commit 377987e

Please sign in to comment.