Restore platform-specific thruster entries in Gemfile.saas.lock
The dependabot PR that bumped solid_queue and importmap-rails accidentally dropped the platform variants for thruster 0.1.18 from Gemfile.saas.lock, causing "Unsupported platform: x86_64-linux" boot failures on production.
This commit is contained in:
@@ -625,6 +625,10 @@ GEM
|
||||
stripe (18.0.1)
|
||||
thor (1.5.0)
|
||||
thruster (0.1.18)
|
||||
thruster (0.1.18-aarch64-linux)
|
||||
thruster (0.1.18-arm64-darwin)
|
||||
thruster (0.1.18-x86_64-darwin)
|
||||
thruster (0.1.18-x86_64-linux)
|
||||
timeout (0.6.0)
|
||||
trilogy (2.10.0)
|
||||
bigdecimal
|
||||
|
||||
Reference in New Issue
Block a user