commit 23ddf9d27ad2ee6b24657da928f0c8f0d076f3d2 from: Bradley Taunt date: Thu Sep 19 12:05:44 2024 UTC Remove the need for bundler commit - 15741e4f9ee0e80b84152f2f560dc34e03f64d8e commit + 23ddf9d27ad2ee6b24657da928f0c8f0d076f3d2 blob - f54bb448079306c5c6f4f50e10bf0d56f1b7d58c blob + 390b6660e209ebdbbd959957900da6ee532ba692 --- .build.yml +++ .build.yml @@ -11,7 +11,7 @@ sources: - https://git.sr.ht/~bt/wruby tasks: - install-gems: | - sudo gem install bundler 'kramdown:2.4.0' 'rss:0.3.0' + sudo gem install 'kramdown:2.4.0' 'rss:0.3.0' - build: | cd wruby sudo make build blob - 5a67f45f05c697d39398a4104846c21a2b9812ef blob + 155ad39dccf47da346e97d92bc8f5db071d0f128 --- README.md +++ README.md @@ -30,7 +30,7 @@ otherwise edit this file with your own details. ## Running 1. `wruby` is based off of Ruby 3.3.3 (use `rbenv` or `rvm` to avoid privilege conflicts) -2. Install dependencies: `gem install bundler 'kramdown:2.4.0' 'rss:0.3.0'` +2. Install dependencies: `gem install 'kramdown:2.4.0' 'rss:0.3.0'` 3. Run `make build` in the root directory 4. Upload `build` folder to your server 5. Share your blog or site! \ No newline at end of file