aoc-helper/Gemfile

8 lines
121 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gem 'tty-prompt'
gem 'tty-file'
gem "colorize", "~> 0.8.1"