Let me clarify the situation more, I see the typos.
In my rails app, I was able to do "rails secrets:edit". The setup was stable and worked months, pipeline was building the app container for release too. This week, I have realized that when the container gets built in the pipeline then app fails to start with the error below.
While I can run the app in my development container that had bundle installed weeks ago, in all other containers where bundle install gets performed, since this week, the app fails to start with the below error.
The app uses ruby 2.5.0 and rails 5.1.5, bundler (1.16.1), rubygems-bundler (1.4.4)
This error looks the same as a one, a few months ago, when ruby 2.5 required upgrade to the system gemset. Has anyone an idea what had gone wrong? Comparing Gemfile.lock between containers, bundled gems are of identical versions. It boils down to the ruby systems gemset, however, gemset is the latest version per below. Encryption key is identical, 100 times copied over or sent in env var ;) for not believing the app fails to start.
$ sudo gem update --system
Latest version already installed. Done.
Cheers, Thomas