Skip to content

Commit 47e6573

Browse files
authored
Merge pull request #21 from kazuhitonakayama/feature/update_gems
⬆️ `bundle update`でgemのアップデート
2 parents 357a62c + 87bfcea commit 47e6573

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

Gemfile.lock

+24-24
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
coderay (1.1.3)
5-
diff-lcs (1.4.4)
6-
ffi (1.15.0)
7-
formatador (0.2.5)
5+
diff-lcs (1.5.0)
6+
ffi (1.15.5)
7+
formatador (1.1.0)
88
growl (1.0.3)
9-
guard (2.16.2)
9+
guard (2.18.0)
1010
formatador (>= 0.2.4)
1111
listen (>= 2.7, < 4.0)
1212
lumberjack (>= 1.0.12, < 2.0)
1313
nenv (~> 0.1)
1414
notiffany (~> 0.0)
15-
pry (>= 0.9.12)
15+
pry (>= 0.13.0)
1616
shellany (~> 0.0)
1717
thor (>= 0.18.1)
1818
guard-compat (1.2.1)
@@ -22,7 +22,7 @@ GEM
2222
rspec (>= 2.99.0, < 4.0)
2323
libnotify (0.9.4)
2424
ffi (>= 1.0.11)
25-
listen (3.5.1)
25+
listen (3.8.0)
2626
rb-fsevent (~> 0.10, >= 0.10.3)
2727
rb-inotify (~> 0.9, >= 0.9.10)
2828
lumberjack (1.2.8)
@@ -31,32 +31,32 @@ GEM
3131
notiffany (0.1.3)
3232
nenv (~> 0.1)
3333
shellany (~> 0.0)
34-
power_assert (1.1.7)
35-
pry (0.14.1)
34+
power_assert (2.0.3)
35+
pry (0.14.2)
3636
coderay (~> 1.1)
3737
method_source (~> 1.0)
38-
rb-fsevent (0.10.4)
38+
rb-fsevent (0.11.2)
3939
rb-inotify (0.10.1)
4040
ffi (~> 1.0)
4141
rb-notifu (0.0.4)
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)
42+
rspec (3.12.0)
43+
rspec-core (~> 3.12.0)
44+
rspec-expectations (~> 3.12.0)
45+
rspec-mocks (~> 3.12.0)
46+
rspec-core (3.12.2)
47+
rspec-support (~> 3.12.0)
48+
rspec-expectations (3.12.3)
4949
diff-lcs (>= 1.2.0, < 2.0)
50-
rspec-support (~> 3.10.0)
51-
rspec-mocks (3.10.2)
50+
rspec-support (~> 3.12.0)
51+
rspec-mocks (3.12.5)
5252
diff-lcs (>= 1.2.0, < 2.0)
53-
rspec-support (~> 3.10.0)
54-
rspec-power_assert (1.1.0)
55-
power_assert (~> 1.1.0)
53+
rspec-support (~> 3.12.0)
54+
rspec-power_assert (1.2.0)
55+
power_assert (~> 2.0)
5656
rspec (>= 2.14)
57-
rspec-support (3.10.2)
57+
rspec-support (3.12.0)
5858
shellany (0.0.1)
59-
thor (1.1.0)
59+
thor (1.2.2)
6060

6161
PLATFORMS
6262
ruby
@@ -70,4 +70,4 @@ DEPENDENCIES
7070
rspec-power_assert
7171

7272
BUNDLED WITH
73-
2.2.15
73+
2.4.13

0 commit comments

Comments
 (0)