Skip to content

Commit

Permalink
fixup! feat: add Gemfile.lock to repo and Dockerfile for consistent d…
Browse files Browse the repository at this point in the history
…evelopment and CI experience
  • Loading branch information
knarewski committed Oct 18, 2024
1 parent 4d91276 commit 183e5ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
sudo apt-get install -yqq liblcms2-utils libglib2.0-dev libgtk2.0-dev libgdk-pixbuf2.0-dev
- name: checkout repo
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: unlock the gem versions
run: rm Gemfile.lock
- name: set up ruby environment
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 183e5ad

Please sign in to comment.