Skip to content

Commit 624890a

Browse files
committed
Update RubyGems Bundler install frozen scripts
--frozen - prevent lockfile updates - require existing lockfile --deployment - always install to 'vendor/bundle' ignoring .bundle/config BUNDLE_PATH - also ignore system gems, stick to local proj - safer for CI
1 parent c495604 commit 624890a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"android": "react-native run-android --active-arch-only",
1212
"android:release": "react-native run-android --active-arch-only --mode release",
1313
"gems": "bundle install",
14-
"gems:frozen": "bundle install --frozen",
14+
"gems:frozen": "bundle install --deployment",
1515
"ios": "react-native run-ios",
1616
"ios:release": "react-native run-ios --mode Release",
1717
"ios:light": "xcrun simctl ui booted appearance light",

0 commit comments

Comments
 (0)