From fd341c9c9a88a31e4faf10a857a45d19743b75ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 13:16:22 +0000 Subject: [PATCH] Bump travis from 1.10.0 to 1.11.0 Bumps [travis](https://github.com/travis-ci/travis.rb) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/travis-ci/travis.rb/releases) - [Commits](https://github.com/travis-ci/travis.rb/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: travis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 44 ++++++++++++++++++++++++++++++-------------- 2 files changed, 31 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index a1ed95a4..0276d6a0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem 'cocoapods', '~> 1.10' -gem 'travis', '~> 1.10' +gem 'travis', '~> 1.11' diff --git a/Gemfile.lock b/Gemfile.lock index d6b486d3..56505c46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,12 +2,12 @@ GEM remote: https://rubygems.org/ specs: CFPropertyList (3.0.3) - activesupport (5.2.4.4) + activesupport (5.2.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) algoliasearch (1.27.5) httpclient (~> 2.8, >= 2.8.3) @@ -52,14 +52,30 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.9) escape (0.0.4) ethon (0.12.0) ffi (>= 1.3.0) - faraday (1.1.0) + faraday (1.8.0) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0.1) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) multipart-post (>= 1.2, < 3) - ruby2_keywords - faraday_middleware (1.0.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-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday_middleware (1.2.0) faraday (~> 1.0) ffi (1.14.2) fourflusher (2.3.1) @@ -75,13 +91,13 @@ GEM gh_inspector (1.1.3) highline (2.0.3) httpclient (2.8.3) - i18n (1.8.7) + i18n (1.8.11) concurrent-ruby (~> 1.0) - json (2.5.1) - json_pure (2.3.1) + json (2.6.1) + json_pure (2.6.1) launchy (2.4.3) addressable (~> 2.3) - minitest (5.14.3) + minitest (5.15.0) molinillo (0.6.6) multi_json (1.15.0) multipart-post (2.1.1) @@ -95,9 +111,9 @@ GEM json websocket (~> 1.0) ruby-macho (1.4.0) - ruby2_keywords (0.0.2) + ruby2_keywords (0.0.5) thread_safe (0.3.6) - travis (1.10.0) + travis (1.11.0) faraday (~> 1.0) faraday_middleware (~> 1.0) gh (~> 0.13) @@ -109,7 +125,7 @@ GEM ethon (>= 0.9.0) tzinfo (1.2.9) thread_safe (~> 0.1) - websocket (1.2.8) + websocket (1.2.9) xcodeproj (1.19.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) @@ -122,7 +138,7 @@ PLATFORMS DEPENDENCIES cocoapods (~> 1.10) - travis (~> 1.10) + travis (~> 1.11) BUNDLED WITH 1.17.3