diff --git a/Gemfile b/Gemfile index ff939c2..4a11046 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem "cucumber", "~> 4.1" gem "appium_lib", "~> 10.6" -gem "activesupport", "~> 6.0" +gem "activesupport", "~> 6.1" gem "pry-byebug", "~> 3.9" diff --git a/Gemfile.lock b/Gemfile.lock index 4db992e..6e3fdff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,12 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.2) + activesupport (6.1.7.1) 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) + zeitwerk (~> 2.3) appium_lib (10.6.0) appium_lib_core (~> 3.3) nokogiri (~> 1.8, >= 1.8.1) @@ -18,7 +18,7 @@ GEM byebug (11.1.3) childprocess (3.0.0) coderay (1.1.3) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.10) cucumber (4.1.0) builder (~> 3.2, >= 3.2.3) cucumber-core (~> 7.1, >= 7.1.0) @@ -56,12 +56,12 @@ GEM eventmachine (>= 0.12.0) websocket-driver (>= 0.5.1) ffi (1.13.1) - i18n (1.8.3) + i18n (1.12.0) concurrent-ruby (~> 1.0) method_source (1.0.0) middleware (0.1.0) mini_portile2 (2.4.0) - minitest (5.14.1) + minitest (5.17.0) multi_test (0.1.2) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) @@ -85,18 +85,18 @@ GEM thor (1.0.1) thread_safe (0.3.6) tomlrb (1.3.0) - tzinfo (1.2.7) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) websocket-driver (0.7.2) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.3.1) + zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.0) + activesupport (~> 6.1) appium_lib (~> 10.6) cucumber (~> 4.1) pry-byebug (~> 3.9)