Skip to content
  • Stefan Schulte's avatar
    Fix Gemfile for travis · fbf70778
    Stefan Schulte authored
    inside .travis.yml we worked with PUPPET_VERSION like ~> 3.0.0 which
    gives us the latest version inside the same major release. This did not
    work together with the Gemfile that is created with puppet module
    generate, because it expects fixed versions.
    
    Modify the Gemfile to allow the old behaviour again.
    fbf70778
This project manages its dependencies using Bundler. Learn more