Skip to content

Commit

Permalink
Merge pull request #178 from Shopify/fixes
Browse files Browse the repository at this point in the history
Fixes to get make working
  • Loading branch information
burke authored Nov 6, 2024
2 parents 563cf97 + 9d5547d commit 817ef2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.1
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SHELL=/usr/bin/env bash
.PHONY: default all binaries gem clean dev_bootstrap

default: all
all: setup gem deb
all: gem deb
binaries: \
dist/ejson_linux_amd64_v1/ejson \
dist/ejson_linux_arm64_v8.0/ejson \
Expand Down
3 changes: 2 additions & 1 deletion dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: ejson
up:
- homebrew:
- gnu-tar
- ruby: 3.3.1
- goreleaser
- ruby
- go:
version: '1.22.3'
- bundler
Expand Down

0 comments on commit 817ef2d

Please sign in to comment.