Skip to content

Commit d203201

Browse files
committed
Add rake to bundle
1 parent 30f9122 commit d203201

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
os: [ubuntu-latest, macos-latest]
2121
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
22-
ruby: ['3.3', head, jruby-head]
22+
ruby: ['3.3']
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@v4

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
source 'https://rubygems.org'
44

5+
gem 'rake'
6+
57
group :test do
68
gem 'rubocop', require: false
79
gem 'simplecov', require: false

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ GEM
1414
prism (1.4.0)
1515
racc (1.8.1)
1616
rainbow (3.1.1)
17+
rake (13.2.1)
1718
regexp_parser (2.10.0)
1819
rubocop (1.77.0)
1920
json (~> 2.3)
@@ -50,6 +51,7 @@ PLATFORMS
5051
ruby
5152

5253
DEPENDENCIES
54+
rake
5355
rubocop
5456
simplecov
5557
simplecov-json

0 commit comments

Comments
 (0)