mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-10-16 07:28:25 +02:00
* Update deps * Update GitHub actions * Update netlify runtimes * Add csv * Downgrade to Ruby 3.2.3
6 lines
108 B
Ruby
6 lines
108 B
Ruby
source 'https://rubygems.org'
|
|
gem 'webrick'
|
|
gem 'github-pages', group: :jekyll_plugins
|
|
gem 'json'
|
|
gem 'csv'
|