annotate_models icon indicating copy to clipboard operation
annotate_models copied to clipboard

Bundler.with_clean_env is deprecated

Open nard-tech opened this issue 3 years ago • 0 comments

Maybe related to #859

In Bundler 3, Bundler.with_clean_env is deprecated.

This methods is used several times in test codes for integration test.

Codes

https://github.com/ctran/annotate_models/blob/70aba780b44c8fad14b76c2e051529a6c78299bc/spec/integration/rails_5.2.4.1_spec.rb#L14

Links

  • https://github.com/rubygems/bundler/blob/master/UPGRADING.md

Version

  • annotate version: 3.1.1
  • rails version: 5.2.4.1, 6.0.2.1
  • ruby version: 2.4, 2.5, 2.6

nard-tech avatar Mar 31 '21 14:03 nard-tech