Open thomasjbradley opened 5 years ago
Try changing the .ruby-version to 2.6.2: https://github.com/fkhan24/ecommerce-pattern-library/blob/master/.ruby-version#L1
.ruby-version
2.6.2
Try deleting the following lines from the bottom of the Gemfile.lock: https://github.com/fkhan24/ecommerce-pattern-library/blob/master/Gemfile.lock#L79-L80
Gemfile.lock
It worked!
Try changing the
.ruby-version
to2.6.2
: https://github.com/fkhan24/ecommerce-pattern-library/blob/master/.ruby-version#L1Try deleting the following lines from the bottom of the
Gemfile.lock
: https://github.com/fkhan24/ecommerce-pattern-library/blob/master/Gemfile.lock#L79-L80