diff --git a/Gemfile b/Gemfile index bd28a31..2dd0822 100644 --- a/Gemfile +++ b/Gemfile @@ -36,13 +36,13 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] # Adds support for Capybara system testing and selenium driver - gem 'capybara', '3.39.0' + gem 'capybara', '3.39.1' gem 'selenium-webdriver', '4.8.6' end group :development do # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. - gem 'web-console', '4.2.0' + gem 'web-console', '4.2.1' gem 'listen', '3.9.0' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring', '2.0.2' diff --git a/Gemfile.lock b/Gemfile.lock index e33adea..d1c60d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,14 +75,14 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) bigdecimal (3.1.8) bindex (0.8.1) builder (3.3.0) byebug (11.1.3) - capybara (3.39.0) + capybara (3.39.1) addressable matrix mini_mime (>= 0.1.3) @@ -142,7 +142,7 @@ GEM marcel (1.0.4) matrix (0.4.2) mini_mime (1.1.5) - minitest (5.23.1) + minitest (5.24.1) mutex_m (0.2.0) net-imap (0.4.13) date @@ -168,11 +168,11 @@ GEM racc (~> 1.4) psych (5.1.2) stringio - public_suffix (5.1.1) + public_suffix (6.0.0) puma (6.4.2) nio4r (~> 2.0) racc (1.8.0) - rack (3.1.3) + rack (3.1.6) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -259,7 +259,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (3.2.0) execjs (>= 0.3.0, < 3) - web-console (4.2.0) + web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) bindex (>= 0.4.0) @@ -283,7 +283,7 @@ PLATFORMS DEPENDENCIES byebug - capybara (= 3.39.0) + capybara (= 3.39.1) coffee-rails (= 5.0.0) contentstack (~> 0.8.0) jbuilder (= 2.11.5) @@ -297,10 +297,10 @@ DEPENDENCIES turbolinks (= 5.0.1) tzinfo-data uglifier (= 3.2.0) - web-console (= 4.2.0) + web-console (= 4.2.1) RUBY VERSION ruby 3.1.4p223 BUNDLED WITH - 2.5.6 + 2.3.26