Merge branch 'release/v0.5.10' into main

This commit is contained in:
navaneeth 2021-06-17 18:28:20 +05:30
commit fec619b4cf
2 changed files with 4 additions and 1 deletions

View file

@ -45,6 +45,9 @@
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/rails-sqlserver/heroku-buildpack-freetds#v1.1.2"
},
{
"url": "heroku/ruby"
}

View file

@ -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