Skip to content

Commit

Permalink
Merge pull request #9580 from dependabot/dependabot/bundler/toml-rb-3…
Browse files Browse the repository at this point in the history
….0.1

Bump toml-rb from 2.2.0 to 3.0.1
  • Loading branch information
raj-meka committed Apr 30, 2024
2 parents 119e60d + 536f66b commit f6fd60c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 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 @@ -346,8 +346,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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion updater/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

0 comments on commit f6fd60c

Please sign in to comment.