Skip to content

Commit

Permalink
Bump the patch-and-minor-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor-dependencies group with 3 updates: [fiddle](https://github.com/ruby/fiddle), [ostruct](https://github.com/ruby/ostruct) and [reline](https://github.com/ruby/reline).


Updates `fiddle` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/ruby/fiddle/releases)
- [Changelog](https://github.com/ruby/fiddle/blob/master/NEWS.md)
- [Commits](ruby/fiddle@v1.1.4...v1.1.5)

Updates `ostruct` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/ruby/ostruct/releases)
- [Commits](ruby/ostruct@v0.6.0...v0.6.1)

Updates `reline` from 0.5.10 to 0.5.11
- [Release notes](https://github.com/ruby/reline/releases)
- [Commits](ruby/reline@v0.5.10...v0.5.11)

---
updated-dependencies:
- dependency-name: fiddle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: ostruct
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: reline
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and simonneutert committed Nov 9, 2024
1 parent 4066c32 commit c801fdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ source 'https://rubygems.org'
gem 'fiddle', '~> 1.1'
gem 'logger', '~> 1.6'
gem 'minitar-cli', '~> 0.12'
gem 'ostruct', '~> 0.6.0'
gem 'ostruct', '~> 0.6.1'
gem 'puma', '~> 6.4'
gem 'rack-unreloader', '~> 2.1'
gem 'rackup', '~> 2.2.0'
gem 'rake', '~> 13.1'
gem 'redcarpet', '~> 3.6'
gem 'reline', '~> 0.5.10'
gem 'reline', '~> 0.5.11'
gem 'rexml', '~> 3.3'
gem 'roda', '~> 3.85'
gem 'tantiny', '0.3.3'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.3.4)
diff-lcs (1.5.1)
fiddle (1.1.4)
fiddle (1.1.5)
hashie (5.0.0)
htmlbeautifier (1.4.3)
io-console (0.7.2)
Expand All @@ -19,7 +19,7 @@ GEM
powerbar (~> 1.0)
minitest (5.25.1)
nio4r (2.7.3)
ostruct (0.6.0)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.5.1)
ast (~> 2.4.1)
Expand All @@ -42,7 +42,7 @@ GEM
rake (13.2.1)
redcarpet (3.6.0)
regexp_parser (2.9.2)
reline (0.5.10)
reline (0.5.11)
io-console (~> 0.5)
rexml (3.3.9)
roda (3.85.0)
Expand Down Expand Up @@ -105,15 +105,15 @@ DEPENDENCIES
logger (~> 1.6)
minitar-cli (~> 0.12)
minitest (~> 5.21)
ostruct (~> 0.6.0)
ostruct (~> 0.6.1)
pry
puma (~> 6.4)
rack-test
rack-unreloader (~> 2.1)
rackup (~> 2.2.0)
rake (~> 13.1)
redcarpet (~> 3.6)
reline (~> 0.5.10)
reline (~> 0.5.11)
rexml (~> 3.3)
roda (~> 3.85)
rubocop (~> 1.68)
Expand Down

0 comments on commit c801fdd

Please sign in to comment.