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" } 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