initial commit
This commit is contained in:
commit
5779c37f5b
19 changed files with 421 additions and 0 deletions
16
Gemfile
Normal file
16
Gemfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue