Skip to content

Commit e8b05a8

Browse files
committed
CI: add gems required in Ruby 4.0
1 parent b3c2d77 commit e8b05a8

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ jobs:
1515
ruby-version: ${{ matrix.ruby }}
1616
- run: bundle install
1717
- run: bundle exec rspec spec/bat
18-
continue-on-error: ${{ matrix.ruby == 'head' || matrix.ruby == '4.0' }}

Gemfile

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
# encoding: UTF-8
21
source 'https://rubygems.org'
32

43
gem 'bosh_common'
54
gem 'bosh-template'
5+
6+
gem 'bcrypt_pbkdf'
67
gem 'httpclient'
8+
gem 'ed25519'
9+
10+
gem 'minitar'
711
gem 'net-ssh'
812
gem 'net-ssh-gateway'
9-
gem 'minitar'
13+
1014
gem 'rspec'
11-
gem 'ed25519'
12-
gem 'bcrypt_pbkdf'
15+
gem 'logger' # Ruby 4.x
16+
gem 'ostruct' # Ruby 4.x - used by `bosh-template`

0 commit comments

Comments
 (0)