From 9a0e20a6c3322f66392fc6c2dd0aa8e8cee8cf3d Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 25 Jul 2024 10:43:46 -0400 Subject: Include Gemfile and lock, update README to utilize bundle install, Makefile update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9d7e5a1..e8e197a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ build: rm -rf build && mkdir build - ruby wruby.rb + bundle exec ruby wruby.rb clean: rm -rf build/* -- cgit v1.2.3-54-g00ecf