@@ -14,6 +14,10 @@ group :test do
gem "coveralls", "~>0.8", require: false
gem "simplecov", "~>0.10", require: false
gem "codeclimate-test-reporter", "~>0.4"
gem "json"
if RUBY_VERSION > "2"
gem "json", "~> 2.0", ">= 2.0.2"
else
end
gem "rspec", "< 4"
The note is not visible to the blocked user.