openSUSE / ansible-obs

Some playbooks to operate OBS
1 stars 10 forks source link

Fix the deprecation warning #57

Closed danidoni closed 2 years ago

danidoni commented 2 years ago

Running the docker container throws a deprecation like this one:

[DEPRECATED] The `--deployment` flag is deprecated because it relies
on being remembered across bundler invocations, which bundler will
no longer do in future versions. Instead please use `bundle config
set --local deployment 'true'`, and stop using this flag

and

[DEPRECATED] The --binstubs option will be removed in favor of
`bundle binstubs --all`