From c8e23ef46f9104d3f965e8090a7d1ab7991bcb0d Mon Sep 17 00:00:00 2001 From: Navaneeth Pk Date: Thu, 17 Jun 2021 18:13:13 +0530 Subject: [PATCH 1/2] Add freetds to heroku buildpack (#270) --- app.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.json b/app.json index b0e5b0d770..9c0c2d1f4a 100644 --- a/app.json +++ b/app.json @@ -45,6 +45,9 @@ { "url": "heroku/nodejs" }, + { + "url": "https://github.com/rails-sqlserver/heroku-buildpack-freetds#v1.1.2" + }, { "url": "heroku/ruby" } From cc1b97cab211b9af802968b763e7543266a6a4b9 Mon Sep 17 00:00:00 2001 From: navaneeth Date: Thu, 17 Jun 2021 18:28:06 +0530 Subject: [PATCH 2/2] Bump ToolJet version --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 4045a089bd..8469e533ac 100644 --- a/config/application.rb +++ b/config/application.rb @@ -19,7 +19,7 @@ require 'rails/test_unit/railtie' # you've limited to :test, :development, or :production. Bundler.require(*Rails.groups) -TOOLJET_VERSION = '0.5.9' +TOOLJET_VERSION = '0.5.10' module ToolJet class Application < Rails::Application