mirror of
https://github.com/f-mer/chip8
synced 2024-12-25 21:58:45 +01:00
7 lines
127 B
Ruby
7 lines
127 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "minitest"
|
|
gem "rake", "~> 13.0"
|
|
gem "ruby-sdl2", "~> 0.3.5"
|