Skip to content

Commit d0dbc6f

Browse files
committed
Prepare for Ruby 2.7
1 parent b2c48e1 commit d0dbc6f

File tree

9 files changed

+136
-140
lines changed

9 files changed

+136
-140
lines changed

gemfiles/no_rails.gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
GIT
22
remote: https://github.com/rspec/rspec-core
3-
revision: 1174cc5e58ae72fb8cdc689a785089889bfdb740
3+
revision: 12caa2907b7eb67d65e19353c15613586858546c
44
specs:
55
rspec-core (3.10.0.pre)
66
rspec-support (= 3.10.0.pre)
77

88
GIT
99
remote: https://github.com/rspec/rspec-expectations
10-
revision: c085c5a6f0678ae7f88a489996e391e6b661d8a9
10+
revision: 13fab582d6a2e857af66d1e4923fad6c94d627cc
1111
specs:
1212
rspec-expectations (3.10.0.pre)
1313
diff-lcs (>= 1.2.0, < 2.0)
1414
rspec-support (= 3.10.0.pre)
1515

1616
GIT
1717
remote: https://github.com/rspec/rspec-mocks
18-
revision: e6057a61d8a15c4638dec116f68579d83fdd5ad5
18+
revision: ae6e11d7f5100146c4b58b165975a29e2ccc60db
1919
specs:
2020
rspec-mocks (3.10.0.pre)
2121
diff-lcs (>= 1.2.0, < 2.0)
2222
rspec-support (= 3.10.0.pre)
2323

2424
GIT
2525
remote: https://github.com/rspec/rspec-support
26-
revision: b83b4cecb3bb56300addae89cb0c437f1af906fb
26+
revision: 9cec8e858228ee1d1395e4e6186ac39c2a83d705
2727
specs:
2828
rspec-support (3.10.0.pre)
2929

@@ -43,8 +43,8 @@ GEM
4343
rake
4444
thor (>= 0.14.0)
4545
ast (2.4.0)
46-
attr_extras (6.2.2)
47-
byebug (11.0.1)
46+
attr_extras (6.2.3)
47+
byebug (11.1.1)
4848
childprocess (3.0.0)
4949
coderay (1.1.2)
5050
diff-lcs (1.3)
@@ -58,7 +58,7 @@ GEM
5858
pry (0.12.2)
5959
coderay (~> 1.1.0)
6060
method_source (~> 0.9.0)
61-
pry-byebug (3.7.0)
61+
pry-byebug (3.8.0)
6262
byebug (~> 11.0)
6363
pry (~> 0.10)
6464
rainbow (3.0.0)
@@ -73,7 +73,7 @@ GEM
7373
ruby-progressbar (1.10.1)
7474
thor (1.0.1)
7575
trollop (1.16.2)
76-
unicode-display_width (1.6.0)
76+
unicode-display_width (1.6.1)
7777

7878
PLATFORMS
7979
ruby
@@ -92,4 +92,4 @@ DEPENDENCIES
9292
super_diff!
9393

9494
BUNDLED WITH
95-
2.0.2
95+
2.1.2

gemfiles/rails_5_0.gemfile.lock

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
GIT
22
remote: https://github.com/rspec/rspec-core
3-
revision: 8a287bd893889dba60e7bfce530727e7b009651e
3+
revision: 12caa2907b7eb67d65e19353c15613586858546c
44
specs:
5-
rspec-core (3.9.0.pre)
6-
rspec-support (= 3.9.0.pre)
5+
rspec-core (3.10.0.pre)
6+
rspec-support (= 3.10.0.pre)
77

88
GIT
99
remote: https://github.com/rspec/rspec-expectations
10-
revision: 4310cb957c922334791cade79f688c8143c74916
10+
revision: 13fab582d6a2e857af66d1e4923fad6c94d627cc
1111
specs:
12-
rspec-expectations (3.9.0.pre)
12+
rspec-expectations (3.10.0.pre)
1313
diff-lcs (>= 1.2.0, < 2.0)
14-
rspec-support (= 3.9.0.pre)
14+
rspec-support (= 3.10.0.pre)
1515

