File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.15.0"
1212gem "rake" , "~> 13.2"
13- gem "rspec-rails" , "~> 7.1 "
13+ gem "rspec-rails" , "~> 7.0 "
1414gem "sprockets-rails" , "~> 3.5"
1515gem "sqlite3" , "~> 2.0"
Original file line number Diff line number Diff line change 219219 actionpack (>= 6.1 )
220220 activesupport (>= 6.1 )
221221 sprockets (>= 3.0.0 )
222- sqlite3 (2.0.4 -arm64-darwin )
223- sqlite3 (2.0.4 -x86_64-linux-gnu )
222+ sqlite3 (2.4.0 -arm64-darwin )
223+ sqlite3 (2.4.0 -x86_64-linux-gnu )
224224 stringio (3.1.2 )
225225 thor (1.3.2 )
226226 timeout (0.4.2 )
@@ -247,7 +247,7 @@ DEPENDENCIES
247247 pry (~> 0.15.0 )
248248 rails-footnotes !
249249 rake (~> 13.2 )
250- rspec-rails (~> 7.1 )
250+ rspec-rails (~> 7.0 )
251251 sprockets-rails (~> 3.5 )
252252 sqlite3 (~> 2.0 )
253253
You can’t perform that action at this time.
0 commit comments