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

    Craig Gumbley

    04/25/2023, 9:08 PM
    Copy code
     puppet-example on  puppet ?
     bundler --version                 
    Bundler version 2.3.22
  • d

    Dr Bunsen Honeydew

    04/25/2023, 9:08 PM
    See the
    puppet-example
    module at https://forge.puppet.com/puppet/example?src=slack&channel=voxpupuli
  • b

    bastelfreak

    04/25/2023, 9:08 PM
    2.4.1, Arch Linux
  • b

    bastelfreak

    04/25/2023, 9:08 PM
    with Ruby 3.0 at the moment
  • n

    natemccurdy

    04/25/2023, 9:09 PM
    Bundler version 2.4.5
    on MacOS Ventura
  • c

    Craig Gumbley

    04/25/2023, 9:10 PM
    ah
  • c

    Craig Gumbley

    04/25/2023, 9:10 PM
    lovely
  • c

    Craig Gumbley

    04/25/2023, 9:10 PM
    there we go then
  • c

    Craig Gumbley

    04/25/2023, 9:10 PM
    i’m the only one out of the three running old bundler
  • c

    Craig Gumbley

    04/25/2023, 9:10 PM
    and everything is fine for me
  • c

    Craig Gumbley

    04/25/2023, 9:10 PM
    Just updated my bundler gem and it’s now broken
  • b

    bastelfreak

    04/25/2023, 9:11 PM
    neat
  • b

    bastelfreak

    04/25/2023, 9:11 PM
    they deprecated something about dependency resolution
  • b

    bastelfreak

    04/25/2023, 9:11 PM
    hey josh
  • c

    Craig Gumbley

    04/25/2023, 9:12 PM
    https://github.com/ruby/setup-ruby/blob/6cecb48364174b0952995175c55f9bf5527e6682/action.yml#L17
  • j

    josh

    04/25/2023, 9:12 PM
    We should add a pdk lint check for this kind of thing https://github.com/voxpupuli/puppet-vault_lookup/blob/46849a5e82321d601463218193cc39b3b7abc182/Gemfile#L31 There's no good reason to have an unbounded constraint
    👍 1
  • b

    bastelfreak

    04/25/2023, 9:13 PM
    there isn't usually. during unit/acceptance tests we set it to
    ~> 6.0
    and
    ~> 7.0
  • b

    bastelfreak

    04/25/2023, 9:13 PM
    @Craig Gumbley ah nice, I was just looking for that
  • c

    Craig Gumbley

    04/25/2023, 9:13 PM
    so if we set that task to default, it might sort resolution out
  • c

    Craig Gumbley

    04/25/2023, 9:14 PM
    then we can try to understand the behaviour in bundler 2.4 while not burning
  • c

    Craig Gumbley

    04/25/2023, 9:17 PM
    https://github.com/puppetlabs/puppetlabs-motd/pull/477
  • c

    Craig Gumbley

    04/25/2023, 9:17 PM
    lets see if that behaves
  • b

    bastelfreak

    04/25/2023, 9:17 PM
    https://github.com/voxpupuli/puppet-example/actions/runs/4801949462/jobs/8545575314 failed for me
  • c

    Craig Gumbley

    04/25/2023, 9:18 PM
    same
  • b

    bastelfreak

    04/25/2023, 9:18 PM
    that used https://github.com/voxpupuli/gha-puppet/pull/30/files#diff-a5f1ef1c4e2526c1092b3d50254581c35462653f2b0f467628f6c36aeea60becR95
  • b

    bastelfreak

    04/25/2023, 9:18 PM
    Copy code
    Using latest Bundler for ruby-2.7.8 because the default Bundler gem is too old for that Ruby version
      Ruby 2.6-2.7 only works with Bundler 2.4
      /opt/hostedtoolcache/Ruby/2.7.8/x64/bin/gem install bundler -v ~> 2.4.0
      Successfully installed bundler-2.4.12
  • b

    bastelfreak

    04/25/2023, 9:18 PM
    well 😄
  • c

    Craig Gumbley

    04/25/2023, 9:18 PM
    Copy code
    Using latest Bundler for ruby-2.7.8 because the default Bundler gem is too old for that Ruby version
      Ruby 2.6-2.7 only works with Bundler 2.4
      /opt/hostedtoolcache/Ruby/2.7.8/x64/bin/gem install bundler -v ~> 2.4.0
      Successfully installed bundler-2.4.12
  • c

    Craig Gumbley

    04/25/2023, 9:18 PM
    snap
  • b

    bastelfreak

    04/25/2023, 9:18 PM
    😄
1...435436437...647Latest