Skip to content

Commit 817ef2d

Browse files
authored
Merge pull request #178 from Shopify/fixes
Fixes to get make working
2 parents 563cf97 + 9d5547d commit 817ef2d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SHELL=/usr/bin/env bash
1414
.PHONY: default all binaries gem clean dev_bootstrap
1515

1616
default: all
17-
all: setup gem deb
17+
all: gem deb
1818
binaries: \
1919
dist/ejson_linux_amd64_v1/ejson \
2020
dist/ejson_linux_arm64_v8.0/ejson \

dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: ejson
33
up:
44
- homebrew:
55
- gnu-tar
6-
- ruby: 3.3.1
6+
- goreleaser
7+
- ruby
78
- go:
89
version: '1.22.3'
910
- bundler

0 commit comments

Comments
 (0)