]> cat aescling's git repositories - mastodon.git/commit
Make Gemfile.lock consistent with Gemfile
authoraescling <11325618-aescling@users.noreply.gitlab.com>
Wed, 16 Nov 2022 03:47:58 +0000 (03:47 +0000)
committeraescling <11325618-aescling@users.noreply.gitlab.com>
Wed, 16 Nov 2022 03:47:58 +0000 (03:47 +0000)
commit71d1047e15abcba99085d2737b9929b1e7f9e03f
tree7ca33ba2f56450bde7f957111eefe1b1fec941e9
parent9983797cad6b32188c2a41a2b5404dc043697abe
Make Gemfile.lock consistent with Gemfile

Not sure how I broke this, which breaks builds on prod.

Fixed with `bundle config unset deployment; bundle install; git add
Gemfile.lock; bundle config set deployment true`.
Gemfile.lock