Skip to content

Commit

Permalink
Update RSpec to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Dec 22, 2020
1 parent 8ef543c commit 5f43f2f
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 65 deletions.
26 changes: 13 additions & 13 deletions gemfiles/no_rails.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.5.2)
super_diff (0.5.3)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand All @@ -18,7 +18,7 @@ GEM
byebug (11.1.3)
childprocess (4.0.0)
coderay (1.1.3)
diff-lcs (1.4.2)
diff-lcs (1.4.4)
method_source (1.0.0)
parallel (1.19.2)
parser (2.7.1.4)
Expand All @@ -35,19 +35,19 @@ GEM
rake (13.0.1)
regexp_parser (1.7.1)
rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.0)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rspec-support (~> 3.10.0)
rspec-support (3.10.0)
rubocop (0.86.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
Expand Down
26 changes: 13 additions & 13 deletions gemfiles/rails_5_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.5.2)
super_diff (0.5.3)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -31,7 +31,7 @@ GEM
childprocess (4.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.6)
diff-lcs (1.4.2)
diff-lcs (1.4.4)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
Expand All @@ -51,19 +51,19 @@ GEM
rake (13.0.1)
regexp_parser (1.7.1)
rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.0)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rspec-support (~> 3.10.0)
rspec-support (3.10.0)
rubocop (0.86.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
Expand Down
26 changes: 13 additions & 13 deletions gemfiles/rails_5_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.5.2)
super_diff (0.5.3)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -31,7 +31,7 @@ GEM
childprocess (4.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.6)
diff-lcs (1.4.2)
diff-lcs (1.4.4)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
Expand All @@ -51,19 +51,19 @@ GEM
rake (13.0.1)
regexp_parser (1.7.1)
rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.0)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rspec-support (~> 3.10.0)
rspec-support (3.10.0)
rubocop (0.86.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
Expand Down
26 changes: 13 additions & 13 deletions gemfiles/rails_5_2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.5.2)
super_diff (0.5.3)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -31,7 +31,7 @@ GEM
childprocess (4.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.6)
diff-lcs (1.4.2)
diff-lcs (1.4.4)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
Expand All @@ -51,19 +51,19 @@ GEM
rake (13.0.1)
regexp_parser (1.7.1)
rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.0)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rspec-support (~> 3.10.0)
rspec-support (3.10.0)
rubocop (0.86.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
Expand Down
26 changes: 13 additions & 13 deletions gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
super_diff (0.5.2)
super_diff (0.5.3)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
Expand Down Expand Up @@ -30,7 +30,7 @@ GEM
childprocess (4.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.6)
diff-lcs (1.4.2)
diff-lcs (1.4.4)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
Expand All @@ -50,19 +50,19 @@ GEM
rake (13.0.1)
regexp_parser (1.7.1)
rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.0)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rspec-support (~> 3.10.0)
rspec-support (3.10.0)
rubocop (0.86.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
Expand Down

0 comments on commit 5f43f2f

Please sign in to comment.