Skip to content

Commit

Permalink
Update gem dependencies (#219)
Browse files Browse the repository at this point in the history
* Update dependencies in `Gemfile` and `simp-beaker-helpers.gemspec`
* Bump version
* Cleanup affected files for rubocop
* Various fixes for test failures
  • Loading branch information
silug authored Jun 6, 2024
1 parent 09982d4 commit 4cc89e7
Show file tree
Hide file tree
Showing 9 changed files with 213 additions and 209 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr_acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
experimental: false
- label: 'Puppet 8.x'
puppet_version: '~> 8.0'
ruby_version: 3.1
ruby_version: '3.2'
experimental: true
beaker:
- label: beaker
Expand Down Expand Up @@ -63,10 +63,10 @@ jobs:
sudo apt-get update
sudo apt autoremove -y
sudo systemctl start docker
- name: install bundler
- name: install bundle
run: |
gem install bundler
bundle update
bundle config path vendor
bundle install -j $(nproc)
- name: 'run beaker:suite "${{matrix.beaker.label}}"'
continue-on-error: ${{matrix.puppet.experimental || matrix.beaker.allowed_to_fail}}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
experimental: false
- label: 'Puppet 8.x'
puppet_version: '~> 8.0'
ruby_version: 3.1
ruby_version: '3.2'
experimental: true
env:
PUPPET_VERSION: ${{matrix.puppet.puppet_version}}
Expand Down
1 change: 0 additions & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
--format documentation
--fail-fast
--color
--order default
Loading

0 comments on commit 4cc89e7

Please sign in to comment.