diff --git a/lib/sdk/Gemfile.lock b/lib/sdk/Gemfile.lock index 1f98bb59..6494da0f 100644 --- a/lib/sdk/Gemfile.lock +++ b/lib/sdk/Gemfile.lock @@ -2,36 +2,35 @@ PATH remote: . specs: ros_sdk (0.1.0) - activemodel (= 6.0.2.1) - activesupport (= 6.0.2.1) - config (= 1.7.1) - globalid (= 0.4.2) + activemodel (= 6.1.4) + activesupport (= 6.1.4) + config (~> 2.2.1) + globalid (= 1.0.1) inifile (= 3.0.0) - json_api_client (= 1.15.0) - jwt (= 2.2.1) + json_api_client (~> 1.16.1) + jwt (= 2.2.3) pry (= 0.12.2) request_store (= 1.5.0) GEM remote: https://rubygems.org/ specs: - activemodel (6.0.2.1) - activesupport (= 6.0.2.1) - activesupport (6.0.2.1) + activemodel (6.1.4) + activesupport (= 6.1.4) + activesupport (6.1.4) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) awesome_print (1.8.0) coderay (1.1.2) - concurrent-ruby (1.1.5) - config (1.7.1) - activesupport (>= 3.0) - deep_merge (~> 1.2.1) - dry-validation (>= 0.12.2) + concurrent-ruby (1.1.10) + config (2.2.3) + deep_merge (~> 1.2, >= 1.2.1) + dry-validation (~> 1.0, >= 1.0.0) deep_merge (1.2.1) diff-lcs (1.3) dry-configurable (0.9.0) @@ -75,21 +74,21 @@ GEM multipart-post (>= 1.2, < 3) faraday_middleware (0.13.1) faraday (>= 0.7.4, < 1.0) - globalid (0.4.2) - activesupport (>= 4.2.0) - i18n (1.7.0) + globalid (1.0.1) + activesupport (>= 5.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) inifile (3.0.0) - json_api_client (1.15.0) + json_api_client (1.16.1) activemodel (>= 3.2.0) activesupport (>= 3.2.0) addressable (~> 2.2) faraday (~> 0.15, >= 0.15.2) faraday_middleware (~> 0.9) rack (>= 0.2) - jwt (2.2.1) + jwt (2.2.3) method_source (0.9.2) - minitest (5.13.0) + minitest (5.17.0) multipart-post (2.1.1) pry (0.12.2) coderay (~> 1.1.0) @@ -112,10 +111,9 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - thread_safe (0.3.6) - tzinfo (1.2.6) - thread_safe (~> 0.1) - zeitwerk (2.2.2) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) + zeitwerk (2.6.6) PLATFORMS ruby diff --git a/lib/sdk/ros_sdk.gemspec b/lib/sdk/ros_sdk.gemspec index 9b9cf6cc..b080063f 100644 --- a/lib/sdk/ros_sdk.gemspec +++ b/lib/sdk/ros_sdk.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'activemodel', '6.1.4' spec.add_dependency 'activesupport', '6.1.4' spec.add_dependency 'config', '~> 2.2.1' - spec.add_dependency 'globalid', '0.4.2' + spec.add_dependency 'globalid', '1.0.1' spec.add_dependency 'inifile', '3.0.0' spec.add_dependency 'json_api_client', '~> 1.16.1' spec.add_dependency 'jwt', '2.2.3'