isomerpages / isomerpages-template

The central template that all the Isomer sites are pulling from
Other
20 stars 39 forks source link

chore(lockfile): update lockfile to install with ruby 3.2 #407

Closed seaerchin closed 4 months ago

seaerchin commented 4 months ago

Problem

lockfile last time was using outdated ruby env (2.7.x) - we want an updated lockfile using the ruby version that we specify (3.2.2)

Solution

run bundle install with ruby version = 3.2.2