https://www.puppet.com/community logo
Join Slack
Powered by
# voxpupuli
  • c

    Craig Gumbley

    04/25/2023, 9:48 PM
    locally you must have bundler 2.3
  • j

    jhoblitt

    04/25/2023, 9:49 PM
    voxpupuli-test needs >= 7.22?
  • b

    bastelfreak

    04/25/2023, 9:49 PM
    no that would be bad. because then we could not test puppet 6 anymore
  • j

    jhoblitt

    04/25/2023, 9:50 PM
    I'm completely lost then, why would puppet 7.21 blow up
    require 'voxpupuli/test/rake'
    ?
  • b

    bastelfreak

    04/25/2023, 9:50 PM
    because puppet 7 prior to 7.22 allowed ruby-concurrent 1.x and 1.2 dropped private APIs that puppet 7.21 used
  • b

    bastelfreak

    04/25/2023, 9:50 PM
    puppet 7.22 pulls in ruby-concurrent 1.1
  • j

    jhoblitt

    04/25/2023, 9:51 PM
    facepalm
  • b

    bastelfreak

    04/25/2023, 9:51 PM
    ¯\_(ツ)_/¯
  • j

    jhoblitt

    04/25/2023, 9:52 PM
    we can kind of blame ruby for not enforcing private methods
  • j

    jhoblitt

    04/25/2023, 9:52 PM
    mom warned us this would happen
  • b

    bastelfreak

    04/25/2023, 9:52 PM
    so that's actually fine. bundler 2.3 and bundler 2.4 will pull in latest puppet and older ruby-concurrent because you defined puppet as explicit dep in the gemfile and ruby-concurrent has a lower prio because it's a transitive dep
  • b

    bastelfreak

    04/25/2023, 9:53 PM
    now puppet 8 was released and that triggers a bug? in bundler 2.4 so it won't be able to pull in ruby 7.24 if you said
    ~> 7.0
    . it will bring you 7.21 + ruby-concurrent 1.2 and your ship goes down
  • j

    jhoblitt

    04/25/2023, 9:54 PM
    everything is awesome!
  • b

    bastelfreak

    04/25/2023, 9:54 PM

    https://www.youtube.com/watch?v=6aK78w-st2U▾

    this describes the situation
  • b

    bastelfreak

    04/25/2023, 9:55 PM
    I also want to point out that ewoud is the most awesome dude in the world that put a shitload of effort into our CI pipeline so I could workaround this within 45minutes (while 30 minutes I yelled at software)
  • j

    jhoblitt

    04/25/2023, 9:56 PM
    we really need EaaS
  • b

    bastelfreak

    04/25/2023, 9:57 PM
    oh I asked him already if he has brothers or sisters that we could utilize 😄
  • j

    jhoblitt

    04/25/2023, 9:58 PM
    I have a feeling HR would object to try to contract for someone's first born child
  • b

    bastelfreak

    04/25/2023, 10:00 PM
    We will find a country that supports it
  • b

    bastelfreak

    04/25/2023, 10:00 PM
    or we vote for an ewoud act
  • b

    bastelfreak

    04/25/2023, 10:01 PM
    @Craig Gumbley how are your pipelines doing? I saw you released litmus
  • c

    Craig Gumbley

    04/25/2023, 10:02 PM
    eesh
  • c

    Craig Gumbley

    04/25/2023, 10:02 PM
    im not sure yet
  • b

    bastelfreak

    04/25/2023, 10:02 PM
    damn
  • c

    Craig Gumbley

    04/25/2023, 10:06 PM
    potential win
  • b

    bastelfreak

    04/25/2023, 10:07 PM
    \o/
  • c

    Craig Gumbley

    04/25/2023, 10:07 PM
    yes - looking good
  • c

    Craig Gumbley

    04/25/2023, 10:07 PM
    our CI bot will be happy in the morning 🙏
  • c

    Craig Gumbley

    04/25/2023, 10:07 PM
    well that was fun
1...438439440...647Latest