We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001fd1b commit 052cbd8Copy full SHA for 052cbd8
.github/workflows/test.yml
@@ -39,10 +39,9 @@ jobs:
39
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
40
- name: C extension test
41
run: gem install json:2.2.0 --no-document
42
- - name: Bundler version
43
- run: bundle --version
44
- - name: Bundler test
45
- run: bundle install
+ - run: bundle --version
+ - run: bundle install
+ - run: bundle exec rake --version
46
47
lint:
48
runs-on: ubuntu-latest
Gemfile
@@ -1,5 +1,6 @@
1
# Used for testing
2
source 'https://rubygems.org'
3
4
+gem "rake"
5
gem "path"
6
gem "json", "2.2.0"
0 commit comments