Skip to content

Commit

Permalink
Merge pull request #5940 from ministryofjustice/fix/gemfile.lock-order
Browse files Browse the repository at this point in the history
Fix: Gemfile.lock order
  • Loading branch information
colinbruce authored Nov 2, 2023
2 parents 693373c + aa625ee commit a78c6b2
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 a78c6b2

Please sign in to comment.