Skip to content

How to Update Slate 2.7.0 to Latest Version #1568

Answered by MasterOdin
aaykut asked this question in Q&A
Discussion options

You must be logged in to vote

All version updates usually update the Gemfile and Gemfile.lock files. The other files affected for given version range are:

  • source/javascripts/lib/_lunr.js was updated in 2.8.0
  • source/javascript/app/_copy.js in 616df62 in 2.8.0
  • source/javascript/app/_lang.js in 681f481 in 2.9.1
  • source/javascripts/lib/_jquery.js was updated in 2.11.0
  • source/layouts/layout.erb in ef09832 in 2.11.0

The easiest way to update usually though is to have your slate repo, and then mark this one as an upstream (https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork), and then fetching the tags for the upstream (git fetch --tags upstream) and t…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by aaykut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants