Skip to content

Commit 4303c40

Browse files
committed
remove bundler version lock
1 parent 546f7a6 commit 4303c40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
bundler-cache: true
2020
- name: Build and run tests
2121
run: |
22-
gem install bundler -v 2.7.2
22+
gem install bundler
2323
bundle install --jobs 4 --retry 3
2424
bundle exec rake

0 commit comments

Comments
 (0)