Skip to content

Commit e8ef6aa

Browse files
Update dependency rspec-rails to v7.1.0
1 parent eb66fb4 commit e8ef6aa

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

Gemfile.lock

+11-13
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ GEM
109109
i18n (1.14.6)
110110
concurrent-ruby (~> 1.0)
111111
io-console (0.7.2)
112-
irb (1.14.0)
112+
irb (1.14.1)
113113
rdoc (>= 4.0.0)
114114
reline (>= 0.4.2)
115115
loofah (2.23.1)
@@ -143,7 +143,7 @@ GEM
143143
pry (0.14.2)
144144
coderay (~> 1.1)
145145
method_source (~> 1.0)
146-
psych (5.1.2)
146+
psych (5.2.0)
147147
stringio
148148
public_suffix (5.0.4)
149149
racc (1.8.1)
@@ -152,9 +152,8 @@ GEM
152152
rack (>= 3.0.0)
153153
rack-test (2.1.0)
154154
rack (>= 1.3)
155-
rackup (2.1.0)
155+
rackup (2.2.1)
156156
rack (>= 3)
157-
webrick (~> 1.8)
158157
rails (7.1.4.1)
159158
actioncable (= 7.1.4.1)
160159
actionmailbox (= 7.1.4.1)
@@ -185,20 +184,20 @@ GEM
185184
thor (~> 1.0, >= 1.2.2)
186185
zeitwerk (~> 2.6)
187186
rake (13.2.1)
188-
rdoc (6.7.0)
187+
rdoc (6.8.0)
189188
psych (>= 4.0.0)
190189
regexp_parser (2.9.0)
191-
reline (0.5.9)
190+
reline (0.5.11)
192191
io-console (~> 0.5)
193-
rspec-core (3.13.0)
192+
rspec-core (3.13.2)
194193
rspec-support (~> 3.13.0)
195-
rspec-expectations (3.13.2)
194+
rspec-expectations (3.13.3)
196195
diff-lcs (>= 1.2.0, < 2.0)
197196
rspec-support (~> 3.13.0)
198-
rspec-mocks (3.13.1)
197+
rspec-mocks (3.13.2)
199198
diff-lcs (>= 1.2.0, < 2.0)
200199
rspec-support (~> 3.13.0)
201-
rspec-rails (7.0.0)
200+
rspec-rails (7.1.0)
202201
actionpack (>= 7.0)
203202
activesupport (>= 7.0)
204203
railties (>= 7.0)
@@ -216,18 +215,17 @@ GEM
216215
sprockets (>= 3.0.0)
217216
sqlite3 (2.0.4-arm64-darwin)
218217
sqlite3 (2.0.4-x86_64-linux-gnu)
219-
stringio (3.1.1)
218+
stringio (3.1.2)
220219
thor (1.3.2)
221220
timeout (0.4.2)
222221
tzinfo (2.0.6)
223222
concurrent-ruby (~> 1.0)
224-
webrick (1.8.2)
225223
websocket-driver (0.7.6)
226224
websocket-extensions (>= 0.1.0)
227225
websocket-extensions (0.1.5)
228226
xpath (3.2.0)
229227
nokogiri (~> 1.8)
230-
zeitwerk (2.6.18)
228+
zeitwerk (2.7.1)
231229

232230
PLATFORMS
233231
arm64-darwin-20

0 commit comments

Comments
 (0)