Skip to content

Commit 22f925d

Browse files
committed
Use released simplecov version
1 parent 5b4c421 commit 22f925d

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
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, github: "colszowka/simplecov"
28+
gem 'simplecov', require: false, group: :test
2929
gem 'byebug'
3030
# gem 'pry-byebug'
3131
gem 'webmock'

Gemfile.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
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-
91
PATH
102
remote: .
113
specs:
@@ -204,7 +196,10 @@ GEM
204196
selenium-webdriver (3.14.1)
205197
childprocess (~> 0.5)
206198
rubyzip (~> 1.2, >= 1.2.2)
207-
simplecov-html (0.11.0.beta2)
199+
simplecov (0.18.0)
200+
docile (~> 1.1)
201+
simplecov-html (~> 0.11.0)
202+
simplecov-html (0.11.0)
208203
sprockets (4.0.0)
209204
concurrent-ruby (~> 1.0)
210205
rack (> 1, < 3)
@@ -267,7 +262,7 @@ DEPENDENCIES
267262
puma
268263
rspec-rails (~> 3.8)
269264
selenium-webdriver
270-
simplecov!
265+
simplecov
271266
sqlite3 (~> 1.3.13)
272267
trailblazer
273268
trailblazer-cells

0 commit comments

Comments
 (0)