We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9a82f commit 312a65fCopy full SHA for 312a65f
Gemfile
@@ -5,6 +5,7 @@ gem "csv"
5
gem "net-ldap"
6
gem "shale"
7
gem "rexml"
8
+gem "thor"
9
10
group :development, :test do
11
gem "pry"
Gemfile.lock
@@ -84,6 +84,7 @@ GEM
84
standard-performance (1.8.0)
85
lint_roller (~> 1.1)
86
rubocop-performance (~> 1.25.0)
87
+ thor (1.4.0)
88
unicode-display_width (3.2.0)
89
unicode-emoji (~> 4.1)
90
unicode-emoji (4.1.0)
@@ -103,6 +104,7 @@ DEPENDENCIES
103
104
shale
105
simplecov
106
standard
107
+ thor
108
109
BUNDLED WITH
110
2.7.2
0 commit comments