Skip to content

Commit 716f117

Browse files
authored
Merge pull request #92 from emberobserver/upgrade-codecov
Upgrade codecov gem since the 0.1.x series has been pulled
2 parents 32197cd + f8cc1bd commit 716f117

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

Gemfile.lock

+10-13
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,12 @@ GEM
7878
capistrano-bundler
7979
puma (~> 3.4)
8080
chronic (0.10.2)
81-
codecov (0.1.10)
82-
json
83-
simplecov
84-
url
81+
codecov (0.5.1)
82+
simplecov (>= 0.15, < 0.22)
8583
concurrent-ruby (1.1.5)
8684
connection_pool (2.2.1)
8785
crass (1.0.4)
88-
docile (1.1.5)
86+
docile (1.3.5)
8987
dotenv (2.2.1)
9088
dotenv-rails (2.2.1)
9189
dotenv (= 2.2.1)
@@ -112,7 +110,6 @@ GEM
112110
activerecord (>= 3.0)
113111
i18n (1.6.0)
114112
concurrent-ruby (~> 1.0)
115-
json (2.1.0)
116113
jsonapi-resources (0.9.0)
117114
activerecord (>= 4.1)
118115
concurrent-ruby
@@ -237,11 +234,12 @@ GEM
237234
connection_pool (~> 2.2, >= 2.2.0)
238235
rack-protection (>= 1.5.0)
239236
redis (>= 3.3.4, < 5)
240-
simplecov (0.15.1)
241-
docile (~> 1.1.0)
242-
json (>= 1.8, < 3)
243-
simplecov-html (~> 0.10.0)
244-
simplecov-html (0.10.2)
237+
simplecov (0.21.2)
238+
docile (~> 1.1)
239+
simplecov-html (~> 0.11)
240+
simplecov_json_formatter (~> 0.1)
241+
simplecov-html (0.12.3)
242+
simplecov_json_formatter (0.1.2)
245243
sinatra (2.0.5)
246244
mustermann (~> 1.0)
247245
rack (~> 2.0)
@@ -274,8 +272,7 @@ GEM
274272
ethon (>= 0.9.0)
275273
tzinfo (1.2.5)
276274
thread_safe (~> 0.1)
277-
unicode-display_width (1.3.0)
278-
url (0.3.2)
275+
unicode-display_width (1.7.0)
279276
web-console (3.5.1)
280277
actionview (>= 5.0)
281278
activemodel (>= 5.0)

0 commit comments

Comments
 (0)