Skip to content

Commit 4e39921

Browse files
committed
Upgrade simplecov
1 parent ce97453 commit 4e39921

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ group :development, :test do
2525
gem 'selenium-webdriver'
2626
gem 'poltergeist'
2727
gem 'puma'
28-
gem 'simplecov', require: false, group: :test
28+
gem 'simplecov', require: false, group: :test, github: "colszowka/simplecov"
2929
gem 'byebug'
3030
# gem 'pry-byebug'
3131
gem 'webmock'

Gemfile.lock

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
GIT
2+
remote: https://github.com/colszowka/simplecov.git
3+
revision: 5f503964d13efdbd7f6f3bb773be0a11a896038e
4+
specs:
5+
simplecov (0.18.0.beta3)
6+
docile (~> 1.1)
7+
simplecov-html (~> 0.11.0.beta2)
8+
19
PATH
210
remote: .
311
specs:
@@ -96,7 +104,7 @@ GEM
96104
declarative-option (< 0.2.0)
97105
representable (>= 2.4.0, <= 3.1.0)
98106
uber (< 0.2.0)
99-
docile (1.3.1)
107+
docile (1.3.2)
100108
erubi (1.8.0)
101109
ffi (1.9.25)
102110
generator_spec (0.9.4)
@@ -110,7 +118,6 @@ GEM
110118
hashdiff (0.3.8)
111119
i18n (1.6.0)
112120
concurrent-ruby (~> 1.0)
113-
json (2.1.0)
114121
loofah (2.3.1)
115122
crass (~> 1.0.2)
116123
nokogiri (>= 1.5.9)
@@ -197,11 +204,7 @@ GEM
197204
selenium-webdriver (3.14.1)
198205
childprocess (~> 0.5)
199206
rubyzip (~> 1.2, >= 1.2.2)
200-
simplecov (0.16.1)
201-
docile (~> 1.1)
202-
json (>= 1.8, < 3)
203-
simplecov-html (~> 0.10.0)
204-
simplecov-html (0.10.2)
207+
simplecov-html (0.11.0.beta2)
205208
sprockets (4.0.0)
206209
concurrent-ruby (~> 1.0)
207210
rack (> 1, < 3)
@@ -264,7 +267,7 @@ DEPENDENCIES
264267
puma
265268
rspec-rails (~> 3.8)
266269
selenium-webdriver
267-
simplecov
270+
simplecov!
268271
sqlite3 (~> 1.3.13)
269272
trailblazer
270273
trailblazer-cells

0 commit comments

Comments
 (0)