We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b755b commit 164dbe6Copy full SHA for 164dbe6
Gemfile
@@ -3,6 +3,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
3
4
gem 'httpclient'
5
gem 'rake'
6
+gem 'minitest'
7
8
# Add bundled gems to fix errors/warnings
9
gem 'csv'
Gemfile.lock
@@ -6,6 +6,7 @@ GEM
dotenv (3.1.8)
httpclient (2.9.0)
mutex_m
+ minitest (5.25.5)
10
mutex_m (0.3.0)
11
net-ssh (7.3.0)
12
rake (13.2.1)
@@ -18,6 +19,7 @@ DEPENDENCIES
18
19
csv
20
dotenv
21
httpclient
22
+ minitest
23
net-ssh
24
rake
25
0 commit comments