1 parent a1e3cf2 commit 6a06c5dCopy full SHA for 6a06c5d
2 files changed
Gemfile
@@ -5,6 +5,8 @@ source "https://rubygems.org"
5
# Specify your gem's dependencies in node_mutation.gemspec
6
gemspec
7
8
+gem "ostruct", "~> 0.6"
9
+
10
gem "rake", "~> 13.0"
11
12
gem "rspec", "~> 3.0"
Gemfile.lock
@@ -34,6 +34,7 @@ GEM
34
notiffany (0.1.3)
35
nenv (~> 0.1)
36
shellany (~> 0.0)
37
+ ostruct (0.6.3)
38
parser (3.3.10.0)
39
ast (~> 2.4.1)
40
racc
@@ -83,6 +84,7 @@ DEPENDENCIES
83
84
guard
85
guard-rspec
86
node_mutation!
87
+ ostruct (~> 0.6)
88
parser_node_ext
89
prism_ext
90
rake (~> 13.0)
0 commit comments