File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ gem "matrix", "~> 0.4.2"
10
10
gem "nokogiri" , "~> 1.16"
11
11
gem "pry" , "~> 0.15.0"
12
12
gem "rake" , "~> 13.2"
13
- gem "rspec-rails" , "~> 7.0 "
13
+ gem "rspec-rails" , "~> 7.1 "
14
14
gem "sprockets-rails" , "~> 3.5"
15
15
gem "sqlite3" , "~> 2.0"
Original file line number Diff line number Diff line change @@ -194,15 +194,15 @@ GEM
194
194
regexp_parser (2.9.0 )
195
195
reline (0.5.11 )
196
196
io-console (~> 0.5 )
197
- rspec-core (3.13.0 )
197
+ rspec-core (3.13.2 )
198
198
rspec-support (~> 3.13.0 )
199
- rspec-expectations (3.13.2 )
199
+ rspec-expectations (3.13.3 )
200
200
diff-lcs (>= 1.2.0 , < 2.0 )
201
201
rspec-support (~> 3.13.0 )
202
- rspec-mocks (3.13.1 )
202
+ rspec-mocks (3.13.2 )
203
203
diff-lcs (>= 1.2.0 , < 2.0 )
204
204
rspec-support (~> 3.13.0 )
205
- rspec-rails (7.0 .0 )
205
+ rspec-rails (7.1 .0 )
206
206
actionpack (>= 7.0 )
207
207
activesupport (>= 7.0 )
208
208
railties (>= 7.0 )
@@ -247,7 +247,7 @@ DEPENDENCIES
247
247
pry (~> 0.15.0 )
248
248
rails-footnotes !
249
249
rake (~> 13.2 )
250
- rspec-rails (~> 7.0 )
250
+ rspec-rails (~> 7.1 )
251
251
sprockets-rails (~> 3.5 )
252
252
sqlite3 (~> 2.0 )
253
253
You can’t perform that action at this time.
0 commit comments