Skip to content

Commit 886095e

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 268f0ea commit 886095e

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.25.0"

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)
@@ -31,19 +31,19 @@ GEM
3131
rake (13.0.6)
3232
regexp_parser (2.7.0)
3333
rexml (3.2.5)
34-
rspec (3.11.0)
35-
rspec-core (~> 3.11.0)
36-
rspec-expectations (~> 3.11.0)
37-
rspec-mocks (~> 3.11.0)
38-
rspec-core (3.11.0)
39-
rspec-support (~> 3.11.0)
40-
rspec-expectations (3.11.0)
34+
rspec (3.13.0)
35+
rspec-core (~> 3.13.0)
36+
rspec-expectations (~> 3.13.0)
37+
rspec-mocks (~> 3.13.0)
38+
rspec-core (3.13.1)
39+
rspec-support (~> 3.13.0)
40+
rspec-expectations (3.13.3)
4141
diff-lcs (>= 1.2.0, < 2.0)
42-
rspec-support (~> 3.11.0)
43-
rspec-mocks (3.11.1)
42+
rspec-support (~> 3.13.0)
43+
rspec-mocks (3.13.1)
4444
diff-lcs (>= 1.2.0, < 2.0)
45-
rspec-support (~> 3.11.0)
46-
rspec-support (3.11.0)
45+
rspec-support (~> 3.13.0)
46+
rspec-support (3.13.1)
4747
rubocop (1.48.1)
4848
json (~> 2.3)
4949
parallel (~> 1.10)
@@ -77,7 +77,7 @@ DEPENDENCIES
7777
pry-byebug (~> 3.9)
7878
qdrant-ruby!
7979
rake (~> 13.0)
80-
rspec (~> 3.0)
80+
rspec (~> 3.13)
8181
standard (~> 1.25.0)
8282

8383
BUNDLED WITH

0 commit comments

Comments
 (0)