Commit f98efd9
committed
Cache bust bundle data to fix docker builds
Jamie had an issue running and building the new docker file that might affect other people.
I can't reproduce this myself and I didn't have this problem when upgrading ruby so I wonder if it's caused by earlier versions of bundler or binstubs in the shared folder.
Modern versions of bundler will install the bundler version specified in the gemfile automatically, 2.x was the version version to do this so maybe there were some teething issues that are now fixed.
```
api-1 | Activating bundler (~> 4.0) failed:
api-1 | Could not find 'bundler' (~> 4.0) - did find: [bundler-2.7.2,bundler-2.6.9]
api-1 | Checked in 'GEM_PATH=/root/.local/share/gem/ruby/3.4.0:/usr/local/lib/ruby/gems/3.4.0:/usr/local/bundle' , execute `gem env` for more information
api-1 |
api-1 | To install the version of bundler this project requires, run `gem install bundler -v '~> 4.0'`
```1 parent 4ae58dd commit f98efd9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
0 commit comments