1616
GIT
1717
remote: https://github.com/rspec/rspec-mocks
18-
revision: a62ec6fc309680a21ad3a88409500181381b13f8
18+
revision: ae6e11d7f5100146c4b58b165975a29e2ccc60db
1919
specs:
20-
rspec-mocks (3.9.0.pre)
20+
rspec-mocks (3.10.0.pre)
2121
diff-lcs (>= 1.2.0, < 2.0)
22-
rspec-support (= 3.9.0.pre)
22+
rspec-support (= 3.10.0.pre)
2323

2424
GIT
2525
remote: https://github.com/rspec/rspec-support
26-
revision: c69a231d7369dd165ad7ce4742e1a2e21e3462b5
26+
revision: 9cec8e858228ee1d1395e4e6186ac39c2a83d705
2727
specs:
28-
rspec-support (3.9.0.pre)
28+
rspec-support (3.10.0.pre)
2929

3030
PATH
3131
remote: ..
@@ -55,46 +55,45 @@ GEM
5555
thor (>= 0.14.0)
5656
arel (7.1.4)
5757
ast (2.4.0)
58-
attr_extras (6.2.2)
59-
byebug (11.0.1)
60-
childprocess (2.0.0)
61-
rake (< 13.0)
58+
attr_extras (6.2.3)
59+
byebug (11.1.1)
60+
childprocess (3.0.0)
6261
coderay (1.1.2)
6362
concurrent-ruby (1.1.5)
6463
diff-lcs (1.3)
65-
i18n (1.6.0)
64+
i18n (1.8.2)
6665
concurrent-ruby (~> 1.0)
67-
jaro_winkler (1.5.3)
66+
jaro_winkler (1.5.4)
6867
method_source (0.9.2)
69-
minitest (5.11.3)
70-
parallel (1.17.0)
71-
parser (2.6.4.1)
68+
minitest (5.14.0)
69+
parallel (1.19.1)
70+
parser (2.7.0.2)
7271
ast (~> 2.4.0)
7372
patience_diff (1.1.0)
7473
trollop (~> 1.16)
7574
pry (0.12.2)
7675
coderay (~> 1.1.0)
7776
method_source (~> 0.9.0)
78-
pry-byebug (3.7.0)
77+
pry-byebug (3.8.0)
7978
byebug (~> 11.0)
8079
pry (~> 0.10)
8180
rainbow (3.0.0)
82-
rake (12.3.3)
83-
rubocop (0.74.0)
81+
rake (13.0.1)
82+
rubocop (0.79.0)
8483
jaro_winkler (~> 1.5.1)
8584
parallel (~> 1.10)
86-
parser (>= 2.6)
85+
parser (>= 2.7.0.1)
8786
rainbow (>= 2.2.2, < 4.0)
8887
ruby-progressbar (~> 1.7)
8988
unicode-display_width (>= 1.4.0, < 1.7)
9089
ruby-progressbar (1.10.1)
9190
sqlite3 (1.3.13)
92-
thor (0.20.3)
91+
thor (1.0.1)
9392
thread_safe (0.3.6)
9493
trollop (1.16.2)
95-
tzinfo (1.2.5)
94+
tzinfo (1.2.6)
9695
thread_safe (~> 0.1)
97-
unicode-display_width (1.6.0)
96+
unicode-display_width (1.6.1)
9897

9998
PLATFORMS
10099
ruby
@@ -117,4 +116,4 @@ DEPENDENCIES
117116
super_diff!
118117

119118
BUNDLED WITH
120-
2.0.2
119+
2.1.2

gemfiles/rails_5_1.gemfile.lock

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
GIT
22
remote: https://github.com/rspec/rspec-core
3-
revision: 8a287bd893889dba60e7bfce530727e7b009651e
3+
revision: 12caa2907b7eb67d65e19353c15613586858546c
44
specs:
5-
rspec-core (3.9.0.pre)
6-
rspec-support (= 3.9.0.pre)
5+
rspec-core (3.10.0.pre)
6+
rspec-support (= 3.10.0.pre)
77

