Skip to content

Commit

Permalink
Bump the patch-and-minor-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor-dependencies group with 2 updates: [bigdecimal](https://github.com/ruby/bigdecimal) and [pry](https://github.com/pry/pry).


Updates `bigdecimal` from 3.1.8 to 3.1.9
- [Release notes](https://github.com/ruby/bigdecimal/releases)
- [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md)
- [Commits](ruby/bigdecimal@v3.1.8...v3.1.9)

Updates `pry` from 0.15.0 to 0.15.2
- [Release notes](https://github.com/pry/pry/releases)
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](pry/pry@v0.15.0...v0.15.2)

---
updated-dependencies:
- dependency-name: bigdecimal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: pry
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and simonneutert committed Dec 28, 2024
1 parent 9b8fc3d commit b284424
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'roda', '~> 3.87'

group :development do
gem 'htmlbeautifier', '~> 1.4'
gem 'pry', '~> 0.15.0'
gem 'pry', '~> 0.15.2'
gem 'rake', '~> 13.1'
gem 'rubocop', '~> 1.69.2', require: false
gem 'rubocop-performance', '~> 1.23.0', require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
ast (2.4.2)
backport (1.2.0)
benchmark (0.3.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
coderay (1.1.3)
concurrent-ruby (1.3.4)
diff-lcs (1.5.1)
Expand Down Expand Up @@ -49,7 +49,7 @@ GEM
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pry (0.15.0)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
puma (6.5.0)
Expand Down Expand Up @@ -118,7 +118,7 @@ DEPENDENCIES
htmlbeautifier (~> 1.4)
ka-ching-client (~> 0.6.2)
money (~> 6.16)
pry (~> 0.15.0)
pry (~> 0.15.2)
puma (~> 6.5)
rack-unreloader (~> 2.1)
rackup (~> 2.2)
Expand Down

0 comments on commit b284424

Please sign in to comment.