Skip to content

Commit 71401de

Browse files
committed
Update gemfile
1 parent 5d1c910 commit 71401de

2 files changed

Lines changed: 49 additions & 25 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'http://rubygems.org'
1+
source 'https://rubygems.org'
22

33
gem 'rake'
44
gem 'rspec'

Gemfile.lock

Lines changed: 48 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
coderay (1.1.3)
5-
diff-lcs (1.5.0)
6-
ffi (1.16.3)
7-
formatador (1.1.0)
8-
guard (2.18.1)
5+
diff-lcs (1.6.2)
6+
ffi (1.17.2)
7+
ffi (1.17.2-aarch64-linux-gnu)
8+
ffi (1.17.2-aarch64-linux-musl)
9+
ffi (1.17.2-arm-linux-gnu)
10+
ffi (1.17.2-arm-linux-musl)
11+
ffi (1.17.2-arm64-darwin)
12+
ffi (1.17.2-x86-linux-gnu)
13+
ffi (1.17.2-x86-linux-musl)
14+
ffi (1.17.2-x86_64-darwin)
15+
ffi (1.17.2-x86_64-linux-gnu)
16+
ffi (1.17.2-x86_64-linux-musl)
17+
formatador (1.1.1)
18+
guard (2.19.1)
919
formatador (>= 0.2.4)
1020
listen (>= 2.7, < 4.0)
21+
logger (~> 1.6)
1122
lumberjack (>= 1.0.12, < 2.0)
1223
nenv (~> 0.1)
1324
notiffany (~> 0.0)
25+
ostruct (~> 0.6)
1426
pry (>= 0.13.0)
1527
shellany (~> 0.0)
1628
thor (>= 0.18.1)
@@ -19,41 +31,53 @@ GEM
1931
guard (~> 2.1)
2032
guard-compat (~> 1.1)
2133
rspec (>= 2.99.0, < 4.0)
22-
listen (3.8.0)
34+
listen (3.9.0)
2335
rb-fsevent (~> 0.10, >= 0.10.3)
2436
rb-inotify (~> 0.9, >= 0.9.10)
37+
logger (1.7.0)
2538
lumberjack (1.2.10)
26-
method_source (1.0.0)
39+
method_source (1.1.0)
2740
nenv (0.3.0)
2841
notiffany (0.1.3)
2942
nenv (~> 0.1)
3043
shellany (~> 0.0)
31-
pry (0.14.2)
44+
ostruct (0.6.2)
45+
pry (0.15.2)
3246
coderay (~> 1.1)
3347
method_source (~> 1.0)
34-
rake (13.1.0)
48+
rake (13.3.0)
3549
rb-fsevent (0.11.2)
36-
rb-inotify (0.10.1)
50+
rb-inotify (0.11.1)
3751
ffi (~> 1.0)
38-
rspec (3.12.0)
39-
rspec-core (~> 3.12.0)
40-
rspec-expectations (~> 3.12.0)
41-
rspec-mocks (~> 3.12.0)
42-
rspec-core (3.12.2)
43-
rspec-support (~> 3.12.0)
44-
rspec-expectations (3.12.3)
52+
rspec (3.13.1)
53+
rspec-core (~> 3.13.0)
54+
rspec-expectations (~> 3.13.0)
55+
rspec-mocks (~> 3.13.0)
56+
rspec-core (3.13.5)
57+
rspec-support (~> 3.13.0)
58+
rspec-expectations (3.13.5)
4559
diff-lcs (>= 1.2.0, < 2.0)
46-
rspec-support (~> 3.12.0)
47-
rspec-mocks (3.12.6)
60+
rspec-support (~> 3.13.0)
61+
rspec-mocks (3.13.5)
4862
diff-lcs (>= 1.2.0, < 2.0)
49-
rspec-support (~> 3.12.0)
50-
rspec-support (3.12.1)
63+
rspec-support (~> 3.13.0)
64+
rspec-support (3.13.4)
5165
shellany (0.0.1)
52-
thor (1.3.0)
53-
vimrunner (0.3.5)
66+
thor (1.3.2)
67+
vimrunner (0.3.6)
5468

5569
PLATFORMS
70+
aarch64-linux-gnu
71+
aarch64-linux-musl
72+
arm-linux-gnu
73+
arm-linux-musl
74+
arm64-darwin
5675
ruby
76+
x86-linux-gnu
77+
x86-linux-musl
78+
x86_64-darwin
79+
x86_64-linux-gnu
80+
x86_64-linux-musl
5781

5882
DEPENDENCIES
5983
guard
@@ -64,4 +88,4 @@ DEPENDENCIES
6488
vimrunner
6589

6690
BUNDLED WITH
67-
2.1.4
91+
2.6.9

0 commit comments

Comments
 (0)