Skip to content

Commit ea5e997

Browse files
authored
Update test dependencies (#28)
1 parent c487556 commit ea5e997

File tree

5 files changed

+79
-106
lines changed

5 files changed

+79
-106
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: ruby
22

33
rvm:
4-
- 2.3.8
5-
- 2.4.8
6-
- 2.5.7
7-
- 2.6.5
8-
- 2.7.0
4+
- 2.4.10
5+
- 2.5.8
6+
- 2.6.6
7+
- 2.7.2
98

109
gemfile:
1110
- gemfiles/rails_5.2.gemfile
@@ -14,4 +13,4 @@ gemfile:
1413

1514
before_install:
1615
- yes | gem update --system --force
17-
- gem install bundler
16+
- gem install bundler -v 2.1.4

gemfiles/rails_5.0.gemfile.lock

Lines changed: 33 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -9,56 +9,48 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
activesupport (5.0.0.1)
12+
activesupport (5.0.7.2)
1313
concurrent-ruby (~> 1.0, >= 1.0.2)
14-
i18n (~> 0.7)
14+
i18n (>= 0.7, < 2)
1515
minitest (~> 5.1)
1616
tzinfo (~> 1.1)
17-
appraisal (2.1.0)
17+
appraisal (2.3.0)
1818
bundler
1919
rake
2020
thor (>= 0.14.0)
21-
builder (3.2.3)
22-
coderay (1.1.1)
23-
concurrent-ruby (1.0.2)
24-
diff-lcs (1.2.5)
25-
docile (1.1.5)
26-
i18n (0.7.0)
27-
json (2.0.2)
28-
method_source (0.8.2)
29-
mini_portile2 (2.1.0)
30-
minitest (5.9.0)
31-
nokogiri (1.7.2)
32-
mini_portile2 (~> 2.1.0)
33-
pry (0.10.4)
21+
builder (3.2.4)
22+
coderay (1.1.3)
23+
concurrent-ruby (1.1.7)
24+
diff-lcs (1.4.4)
25+
i18n (1.8.5)
26+
concurrent-ruby (~> 1.0)
27+
method_source (0.9.2)
28+
mini_portile2 (2.4.0)
29+
minitest (5.14.2)
30+
nokogiri (1.10.10)
31+
mini_portile2 (~> 2.4.0)
32+
pry (0.12.2)
3433
coderay (~> 1.1.0)
35-
method_source (~> 0.8.1)
36-
slop (~> 3.4)
37-
pry-nav (0.2.4)
38-
pry (>= 0.9.10, < 0.11.0)
39-
rake (11.2.2)
40-
rspec (3.5.0)
41-
rspec-core (~> 3.5.0)
42-
rspec-expectations (~> 3.5.0)
43-
rspec-mocks (~> 3.5.0)
44-
rspec-core (3.5.2)
45-
rspec-support (~> 3.5.0)
46-
rspec-expectations (3.5.0)
34+
method_source (~> 0.9.0)
35+
pry-nav (0.3.0)
36+
pry (>= 0.9.10, < 0.13.0)
37+
rake (13.0.1)
38+
rspec (3.10.0)
39+
rspec-core (~> 3.10.0)
40+
rspec-expectations (~> 3.10.0)
41+
rspec-mocks (~> 3.10.0)
42+
rspec-core (3.10.0)
43+
rspec-support (~> 3.10.0)
44+
rspec-expectations (3.10.0)
4745
diff-lcs (>= 1.2.0, < 2.0)
48-
rspec-support (~> 3.5.0)
49-
rspec-mocks (3.5.0)
46+
rspec-support (~> 3.10.0)
47+
rspec-mocks (3.10.0)
5048
diff-lcs (>= 1.2.0, < 2.0)
51-
rspec-support (~> 3.5.0)
52-
rspec-support (3.5.0)
53-
simplecov (0.12.0)
54-
docile (~> 1.1.0)
55-
json (>= 1.8, < 3)
56-
simplecov-html (~> 0.10.0)
57-
simplecov-html (0.10.0)
58-
slop (3.6.0)
59-
thor (0.19.1)
60-
thread_safe (0.3.5)
61-
tzinfo (1.2.2)
49+
rspec-support (~> 3.10.0)
50+
rspec-support (3.10.0)
51+
thor (1.0.1)
52+
thread_safe (0.3.6)
53+
tzinfo (1.2.8)
6254
thread_safe (~> 0.1)
6355

6456
PLATFORMS
@@ -72,7 +64,6 @@ DEPENDENCIES
7264
qbxml!
7365
rake
7466
rspec
75-
simplecov
7667

7768
BUNDLED WITH
7869
2.1.4

gemfiles/rails_5.1.gemfile.lock

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,50 +14,43 @@ GEM
1414
i18n (>= 0.7, < 2)
1515
minitest (~> 5.1)
1616
tzinfo (~> 1.1)
17-
appraisal (2.2.0)
17+
appraisal (2.3.0)
1818
bundler
1919
rake
2020
thor (>= 0.14.0)
2121
builder (3.2.4)
22-
coderay (1.1.2)
23-
concurrent-ruby (1.1.5)
24-
diff-lcs (1.3)
25-
docile (1.3.2)
26-
i18n (1.7.1)
22+
coderay (1.1.3)
23+
concurrent-ruby (1.1.7)
24+
diff-lcs (1.4.4)
25+
i18n (1.8.5)
2726
concurrent-ruby (~> 1.0)
28-
json (2.3.0)
2927
method_source (0.9.2)
3028
mini_portile2 (2.4.0)
31-
minitest (5.13.0)
32-
nokogiri (1.10.7)
29+
minitest (5.14.2)
30+
nokogiri (1.10.10)
3331
mini_portile2 (~> 2.4.0)
3432
pry (0.12.2)
3533
coderay (~> 1.1.0)
3634
method_source (~> 0.9.0)
3735
pry-nav (0.3.0)
3836
pry (>= 0.9.10, < 0.13.0)
3937
rake (13.0.1)
40-
rspec (3.9.0)
41-
rspec-core (~> 3.9.0)
42-
rspec-expectations (~> 3.9.0)
43-
rspec-mocks (~> 3.9.0)
44-
rspec-core (3.9.1)
45-
rspec-support (~> 3.9.1)
46-
rspec-expectations (3.9.0)
38+
rspec (3.10.0)
39+
rspec-core (~> 3.10.0)
40+
rspec-expectations (~> 3.10.0)
41+
rspec-mocks (~> 3.10.0)
42+
rspec-core (3.10.0)
43+
rspec-support (~> 3.10.0)
44+
rspec-expectations (3.10.0)
4745
diff-lcs (>= 1.2.0, < 2.0)
48-
rspec-support (~> 3.9.0)
49-
rspec-mocks (3.9.1)
46+
rspec-support (~> 3.10.0)
47+
rspec-mocks (3.10.0)
5048
diff-lcs (>= 1.2.0, < 2.0)
51-
rspec-support (~> 3.9.0)
52-
rspec-support (3.9.2)
53-
simplecov (0.17.1)
54-
docile (~> 1.1)
55-
json (>= 1.8, < 3)
56-
simplecov-html (~> 0.10.0)
57-
simplecov-html (0.10.2)
49+
rspec-support (~> 3.10.0)
50+
rspec-support (3.10.0)
5851
thor (1.0.1)
5952
thread_safe (0.3.6)
60-
tzinfo (1.2.6)
53+
tzinfo (1.2.8)
6154
thread_safe (~> 0.1)
6255

6356
PLATFORMS
@@ -71,7 +64,6 @@ DEPENDENCIES
7164
qbxml!
7265
rake
7366
rspec
74-
simplecov
7567

7668
BUNDLED WITH
77-
2.1.2
69+
2.1.4

gemfiles/rails_5.2.gemfile.lock

Lines changed: 21 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,55 +9,48 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
activesupport (5.2.4.1)
12+
activesupport (5.2.4.4)
1313
concurrent-ruby (~> 1.0, >= 1.0.2)
1414
i18n (>= 0.7, < 2)
1515
minitest (~> 5.1)
1616
tzinfo (~> 1.1)
17-
appraisal (2.2.0)
17+
appraisal (2.3.0)
1818
bundler
1919
rake
2020
thor (>= 0.14.0)
2121
builder (3.2.4)
22-
coderay (1.1.2)
23-
concurrent-ruby (1.1.5)
24-
diff-lcs (1.3)
25-
docile (1.3.2)
26-
i18n (1.7.1)
22+
coderay (1.1.3)
23+
concurrent-ruby (1.1.7)
24+
diff-lcs (1.4.4)
25+
i18n (1.8.5)
2726
concurrent-ruby (~> 1.0)
28-
json (2.3.0)
2927
method_source (0.9.2)
3028
mini_portile2 (2.4.0)
31-
minitest (5.13.0)
32-
nokogiri (1.10.7)
29+
minitest (5.14.2)
30+
nokogiri (1.10.10)
3331
mini_portile2 (~> 2.4.0)
3432
pry (0.12.2)
3533
coderay (~> 1.1.0)
3634
method_source (~> 0.9.0)
3735
pry-nav (0.3.0)
3836
pry (>= 0.9.10, < 0.13.0)
3937
rake (13.0.1)
40-
rspec (3.9.0)
41-
rspec-core (~> 3.9.0)
42-
rspec-expectations (~> 3.9.0)
43-
rspec-mocks (~> 3.9.0)
44-
rspec-core (3.9.1)
45-
rspec-support (~> 3.9.1)
46-
rspec-expectations (3.9.0)
38+
rspec (3.10.0)
39+
rspec-core (~> 3.10.0)
40+
rspec-expectations (~> 3.10.0)
41+
rspec-mocks (~> 3.10.0)
42+
rspec-core (3.10.0)
43+
rspec-support (~> 3.10.0)
44+
rspec-expectations (3.10.0)
4745
diff-lcs (>= 1.2.0, < 2.0)
48-
rspec-support (~> 3.9.0)
49-
rspec-mocks (3.9.1)
46+
rspec-support (~> 3.10.0)
47+
rspec-mocks (3.10.0)
5048
diff-lcs (>= 1.2.0, < 2.0)
51-
rspec-support (~> 3.9.0)
52-
rspec-support (3.9.2)
53-
simplecov (0.17.1)
54-
docile (~> 1.1)
55-
json (>= 1.8, < 3)
56-
simplecov-html (~> 0.10.0)
57-
simplecov-html (0.10.2)
49+
rspec-support (~> 3.10.0)
50+
rspec-support (3.10.0)
5851
thor (1.0.1)
5952
thread_safe (0.3.6)
60-
tzinfo (1.2.6)
53+
tzinfo (1.2.8)
6154
thread_safe (~> 0.1)
6255

6356
PLATFORMS
@@ -71,7 +64,6 @@ DEPENDENCIES
7164
qbxml!
7265
rake
7366
rspec
74-
simplecov
7567

7668
BUNDLED WITH
77-
2.1.2
69+
2.1.4

qbxml.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Gem::Specification.new do |gem|
2424
gem.add_development_dependency('pry')
2525
gem.add_development_dependency('pry-nav')
2626
gem.add_development_dependency('rspec')
27-
gem.add_development_dependency('simplecov')
2827
gem.add_development_dependency('rake')
2928
gem.add_development_dependency('appraisal')
3029
end

0 commit comments

Comments
 (0)