bugsnag / bugsnag-android

BugSnag crash monitoring and reporting tool for Android apps
https://www.bugsnag.com/platforms/android/
Other
1.19k stars 205 forks source link

Remove Gemfile.lock #2071

Closed twometresteve closed 3 months ago

twometresteve commented 3 months ago

Goal

Remove Gemfile.lock to reduce unnecessary Dependabot warnings.

Testing

Covered by a basic CI run.

bugsnagbot commented 3 months ago

Android notifier sizes

Format Size impact of Bugsnag (kB) Size impact of Bugsnag when Minified (kB)
APK 1853.94 1674.7
arm64_v8a 631.04 450.82
armeabi_v7a 565.51 385.29
x86 708.85 528.62
x86_64 676.09 495.86

Generated by :no_entry_sign: Danger

tomlongridge commented 3 months ago

Can we also remove features/fixtures/minimalapp/Gemfile.lock?

twometresteve commented 3 months ago

Can we also remove features/fixtures/minimalapp/Gemfile.lock?

Done, didn't realise it was there.