File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ gem "matrix", "~> 0.4.2"
1010gem "nokogiri" , "~> 1.16"
1111gem "pry" , "~> 0.14.1"
1212gem "rake" , "~> 13.2"
13- gem "rspec-rails" , "~> 6.1 "
13+ gem "rspec-rails" , "~> 7.0 "
1414gem "sprockets-rails" , "~> 3.5"
1515gem "sqlite3" , "~> 1.7"
Original file line number Diff line number Diff line change @@ -192,16 +192,16 @@ GEM
192192 io-console (~> 0.5 )
193193 rspec-core (3.13.0 )
194194 rspec-support (~> 3.13.0 )
195- rspec-expectations (3.13.1 )
195+ rspec-expectations (3.13.2 )
196196 diff-lcs (>= 1.2.0 , < 2.0 )
197197 rspec-support (~> 3.13.0 )
198198 rspec-mocks (3.13.1 )
199199 diff-lcs (>= 1.2.0 , < 2.0 )
200200 rspec-support (~> 3.13.0 )
201- rspec-rails (6.1.4 )
202- actionpack (>= 6.1 )
203- activesupport (>= 6.1 )
204- railties (>= 6.1 )
201+ rspec-rails (7.0.0 )
202+ actionpack (>= 7.0 )
203+ activesupport (>= 7.0 )
204+ railties (>= 7.0 )
205205 rspec-core (~> 3.13 )
206206 rspec-expectations (~> 3.13 )
207207 rspec-mocks (~> 3.13 )
217217 sqlite3 (1.7.3-arm64-darwin )
218218 sqlite3 (1.7.3-x86_64-linux )
219219 stringio (3.1.1 )
220- thor (1.3.1 )
220+ thor (1.3.2 )
221221 timeout (0.4.1 )
222222 tzinfo (2.0.6 )
223223 concurrent-ruby (~> 1.0 )
227227 websocket-extensions (0.1.5 )
228228 xpath (3.2.0 )
229229 nokogiri (~> 1.8 )
230- zeitwerk (2.6.17 )
230+ zeitwerk (2.6.18 )
231231
232232PLATFORMS
233233 arm64-darwin-20
@@ -243,7 +243,7 @@ DEPENDENCIES
243243 pry (~> 0.14.1 )
244244 rails-footnotes !
245245 rake (~> 13.2 )
246- rspec-rails (~> 6.1 )
246+ rspec-rails (~> 7.0 )
247247 sprockets-rails (~> 3.5 )
248248 sqlite3 (~> 1.7 )
249249
You can’t perform that action at this time.
0 commit comments