diff --git a/final_example/Gemfile.lock b/final_example/Gemfile.lock index fc0fad2..e9613a6 100644 --- a/final_example/Gemfile.lock +++ b/final_example/Gemfile.lock @@ -1,12 +1,11 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.2) + activesupport (7.0.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) byebug (11.1.3) @@ -19,13 +18,13 @@ GEM regexp_parser (~> 1.5) xpath (~> 3.2) childprocess (3.0.0) - concurrent-ruby (1.1.6) + concurrent-ruby (1.2.2) diff-lcs (1.3) - i18n (1.8.3) + i18n (1.12.0) concurrent-ruby (~> 1.0) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.14.1) + minitest (5.18.0) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) public_suffix (4.0.5) @@ -52,16 +51,14 @@ GEM rubyzip (>= 1.2.2) shoulda-matchers (4.3.0) activesupport (>= 4.2.0) - thread_safe (0.3.6) - tzinfo (1.2.7) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) webdrivers (4.4.1) nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (>= 3.0, < 4.0) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.3.0) PLATFORMS ruby