Skip to content

Commit

Permalink
Fix: Gemfile.lock order
Browse files Browse the repository at this point in the history
While rebasing the rails 7 pr, there was a conflict
that I manually resolved and got the gems in the
wrong, alphabetical, sequence.

This works fine on the servers but this PR should
prevent other users seeing confusing update after
running bundle install
  • Loading branch information
colinbruce committed Nov 2, 2023
1 parent 693373c commit aa625ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -547,10 +547,10 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (5.0.8)
redis-client (>= 0.17.0)
rdoc (6.5.0)
psych (>= 4.0.0)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.18.0)
connection_pool
regexp_parser (2.8.2)
Expand Down

0 comments on commit aa625ee

Please sign in to comment.