1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-16 07:28:25 +02:00
cheatsheets/Gemfile
Rico Sta. Cruz 6fbdf3efbe
Update dependencies, Ruby, Node (#2099)
* Update deps

* Update GitHub actions

* Update netlify runtimes

* Add csv

* Downgrade to Ruby 3.2.3
2024-02-04 22:35:55 +11:00

6 lines
108 B
Ruby

source 'https://rubygems.org'
gem 'webrick'
gem 'github-pages', group: :jekyll_plugins
gem 'json'
gem 'csv'