Skip to content

Commit

Permalink
Fix the lockfile / linter build step (#38)
Browse files Browse the repository at this point in the history
We commit the lockfiles now, so version changes need a re-bundle. (I
missed this in the last PR.) Once this is in I can cut a new release.
  • Loading branch information
smudge authored Jan 31, 2024
1 parent f2e5edc commit 77b97e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
delayed (0.5.2)
delayed (0.5.3)
activerecord (>= 5.2)
concurrent-ruby

Expand Down Expand Up @@ -105,6 +105,10 @@ GEM
net-protocol
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.2)
ast (~> 2.4.1)
Expand Down

0 comments on commit 77b97e9

Please sign in to comment.