Skip to content

Commit

Permalink
Bump toml-rb from 2.2.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [toml-rb](https://github.com/emancu/toml-rb) from 2.2.0 to 3.0.1.
- [Release notes](https://github.com/emancu/toml-rb/releases)
- [Commits](emancu/toml-rb@v2.2.0...v3.0.1)

---
updated-dependencies:
- dependency-name: toml-rb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 23, 2024
1 parent 1f2f026 commit 2e84eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Expand Up @@ -32,7 +32,7 @@ PATH
psych (~> 5.0)
sorbet-runtime (~> 0.5.11178)
stackprof (~> 0.2.16)
toml-rb (>= 1.1.2, < 3.0)
toml-rb (>= 1.1.2, < 4.0)

PATH
remote: composer
Expand Down Expand Up @@ -339,8 +339,9 @@ GEM
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.3.1)
toml-rb (2.2.0)
toml-rb (3.0.1)
citrus (~> 3.0, > 3.0)
racc (~> 1.7)
turbo_tests (2.2.0)
parallel_tests (>= 3.3.0, < 5)
rspec (>= 3.10)
Expand Down
2 changes: 1 addition & 1 deletion common/dependabot-common.gemspec
Expand Up @@ -43,7 +43,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "psych", "~> 5.0"
spec.add_dependency "sorbet-runtime", "~> 0.5.11178"
spec.add_dependency "stackprof", "~> 0.2.16"
spec.add_dependency "toml-rb", ">= 1.1.2", "< 3.0"
spec.add_dependency "toml-rb", ">= 1.1.2", "< 4.0"

spec.add_development_dependency "debug", "~> 1.9.2"
spec.add_development_dependency "gpgme", "~> 2.0"
Expand Down

0 comments on commit 2e84eaf

Please sign in to comment.