Skip to content

Commit 5d9085e

Browse files
committed
Keep placeholder under vendor/ directory
1 parent f989ca8 commit 5d9085e

4 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/actions/setup-ruby/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ runs:
1414
shell: bash
1515
working-directory: ./ruby
1616
run: |
17-
mkdir -p vendor/bundle
1817
bundle config set path vendor/bundle
1918
bundle install
2019
bundle lock --add-checksums

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ruby
2-
ruby/**/vendor/**
2+
ruby/**/vendor/bundle/**
33

44
# Python
55
python/**/__pycache__/

ruby/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
## 2. Install Gems via Gemfile and Bundler
66

77
```command
8-
$ mkdir -p vendor/bundle
98
$ bundle config set path vendor/bundle
109
$ bundle install
1110
$ bundle lock --add-checksums

ruby/vendor/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)