Skip to content

Commit c28ac73

Browse files
build(deps-dev): bump rspec-rails from 7.1.0 to 7.1.1
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.0 to 7.1.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71f89e5 commit c28ac73

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ group :development, :test do
6161
gem 'byebug', '~> 11.1.3', platforms: %i[mri mingw x64_mingw]
6262
gem 'dotenv-rails', '~> 3.1.4'
6363
gem 'i18n-tasks', '~> 1.0.14'
64-
gem 'rspec-rails', '~> 7.1.0'
64+
gem 'rspec-rails', '~> 7.1.1'
6565
gem 'rubocop', '~> 1.71.2'
6666
gem 'rubocop-performance', '~> 1.23.1'
6767
gem 'rubocop-rails', '~> 2.29.1'

Gemfile.lock

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ GEM
134134
railties (>= 6.0.0)
135135
csv (3.3.2)
136136
date (3.4.1)
137-
diff-lcs (1.5.1)
137+
diff-lcs (1.6.0)
138138
docile (1.4.0)
139139
domain_name (0.5.20190701)
140140
unf (>= 0.0.5, < 1.0.0)
@@ -169,7 +169,8 @@ GEM
169169
rainbow (>= 2.2.2, < 4.0)
170170
terminal-table (>= 1.5.1)
171171
io-console (0.8.0)
172-
irb (1.14.3)
172+
irb (1.15.1)
173+
pp (>= 0.6.0)
173174
rdoc (>= 4.0.0)
174175
reline (>= 0.4.2)
175176
jbuilder (2.13.0)
@@ -185,7 +186,7 @@ GEM
185186
listen (3.9.0)
186187
rb-fsevent (~> 0.10, >= 0.10.3)
187188
rb-inotify (~> 0.9, >= 0.9.10)
188-
logger (1.6.5)
189+
logger (1.6.6)
189190
loofah (2.24.0)
190191
crass (~> 1.0.2)
191192
nokogiri (>= 1.12.0)
@@ -214,20 +215,23 @@ GEM
214215
net-protocol
215216
netrc (0.11.0)
216217
nio4r (2.7.4)
217-
nokogiri (1.18.1)
218+
nokogiri (1.18.2)
218219
mini_portile2 (~> 2.8.2)
219220
racc (~> 1.4)
220221
parallel (1.26.3)
221222
parser (3.3.7.1)
222223
ast (~> 2.4.1)
223224
racc
224225
pg (1.5.9)
226+
pp (0.6.2)
227+
prettyprint
228+
prettyprint (0.2.0)
225229
propshaft (1.1.0)
226230
actionpack (>= 7.0.0)
227231
activesupport (>= 7.0.0)
228232
rack
229233
railties (>= 7.0.0)
230-
psych (5.2.2)
234+
psych (5.2.3)
231235
date
232236
stringio
233237
puma (6.6.0)
@@ -285,7 +289,7 @@ GEM
285289
rb-fsevent (0.11.2)
286290
rb-inotify (0.10.1)
287291
ffi (~> 1.0)
288-
rdoc (6.10.0)
292+
rdoc (6.12.0)
289293
psych (>= 4.0.0)
290294
regexp_parser (2.10.0)
291295
reline (0.6.0)
@@ -303,23 +307,23 @@ GEM
303307
roo (2.10.1)
304308
nokogiri (~> 1)
305309
rubyzip (>= 1.3.0, < 3.0.0)
306-
rspec-core (3.13.2)
310+
rspec-core (3.13.3)
307311
rspec-support (~> 3.13.0)
308312
rspec-expectations (3.13.3)
309313
diff-lcs (>= 1.2.0, < 2.0)
310314
rspec-support (~> 3.13.0)
311315
rspec-mocks (3.13.2)
312316
diff-lcs (>= 1.2.0, < 2.0)
313317
rspec-support (~> 3.13.0)
314-
rspec-rails (7.1.0)
318+
rspec-rails (7.1.1)
315319
actionpack (>= 7.0)
316320
activesupport (>= 7.0)
317321
railties (>= 7.0)
318322
rspec-core (~> 3.13)
319323
rspec-expectations (~> 3.13)
320324
rspec-mocks (~> 3.13)
321325
rspec-support (~> 3.13)
322-
rspec-support (3.13.1)
326+
rspec-support (3.13.2)
323327
rubocop (1.71.2)
324328
json (~> 2.3)
325329
language_server-protocol (>= 3.17.0)
@@ -358,7 +362,7 @@ GEM
358362
spring-watcher-listen (2.1.0)
359363
listen (>= 2.7, < 4.0)
360364
spring (>= 4)
361-
stringio (3.1.2)
365+
stringio (3.1.3)
362366
terminal-table (3.0.2)
363367
unicode-display_width (>= 1.1.1, < 3)
364368
thor (1.3.2)
@@ -411,7 +415,7 @@ DEPENDENCIES
411415
rest-client (~> 2.1)
412416
rollbar (~> 3.6.1)
413417
roo (~> 2.10.1)
414-
rspec-rails (~> 7.1.0)
418+
rspec-rails (~> 7.1.1)
415419
rubocop (~> 1.71.2)
416420
rubocop-performance (~> 1.23.1)
417421
rubocop-rails (~> 2.29.1)

0 commit comments

Comments
 (0)