Skip to content

Commit

Permalink
Use Bundler 2 in Errbit
Browse files Browse the repository at this point in the history
  • Loading branch information
javierm committed Aug 15, 2021
1 parent 2370abd commit 9afa200
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions roles/errbit/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
shell: "git clone https://github.com/errbit/errbit.git {{ errbit_dir }}"
when: errbit_repo.stat.exists == False

# TODO: Remove when we upgrade to bundler 2.x
- name: Use bundler 1.x
replace:
path: "{{ errbit_dir }}/Gemfile.lock"
regexp: ' 2.*'
replace: ' 1.17.1'

- name: Create log folder
file:
path: "{{ errbit_dir }}/log"
Expand Down

0 comments on commit 9afa200

Please sign in to comment.