sobolevn / git-secret

:busts_in_silhouette: A bash-tool to store your private data inside a git repository.
https://sobolevn.me/git-secret/
MIT License
3.73k stars 198 forks source link

Travis-ci builds are failing on multiple Bundler issues #294

Closed joshrabinowitz closed 5 years ago

joshrabinowitz commented 5 years ago

Hopefully this is a transient issue that will resolve itself upstream. But if not, here's the summary of errors we're seeing on Travis-CI: See: https://travis-ci.org/sobolevn/git-secret/builds/474084605

Resolving dependencies......
Bundler could not find compatible versions for gem "erubis":
  In Gemfile:
    test-kitchen was resolved to 1.24.0, which depends on
      winrm (~> 2.0) was resolved to 2.3.1, which depends on
        erubis (~> 2.7)
Could not find gem 'erubis (~> 2.7)', which is required by gem 'winrm (~> 2.0)',
in any of the sources.
Bundler could not find compatible versions for gem "net-ssh":
  In Gemfile:
    kitchen-verifier-serverspec was resolved to 0.6.11, which depends on
      net-ssh (>= 3)
    serverspec was resolved to 1.7.0, which depends on
      net-ssh
    test-kitchen was resolved to 1.24.0, which depends on
      net-ssh (< 5.0, >= 2.9)
Bundler could not find compatible versions for gem "rspec-its":
  In Gemfile:
    serverspec was resolved to 2.41.3, which depends on
      rspec-its
Could not find gem 'rspec-its', which is required by gem 'serverspec', in any of
the sources.
Bundler could not find compatible versions for gem "safe_yaml":
  In Gemfile:
    test-kitchen was resolved to 1.4.1, which depends on
      safe_yaml (~> 1.0)
Could not find gem 'safe_yaml (~> 1.0)', which is required by gem
'test-kitchen', in any of the sources.
Bundler could not find compatible versions for gem "test-kitchen":
  In Gemfile:
    test-kitchen
    kitchen-docker was resolved to 2.7.0, which depends on
      test-kitchen (>= 1.0.0)
    kitchen-verifier-serverspec was resolved to 0.6.11, which depends on
      test-kitchen (~> 1.4)
joshrabinowitz commented 5 years ago

@simbo1905 @sobolevn this seems like a blocker

joshrabinowitz commented 5 years ago

I believe this is resolving itself upstream. WIll update later.