Skip to content

Commit a10e3ba

Browse files
chore(deps): update dependency rspec to "~> 3.13.0" (#244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d25eb8 commit a10e3ba

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ group :development, :test do
99
gem "debug"
1010
gem "markly"
1111
gem "rake", "~> 13.0"
12-
gem "rspec", "~> 3.12.0"
12+
gem "rspec", "~> 3.13.0"
1313
gem "standard"
1414
gem "standard-performance"
1515
gem "simplecov", "~> 0.22.0"

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,19 @@ GEM
7979
reline (0.6.3)
8080
io-console (~> 0.5)
8181
rexml (3.4.4)
82-
rspec (3.12.0)
83-
rspec-core (~> 3.12.0)
84-
rspec-expectations (~> 3.12.0)
85-
rspec-mocks (~> 3.12.0)
86-
rspec-core (3.12.3)
87-
rspec-support (~> 3.12.0)
88-
rspec-expectations (3.12.4)
82+
rspec (3.13.2)
83+
rspec-core (~> 3.13.0)
84+
rspec-expectations (~> 3.13.0)
85+
rspec-mocks (~> 3.13.0)
86+
rspec-core (3.13.6)
87+
rspec-support (~> 3.13.0)
88+
rspec-expectations (3.13.5)
8989
diff-lcs (>= 1.2.0, < 2.0)
90-
rspec-support (~> 3.12.0)
91-
rspec-mocks (3.12.7)
90+
rspec-support (~> 3.13.0)
91+
rspec-mocks (3.13.8)
9292
diff-lcs (>= 1.2.0, < 2.0)
93-
rspec-support (~> 3.12.0)
94-
rspec-support (3.12.2)
93+
rspec-support (~> 3.13.0)
94+
rspec-support (3.13.7)
9595
rubocop (1.84.2)
9696
json (~> 2.3)
9797
language_server-protocol (~> 3.17.0.2)
@@ -162,7 +162,7 @@ DEPENDENCIES
162162
markly
163163
openfeature-sdk!
164164
rake (~> 13.0)
165-
rspec (~> 3.12.0)
165+
rspec (~> 3.13.0)
166166
simplecov (~> 0.22.0)
167167
simplecov-cobertura (~> 3.0)
168168
standard

0 commit comments

Comments
 (0)