Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump toml-rb from 2.2.0 to 3.0.1 #9580

Merged
merged 4 commits into from Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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