88
GIT
99
remote: https://github.com/rspec/rspec-expectations
10-
revision: 4310cb957c922334791cade79f688c8143c74916
10+
revision: 13fab582d6a2e857af66d1e4923fad6c94d627cc
1111
specs:
12-
rspec-expectations (3.9.0.pre)
12+
rspec-expectations (3.10.0.pre)
1313
diff-lcs (>= 1.2.0, < 2.0)
14-
rspec-support (= 3.9.0.pre)
14+
rspec-support (= 3.10.0.pre)
1515

1616
GIT
1717
remote: https://github.com/rspec/rspec-mocks
18-
revision: a62ec6fc309680a21ad3a88409500181381b13f8
18+
revision: ae6e11d7f5100146c4b58b165975a29e2ccc60db
1919
specs:
20-
rspec-mocks (3.9.0.pre)
20+
rspec-mocks (3.10.0.pre)
2121
diff-lcs (>= 1.2.0, < 2.0)
22-
rspec-support (= 3.9.0.pre)
22+
rspec-support (= 3.10.0.pre)
2323

2424
GIT
2525
remote: https://github.com/rspec/rspec-support
26-
revision: c69a231d7369dd165ad7ce4742e1a2e21e3462b5
26+
revision: 9cec8e858228ee1d1395e4e6186ac39c2a83d705
2727
specs:
28-
rspec-support (3.9.0.pre)
28+
rspec-support (3.10.0.pre)
2929

3030
PATH
3131
remote: ..
@@ -55,46 +55,45 @@ GEM
5555
thor (>= 0.14.0)
5656
arel (8.0.0)
5757
ast (2.4.0)
58-
attr_extras (6.2.2)
59-
byebug (11.0.1)
60-
childprocess (2.0.0)
61-
rake (< 13.0)
58+
attr_extras (6.2.3)
59+
byebug (11.1.1)
60+
childprocess (3.0.0)
6261
coderay (1.1.2)
6362
concurrent-ruby (1.1.5)
6463
diff-lcs (1.3)
65-
i18n (1.6.0)
64+
i18n (1.8.2)
6665
concurrent-ruby (~> 1.0)
67-
jaro_winkler (1.5.3)
66+
jaro_winkler (1.5.4)
6867
method_source (0.9.2)
69-
minitest (5.11.3)
70-
parallel (1.17.0)
71-
parser (2.6.4.1)
68+
minitest (5.14.0)
69+
parallel (1.19.1)
70+
parser (2.7.0.2)
7271
ast (~> 2.4.0)
7372
patience_diff (1.1.0)
7473
trollop (~> 1.16)
7574
pry (0.12.2)
7675
coderay (~> 1.1.0)
7776
method_source (~> 0.9.0)
78-
pry-byebug (3.7.0)
77+
pry-byebug (3.8.0)
7978
byebug (~> 11.0)
8079
pry (~> 0.10)
8180
rainbow (3.0.0)
82-
rake (12.3.3)
83-
rubocop (0.74.0)
81+
rake (13.0.1)
82+
rubocop (0.79.0)
8483
jaro_winkler (~> 1.5.1)
8584
parallel (~> 1.10)
86-
parser (>= 2.6)
85+
parser (>= 2.7.0.1)
8786
rainbow (>= 2.2.2, < 4.0)
8887
ruby-progressbar (~> 1.7)
8988
unicode-display_width (>= 1.4.0, < 1.7)
9089
ruby-progressbar (1.10.1)
9190
sqlite3 (1.3.13)
92-
thor (0.20.3)
91+
thor (1.0.1)
9392
thread_safe (0.3.6)
9493
trollop (1.16.2)
95-
tzinfo (1.2.5)
94+
tzinfo (1.2.6)
9695
thread_safe (~> 0.1)
97-
unicode-display_width (1.6.0)
96+
unicode-display_width (1.6.1)
9897

9998
PLATFORMS
10099
ruby
@@ -117,4 +116,4 @@ DEPENDENCIES
117116
super_diff!
118117

119118
BUNDLED WITH
120-
2.0.2
119+
2.1.2

0 commit comments

Comments
 (0)