rspec / rspec-support

Common code needed by the other RSpec gems. Not intended for direct use.
https://rspec.info
MIT License
98 stars 103 forks source link

Updated ci build scripts (from rspec-dev) #443

Closed pirj closed 3 years ago

pirj commented 3 years ago

https://github.com/rspec/rspec-dev/pull/259

pirj commented 3 years ago

MRI 2.7 fails on Windows:

  Fetching https://github.com/rspec/rspec.git
  Fetching https://github.com/rspec/rspec-expectations.git
  Fetching https://github.com/rspec/rspec-mocks.git
  Fetching https://github.com/rspec/rspec-support.git
  The dependency redcarpet (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for x64-mingw32 but the dependency is only for ruby. To add those platforms to the bundle, run `bundle lock --add-platform ruby`.
  The dependency github-markup (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for x64-mingw32 but the dependency is only for ruby. To add those platforms to the bundle, run `bundle lock --add-platform ruby`.
  The dependency jruby-openssl (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for x64-mingw32 but the dependency is only for java. To add those platforms to the bundle, run `bundle lock --add-platform java`.
  Fetching gem metadata from https://rubygems.org/.........
  Resolving dependencies...
  Bundler found conflicting requirements for the Ruby
     In Gemfile:
      Ruby x64-mingw32

      ffi (~> 1.11.0) x64-mingw32 was resolved to 1.11.3, which depends on
        Ruby (< 2.7.dev, >= 2.2) x64-mingw32

      rspec-core x64-mingw32 was resolved to 4.0.0.pre, which depends on
        Ruby (>= 1.8.7) x64-mingw32

To be fixed in a follow-up.