Commit fcd2128c authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'update-toml-rb' into 'master'

Update toml-rb gem to 2.0

See merge request gitlab-org/gitlab!64851
parents f83c54a7 41982c9f
...@@ -481,7 +481,7 @@ gem 'grpc', '~> 1.30.2' ...@@ -481,7 +481,7 @@ gem 'grpc', '~> 1.30.2'
gem 'google-protobuf', '~> 3.17.1' gem 'google-protobuf', '~> 3.17.1'
gem 'toml-rb', '~> 1.0.0' gem 'toml-rb', '~> 2.0'
# Feature toggles # Feature toggles
gem 'flipper', '~> 0.21.0' gem 'flipper', '~> 0.21.0'
......
...@@ -1290,7 +1290,7 @@ GEM ...@@ -1290,7 +1290,7 @@ GEM
to_regexp (0.2.1) to_regexp (0.2.1)
toml (0.2.0) toml (0.2.0)
parslet (~> 1.8.0) parslet (~> 1.8.0)
toml-rb (1.0.0) toml-rb (2.0.1)
citrus (~> 3.0, > 3.0) citrus (~> 3.0, > 3.0)
tomlrb (1.3.0) tomlrb (1.3.0)
tpm-key_attestation (0.9.0) tpm-key_attestation (0.9.0)
...@@ -1660,7 +1660,7 @@ DEPENDENCIES ...@@ -1660,7 +1660,7 @@ DEPENDENCIES
thin (~> 1.8.0) thin (~> 1.8.0)
thrift (>= 0.14.0) thrift (>= 0.14.0)
timecop (~> 0.9.1) timecop (~> 0.9.1)
toml-rb (~> 1.0.0) toml-rb (~> 2.0)
truncato (~> 0.7.11) truncato (~> 0.7.11)
u2f (~> 0.2.1) u2f (~> 0.2.1)
unf (~> 0.1.4) unf (~> 0.1.4)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment