initial commit

This commit is contained in:
Aleks Rūtiņš 2024-09-08 20:57:06 -04:00
commit 5779c37f5b
19 changed files with 421 additions and 0 deletions

16
Gemfile Normal file
View file

@ -0,0 +1,16 @@
# frozen_string_literal: true
source "https://rubygems.org"
# Specify your gem's dependencies in phlexite.gemspec
gemspec
gem "rake", "~> 13.0"
gem "minitest", "~> 5.16"
gem "standard", "~> 1.3"
gem "phlex", "~> 1.11"
gem "steep", "~> 1.7", :group => :development