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 5373a5a commit 2bc187bCopy full SHA for 2bc187b
Gemfile
@@ -16,6 +16,7 @@ group :production do
16
end
17
18
group :development do
19
+ gem 'minitest'
20
gem 'spidr', '~> 0.6'
21
gem 'validate-website', '~> 1.6'
22
Gemfile.lock
@@ -45,6 +45,7 @@ GEM
45
ruby_dep (~> 1.2)
46
mercenary (0.3.6)
47
mini_portile2 (2.3.0)
48
+ minitest (5.11.3)
49
nokogiri (1.8.5)
50
mini_portile2 (~> 2.3.0)
51
paint (1.0.1)
@@ -98,6 +99,7 @@ PLATFORMS
98
99
DEPENDENCIES
100
jekyll (~> 3.0)
101
lanyon (~> 0.4.0)
102
+ minitest
103
rack-protection
104
rack-rewrite
105
rack-ssl
0 commit comments