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..8cea0f74 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.8) 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,34 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.10) escape (0.0.4) ethon (0.12.0) ffi (>= 1.3.0) - faraday (1.1.0) - multipart-post (>= 1.2, < 3) - ruby2_keywords - faraday_middleware (1.0.0) + faraday (1.10.0) + 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) ffi (1.14.2) fourflusher (2.3.1) @@ -75,29 +95,29 @@ GEM gh_inspector (1.1.3) highline (2.0.3) httpclient (2.8.3) - i18n (1.8.7) + i18n (1.10.0) concurrent-ruby (~> 1.0) - json (2.5.1) - json_pure (2.3.1) + json (2.6.2) + json_pure (2.6.2) 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) + multipart-post (2.2.0) nanaimo (0.3.0) nap (1.1.0) net-http-persistent (2.9.4) net-http-pipeline (1.0.1) netrc (0.11.0) - public_suffix (4.0.6) + public_suffix (4.0.7) pusher-client (0.6.2) 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.1) faraday (~> 1.0) faraday_middleware (~> 1.0) gh (~> 0.13) @@ -109,7 +129,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 +142,7 @@ PLATFORMS DEPENDENCIES cocoapods (~> 1.10) - travis (~> 1.10) + travis (~> 1.11) BUNDLED WITH 1.17.3