Verified Commit 3c4c6c0f authored by nagayama15's avatar nagayama15

gem install amatch

parent 612fbfc6
......@@ -49,6 +49,9 @@ _deps
node_modules/
*.log
### Ruby gems
/.bundle/
### Build directories
/build*/
/out/
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "amatch"
GEM
remote: https://rubygems.org/
specs:
amatch (0.4.0)
mize
tins (~> 1.0)
mize (0.4.0)
protocol (~> 2.0)
protocol (2.0.0)
ruby_parser (~> 3.0)
ruby_parser (3.15.0)
sexp_processor (~> 4.9)
sexp_processor (4.15.1)
sync (0.5.0)
tins (1.26.0)
sync
PLATFORMS
ruby
DEPENDENCIES
amatch
BUNDLED WITH
2.1.4
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment