File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ group :development, :test do
2727 gem 'rspec-rails'
2828end
2929group :test do
30- gem 'shoulda-matchers' , '~> 5.3 '
30+ gem 'shoulda-matchers' , '~> 6.5 '
3131end
3232group :development , :test do
3333 gem 'factory_bot_rails'
Original file line number Diff line number Diff line change 7777 ast (2.4.3 )
7878 base64 (0.3.0 )
7979 bcrypt (3.1.20 )
80+ bcrypt_pbkdf (1.1.1 )
8081 bcrypt_pbkdf (1.1.1-x86_64-darwin )
81- benchmark (0.4.1 )
82+ benchmark (0.5.0 )
8283 bigdecimal (3.3.1 )
8384 bindex (0.8.1 )
8485 bootsnap (1.18.6 )
189190 nio4r (2.7.4 )
190191 nokogiri (1.18.10-x86_64-darwin )
191192 racc (~> 1.4 )
193+ nokogiri (1.18.10-x86_64-linux-gnu )
194+ racc (~> 1.4 )
192195 orm_adapter (0.5.0 )
193196 ostruct (0.6.3 )
194197 parallel (1.27.0 )
323326 rexml (~> 3.2 , >= 3.2.5 )
324327 rubyzip (>= 1.2.2 , < 4.0 )
325328 websocket (~> 1.0 )
326- shoulda-matchers (5.3 .0 )
329+ shoulda-matchers (6.5 .0 )
327330 activesupport (>= 5.2.0 )
328331 solid_cable (3.0.12 )
329332 actioncable (>= 7.2 )
342345 railties (>= 7.1 )
343346 thor (>= 1.3.1 )
344347 sqlite3 (2.7.4-x86_64-darwin )
348+ sqlite3 (2.7.4-x86_64-linux-gnu )
345349 sshkit (1.24.0 )
346350 base64
347351 logger
354358 stringio (3.1.7 )
355359 thor (1.4.0 )
356360 thruster (0.1.16-x86_64-darwin )
361+ thruster (0.1.16-x86_64-linux )
357362 timeout (0.4.3 )
358363 tsort (0.2.0 )
359364 turbo-rails (2.0.17 )
364369 unicode-display_width (3.2.0 )
365370 unicode-emoji (~> 4.1 )
366371 unicode-emoji (4.1.0 )
367- uri (1.0.4 )
372+ uri (1.1.0 )
368373 useragent (0.16.11 )
369374 warden (1.2.9 )
370375 rack (>= 2.0.9 )
384389
385390PLATFORMS
386391 x86_64-darwin-20
392+ x86_64-linux
387393
388394DEPENDENCIES
389395 bootsnap
@@ -406,7 +412,7 @@ DEPENDENCIES
406412 rubocop
407413 rubocop-rails-omakase
408414 selenium-webdriver
409- shoulda-matchers (~> 5.3 )
415+ shoulda-matchers (~> 6.5 )
410416 solid_cable
411417 solid_cache
412418 solid_queue
You can’t perform that action at this time.
0 commit comments