Skip to content

Commit 651f691

Browse files
Bump rspec from 3.11.0 to 3.13.0
Bumps [rspec](https://github.com/rspec/rspec-metagem) from 3.11.0 to 3.13.0. - [Commits](rspec/rspec-metagem@v3.11.0...v3.13.0) --- updated-dependencies: - dependency-name: rspec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 193ba06 commit 651f691

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ gemspec
77

88
gem "rake", "~> 13.0"
99

10-
gem "rspec", "~> 3.0"
10+
gem "rspec", "~> 3.13"
1111
gem "standard", "~> 1.28.5"

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GEM
1010
ast (2.4.2)
1111
byebug (11.1.3)
1212
coderay (1.1.3)
13-
diff-lcs (1.5.0)
13+
diff-lcs (1.5.1)
1414
faraday (2.7.10)
1515
faraday-net_http (>= 2.0, < 3.1)
1616
ruby2_keywords (>= 0.0.4)
@@ -34,19 +34,19 @@ GEM
3434
rake (13.0.6)
3535
regexp_parser (2.9.2)
3636
rexml (3.3.9)
37-
rspec (3.11.0)
38-
rspec-core (~> 3.11.0)
39-
rspec-expectations (~> 3.11.0)
40-
rspec-mocks (~> 3.11.0)
41-
rspec-core (3.11.0)
42-
rspec-support (~> 3.11.0)
43-
rspec-expectations (3.11.0)
37+
rspec (3.13.0)
38+
rspec-core (~> 3.13.0)
39+
rspec-expectations (~> 3.13.0)
40+
rspec-mocks (~> 3.13.0)
41+
rspec-core (3.13.2)
42+
rspec-support (~> 3.13.0)
43+
rspec-expectations (3.13.3)
4444
diff-lcs (>= 1.2.0, < 2.0)
45-
rspec-support (~> 3.11.0)
46-
rspec-mocks (3.11.1)
45+
rspec-support (~> 3.13.0)
46+
rspec-mocks (3.13.2)
4747
diff-lcs (>= 1.2.0, < 2.0)
48-
rspec-support (~> 3.11.0)
49-
rspec-support (3.11.0)
48+
rspec-support (~> 3.13.0)
49+
rspec-support (3.13.1)
5050
rubocop (1.50.2)
5151
json (~> 2.3)
5252
parallel (~> 1.10)
@@ -88,7 +88,7 @@ DEPENDENCIES
8888
pry-byebug (~> 3.9)
8989
qdrant-ruby!
9090
rake (~> 13.0)
91-
rspec (~> 3.0)
91+
rspec (~> 3.13)
9292
standard (~> 1.28.5)
9393

9494
BUNDLED WITH

0 commit comments

Comments
 (0)