Skip to content

Commit

Permalink
Dependabot: Bump the ruby group with 6 updates (#55)
Browse files Browse the repository at this point in the history
Bumps the ruby group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [erubi](https://github.com/jeremyevans/erubi) | `1.12.0` | `1.13.0` |
| [rack](https://github.com/rack/rack) | `3.0.11` | `3.1.4` |
| [rouge](https://github.com/rouge-ruby/rouge) | `4.2.1` | `4.3.0` |
| [rspec-expectations](https://github.com/rspec/rspec-expectations) | `3.13.0` | `3.13.1` |
| [sequel](https://github.com/jeremyevans/sequel) | `5.80.0` | `5.81.0` |
| [tilt](https://github.com/jeremyevans/tilt) | `2.3.0` | `2.4.0` |


Updates `erubi` from 1.12.0 to 1.13.0
- [Changelog](https://github.com/jeremyevans/erubi/blob/master/CHANGELOG)
- [Commits](jeremyevans/erubi@1.12.0...1.13.0)

Updates `rack` from 3.0.11 to 3.1.4
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/commits/v3.1.4)

Updates `rouge` from 4.2.1 to 4.3.0
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](rouge-ruby/rouge@v4.2.1...v4.3.0)

Updates `rspec-expectations` from 3.13.0 to 3.13.1
- [Release notes](https://github.com/rspec/rspec-expectations/releases)
- [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)
- [Commits](rspec/rspec-expectations@v3.13.0...v3.13.1)

Updates `sequel` from 5.80.0 to 5.81.0
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.80.0...5.81.0)

Updates `tilt` from 2.3.0 to 2.4.0
- [Changelog](https://github.com/jeremyevans/tilt/blob/master/CHANGELOG.md)
- [Commits](jeremyevans/tilt@v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: erubi
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rack
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rouge
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rspec-expectations
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: sequel
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: tilt
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 64bdc6a commit 0db9b32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
database_cleaner-core (~> 2.0.0)
sequel
diff-lcs (1.5.1)
erubi (1.12.0)
erubi (1.13.0)
event_sourcery (1.0.0)
event_sourcery-postgres (0.9.1)
event_sourcery (>= 0.14.0)
Expand All @@ -43,7 +43,7 @@ GEM
pry (>= 0.13, < 0.15)
puma (6.4.2)
nio4r (~> 2.0)
rack (3.0.11)
rack (3.1.4)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
Expand All @@ -52,30 +52,30 @@ GEM
rack-test (2.1.0)
rack (>= 1.3)
rake (13.2.1)
rouge (4.2.1)
rouge (4.3.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
ruby2_keywords (0.0.5)
sequel (5.80.0)
sequel (5.81.0)
bigdecimal
sinatra (4.0.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.3.0)
tilt (2.4.0)

PLATFORMS
aarch64-linux
Expand Down

0 comments on commit 0db9b32

Please sign in to comment.