Bump simplecov and coveralls
This commit is contained in:
parent
126866608b
commit
8ada40ec08
2 changed files with 11 additions and 11 deletions
4
Gemfile
4
Gemfile
|
|
@ -266,7 +266,7 @@ group :development do
|
||||||
gem "pry-byebug"
|
gem "pry-byebug"
|
||||||
|
|
||||||
# test coverage
|
# test coverage
|
||||||
gem "simplecov", "0.14.1", require: false
|
gem "simplecov", "0.16.1", require: false
|
||||||
|
|
||||||
gem "turbo_dev_assets", "0.0.2"
|
gem "turbo_dev_assets", "0.0.2"
|
||||||
end
|
end
|
||||||
|
|
@ -297,7 +297,7 @@ group :test do
|
||||||
gem "diaspora_federation-test", "0.2.5"
|
gem "diaspora_federation-test", "0.2.5"
|
||||||
|
|
||||||
# Coverage
|
# Coverage
|
||||||
gem "coveralls", "0.8.21", require: false
|
gem "coveralls", "0.8.22", require: false
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
|
|
||||||
18
Gemfile.lock
18
Gemfile.lock
|
|
@ -126,9 +126,9 @@ GEM
|
||||||
concurrent-ruby (1.1.3)
|
concurrent-ruby (1.1.3)
|
||||||
configurate (0.3.1)
|
configurate (0.3.1)
|
||||||
connection_pool (2.2.1)
|
connection_pool (2.2.1)
|
||||||
coveralls (0.8.21)
|
coveralls (0.8.22)
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
simplecov (~> 0.14.1)
|
simplecov (~> 0.16.1)
|
||||||
term-ansicolor (~> 1.3)
|
term-ansicolor (~> 1.3)
|
||||||
thor (~> 0.19.4)
|
thor (~> 0.19.4)
|
||||||
tins (~> 1.6)
|
tins (~> 1.6)
|
||||||
|
|
@ -181,7 +181,7 @@ GEM
|
||||||
fabrication (~> 2.16)
|
fabrication (~> 2.16)
|
||||||
uuid (~> 2.3, >= 2.3.8)
|
uuid (~> 2.3, >= 2.3.8)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
docile (1.1.5)
|
docile (1.3.1)
|
||||||
domain_name (0.5.20170404)
|
domain_name (0.5.20170404)
|
||||||
unf (>= 0.0.5, < 1.0.0)
|
unf (>= 0.0.5, < 1.0.0)
|
||||||
entypo-rails (3.0.0)
|
entypo-rails (3.0.0)
|
||||||
|
|
@ -655,8 +655,8 @@ GEM
|
||||||
simple_captcha2 (0.4.3)
|
simple_captcha2 (0.4.3)
|
||||||
rails (>= 4.1)
|
rails (>= 4.1)
|
||||||
simple_oauth (0.3.1)
|
simple_oauth (0.3.1)
|
||||||
simplecov (0.14.1)
|
simplecov (0.16.1)
|
||||||
docile (~> 1.1.0)
|
docile (~> 1.1)
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
simplecov-html (0.10.2)
|
simplecov-html (0.10.2)
|
||||||
|
|
@ -684,7 +684,7 @@ GEM
|
||||||
sysexits (1.2.0)
|
sysexits (1.2.0)
|
||||||
systemu (2.6.5)
|
systemu (2.6.5)
|
||||||
temple (0.8.0)
|
temple (0.8.0)
|
||||||
term-ansicolor (1.6.0)
|
term-ansicolor (1.7.0)
|
||||||
tins (~> 1.0)
|
tins (~> 1.0)
|
||||||
terminal-table (1.8.0)
|
terminal-table (1.8.0)
|
||||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
|
|
@ -694,7 +694,7 @@ GEM
|
||||||
timecop (0.9.1)
|
timecop (0.9.1)
|
||||||
timers (4.1.2)
|
timers (4.1.2)
|
||||||
hitimes
|
hitimes
|
||||||
tins (1.16.3)
|
tins (1.20.2)
|
||||||
to_regexp (0.2.1)
|
to_regexp (0.2.1)
|
||||||
turbo_dev_assets (0.0.2)
|
turbo_dev_assets (0.0.2)
|
||||||
twitter (6.2.0)
|
twitter (6.2.0)
|
||||||
|
|
@ -774,7 +774,7 @@ DEPENDENCIES
|
||||||
carrierwave (= 1.2.2)
|
carrierwave (= 1.2.2)
|
||||||
compass-rails (= 3.0.2)
|
compass-rails (= 3.0.2)
|
||||||
configurate (= 0.3.1)
|
configurate (= 0.3.1)
|
||||||
coveralls (= 0.8.21)
|
coveralls (= 0.8.22)
|
||||||
cucumber-api-steps (= 0.14)
|
cucumber-api-steps (= 0.14)
|
||||||
cucumber-rails (= 1.5.0)
|
cucumber-rails (= 1.5.0)
|
||||||
database_cleaner (= 1.6.2)
|
database_cleaner (= 1.6.2)
|
||||||
|
|
@ -882,7 +882,7 @@ DEPENDENCIES
|
||||||
sidekiq (= 5.1.3)
|
sidekiq (= 5.1.3)
|
||||||
sidekiq-cron (= 0.6.3)
|
sidekiq-cron (= 0.6.3)
|
||||||
simple_captcha2 (= 0.4.3)
|
simple_captcha2 (= 0.4.3)
|
||||||
simplecov (= 0.14.1)
|
simplecov (= 0.16.1)
|
||||||
sinon-rails (= 1.15.0)
|
sinon-rails (= 1.15.0)
|
||||||
spring (= 2.0.2)
|
spring (= 2.0.2)
|
||||||
spring-commands-cucumber (= 1.0.1)
|
spring-commands-cucumber (= 1.0.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue