You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This is source for the [tech team webpage][tech_blog] at Skit. Template is [Mund
11
11
- Install ruby version for this repo. `rbenv install 2.7.2`. A local
12
12
`.ruby-version` file will make sure the repository uses consistent ruby
13
13
version.
14
-
- Install [bundler](https://bundler.io/) using `gem install bundler`.
14
+
- Install [bundler](https://bundler.io/) using `gem install bundler -v 2.4.22`. Note that newer versions of bundler need newer ruby so we will work with an older version for now.
15
15
- Run `bundle` for installing dependencies.
16
16
- Run the blog locally: `bundle exec jekyll serve --host=0.0.0.0`
0 commit comments