diff --git a/Gemfile.lock b/Gemfile.lock index 9797119..e4d8e11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,46 +8,69 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (5.2.1) - activesupport (= 5.2.1) - activesupport (5.2.1) + activemodel (7.0.4.1) + activesupport (= 7.0.4.1) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) - concurrent-ruby (1.0.5) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) + concurrent-ruby (1.1.10) crack (0.4.3) safe_yaml (~> 1.0.0) docile (1.3.1) - faraday (0.15.2) - multipart-post (>= 1.2, < 3) - faraday_middleware (0.12.2) - faraday (>= 0.7.4, < 1.0) + faraday (1.10.3) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.4) + multipart-post (~> 2) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) + faraday_middleware (1.2.0) + faraday (~> 1.0) hashdiff (0.3.7) - i18n (1.1.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.1.0) - json_api_client (1.6.0) + json_api_client (1.21.0) activemodel (>= 3.2.0) activesupport (>= 3.2.0) addressable (~> 2.2) - faraday (~> 0.15, >= 0.15.2) - faraday_middleware (~> 0.9) + faraday (>= 0.15.2, < 2.0) + faraday_middleware (>= 0.9.0, < 2.0) + rack (>= 0.2) minitest (5.11.3) - multipart-post (2.0.0) - public_suffix (3.0.3) + multipart-post (2.2.3) + public_suffix (5.0.1) + rack (3.0.4.1) rake (10.5.0) + ruby2_keywords (0.0.5) safe_yaml (1.0.4) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) webmock (3.4.2) addressable (>= 2.3.6) crack (>= 0.3.2)