m4rs-mt / ILGPU

ILGPU JIT Compiler for high-performance .Net GPU programs
http://www.ilgpu.net
Other
1.38k stars 117 forks source link

removing Site/Gemfile.lock #1104

Closed naskio closed 1 year ago

naskio commented 1 year ago

The Gemfile.lock is not necessary in our Jekyll setup because we are using GitHub Pages.

During the build phase, GitHub Pages always utilizes its own dependencies and versions, which are listed here.

m4rs-mt commented 1 year ago

Nice catch 👍