Skip to content

Commit 609658e

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 8f941b1 commit 609658e

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
@@ -11,7 +11,7 @@ GEM
1111
base64 (0.2.0)
1212
byebug (11.1.3)
1313
coderay (1.1.3)
14-
diff-lcs (1.5.0)
14+
diff-lcs (1.5.1)
1515
faraday (2.8.1)
1616
base64
1717
faraday-net_http (>= 2.0, < 3.1)
@@ -36,19 +36,19 @@ GEM
3636
rake (13.0.6)
3737
regexp_parser (2.9.2)
3838
rexml (3.3.9)
39-
rspec (3.11.0)
40-
rspec-core (~> 3.11.0)
41-
rspec-expectations (~> 3.11.0)
42-
rspec-mocks (~> 3.11.0)
43-
rspec-core (3.11.0)
44-
rspec-support (~> 3.11.0)
45-
rspec-expectations (3.11.0)
39+
rspec (3.13.0)
40+
rspec-core (~> 3.13.0)
41+
rspec-expectations (~> 3.13.0)
42+
rspec-mocks (~> 3.13.0)
43+
rspec-core (3.13.2)
44+
rspec-support (~> 3.13.0)
45+
rspec-expectations (3.13.3)
4646
diff-lcs (>= 1.2.0, < 2.0)
47-
rspec-support (~> 3.11.0)
48-
rspec-mocks (3.11.1)
47+
rspec-support (~> 3.13.0)
48+
rspec-mocks (3.13.2)
4949
diff-lcs (>= 1.2.0, < 2.0)
50-
rspec-support (~> 3.11.0)
51-
rspec-support (3.11.0)
50+
rspec-support (~> 3.13.0)
51+
rspec-support (3.13.1)
5252
rubocop (1.50.2)
5353
json (~> 2.3)
5454
parallel (~> 1.10)
@@ -90,7 +90,7 @@ DEPENDENCIES
9090
pry-byebug (~> 3.9)
9191
qdrant-ruby!
9292
rake (~> 13.0)
93-
rspec (~> 3.0)
93+
rspec (~> 3.13)
9494
standard (~> 1.28.5)
9595

9696
BUNDLED WITH

0 commit comments

Comments
 (0)