Skip to content

Commit 105d22f

Browse files
committed
Update dependencies, and ruby version of CI
1 parent 1f867fe commit 105d22f

File tree

2 files changed

+32
-33
lines changed

2 files changed

+32
-33
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: ruby
22
rvm:
3-
- 2.6.6
4-
- 2.7.1
3+
- 2.6.7
4+
- 2.7.3
5+
- 3.0.1
56
- ruby-head
67
script:
78
- bundle exec rspec

Gemfile.lock

+29-31
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
coderay (1.1.2)
5-
diff-lcs (1.3)
6-
ffi (1.10.0)
4+
coderay (1.1.3)
5+
diff-lcs (1.4.4)
6+
ffi (1.15.0)
77
formatador (0.2.5)
88
growl (1.0.3)
9-
guard (2.15.0)
9+
guard (2.16.2)
1010
formatador (>= 0.2.4)
1111
listen (>= 2.7, < 4.0)
1212
lumberjack (>= 1.0.12, < 2.0)
@@ -22,43 +22,41 @@ GEM
2222
rspec (>= 2.99.0, < 4.0)
2323
libnotify (0.9.4)
2424
ffi (>= 1.0.11)
25-
listen (3.1.5)
26-
rb-fsevent (~> 0.9, >= 0.9.4)
27-
rb-inotify (~> 0.9, >= 0.9.7)
28-
ruby_dep (~> 1.2)
29-
lumberjack (1.0.13)
30-
method_source (0.9.2)
25+
listen (3.5.1)
26+
rb-fsevent (~> 0.10, >= 0.10.3)
27+
rb-inotify (~> 0.9, >= 0.9.10)
28+
lumberjack (1.2.8)
29+
method_source (1.0.0)
3130
nenv (0.3.0)
32-
notiffany (0.1.1)
31+
notiffany (0.1.3)
3332
nenv (~> 0.1)
3433
shellany (~> 0.0)
35-
power_assert (1.1.4)
36-
pry (0.12.2)
37-
coderay (~> 1.1.0)
38-
method_source (~> 0.9.0)
39-
rb-fsevent (0.10.3)
40-
rb-inotify (0.10.0)
34+
power_assert (1.1.7)
35+
pry (0.14.1)
36+
coderay (~> 1.1)
37+
method_source (~> 1.0)
38+
rb-fsevent (0.10.4)
39+
rb-inotify (0.10.1)
4140
ffi (~> 1.0)
4241
rb-notifu (0.0.4)
43-
rspec (3.8.0)
44-
rspec-core (~> 3.8.0)
45-
rspec-expectations (~> 3.8.0)
46-
rspec-mocks (~> 3.8.0)
47-
rspec-core (3.8.0)
48-
rspec-support (~> 3.8.0)
49-
rspec-expectations (3.8.2)
42+
rspec (3.10.0)
43+
rspec-core (~> 3.10.0)
44+
rspec-expectations (~> 3.10.0)
45+
rspec-mocks (~> 3.10.0)
46+
rspec-core (3.10.1)
47+
rspec-support (~> 3.10.0)
48+
rspec-expectations (3.10.1)
5049
diff-lcs (>= 1.2.0, < 2.0)
51-
rspec-support (~> 3.8.0)
52-
rspec-mocks (3.8.0)
50+
rspec-support (~> 3.10.0)
51+
rspec-mocks (3.10.2)
5352
diff-lcs (>= 1.2.0, < 2.0)
54-
rspec-support (~> 3.8.0)
53+
rspec-support (~> 3.10.0)
5554
rspec-power_assert (1.1.0)
5655
power_assert (~> 1.1.0)
5756
rspec (>= 2.14)
58-
rspec-support (3.8.0)
59-
ruby_dep (1.5.0)
57+
rspec-support (3.10.2)
6058
shellany (0.0.1)
61-
thor (0.20.3)
59+
thor (1.1.0)
6260

6361
PLATFORMS
6462
ruby
@@ -72,4 +70,4 @@ DEPENDENCIES
7270
rspec-power_assert
7371

7472
BUNDLED WITH
75-
2.1.4
73+
2.2.15

0 commit comments

Comments
 (0)