zendesk / zendesk_apps_tools

Apache License 2.0
74 stars 41 forks source link

Fix version in Gemfile.lock being out-of-sync #402

Closed Frederick888 closed 1 year ago

Frederick888 commented 1 year ago

Description

74cfa25 Bundle config frozen to ensure lock file is up-to-date

2b6fa9e Fix version in Gemfile.lock being out-of-sync

This was an oopsie in my [1]. It doesn't affect gem install so only bringing the lock file to sync without bumping version.

[1] https://github.com/zendesk/zendesk_apps_tools/commit/470a8d6e010970d7b9646304c3b7e17d10694409

Tasks

References

Risks

Low: Fixing only version number in the lock file.