From ac4d857a82a8a7636e9a56019edcebaaf9a0e32b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 8 Aug 2021 23:56:01 +0300 Subject: [PATCH] Add Bundler to the Smile Gem environment. It's needed for a bunch of things. --- Repositories/Smile/Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Repositories/Smile/Gemfile b/Repositories/Smile/Gemfile index 6685951..0d2463a 100644 --- a/Repositories/Smile/Gemfile +++ b/Repositories/Smile/Gemfile @@ -1,6 +1,6 @@ +source "https://rubygems.org" +gem 'bundler' + source "https://rubygems.pkg.github.com/smile-io" do gem "smile-cli", "0.6.7" end - -source "https://rubygems.org" do -end -- GitLab