From 8298eff4b1bd876d737e545688003f3e26090760 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 18 Aug 2021 21:35:17 +0300 Subject: [PATCH] New version of smile-cli. Has Linux support (yay me). --- Repositories/Smile/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Repositories/Smile/Gemfile b/Repositories/Smile/Gemfile index 0d2463a..1ab0631 100644 --- a/Repositories/Smile/Gemfile +++ b/Repositories/Smile/Gemfile @@ -2,5 +2,5 @@ source "https://rubygems.org" gem 'bundler' source "https://rubygems.pkg.github.com/smile-io" do - gem "smile-cli", "0.6.7" + gem "smile-cli", "0.6.8" end -- GitLab