Skip to content

Commit ff79149

Browse files
committed
Update RSpec version used for FFI specs to v3.12 to support Ruby 3.2
1 parent 973fe9e commit ff79149

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

spec/ffi/Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
diff-lcs (1.3)
5-
rspec (3.8.0)
6-
rspec-core (~> 3.8.0)
7-
rspec-expectations (~> 3.8.0)
8-
rspec-mocks (~> 3.8.0)
9-
rspec-core (3.8.0)
10-
rspec-support (~> 3.8.0)
11-
rspec-expectations (3.8.2)
4+
diff-lcs (1.5.0)
5+
rspec (3.12.0)
6+
rspec-core (~> 3.12.0)
7+
rspec-expectations (~> 3.12.0)
8+
rspec-mocks (~> 3.12.0)
9+
rspec-core (3.12.2)
10+
rspec-support (~> 3.12.0)
11+
rspec-expectations (3.12.3)
1212
diff-lcs (>= 1.2.0, < 2.0)
13-
rspec-support (~> 3.8.0)
14-
rspec-mocks (3.8.0)
13+
rspec-support (~> 3.12.0)
14+
rspec-mocks (3.12.6)
1515
diff-lcs (>= 1.2.0, < 2.0)
16-
rspec-support (~> 3.8.0)
17-
rspec-support (3.8.0)
16+
rspec-support (~> 3.12.0)
17+
rspec-support (3.12.1)
1818

1919
PLATFORMS
2020
ruby

0 commit comments

Comments
 (0)