mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Merge branch 'release/v0.5.10' into main
This commit is contained in:
commit
fec619b4cf
2 changed files with 4 additions and 1 deletions
3
app.json
3
app.json
|
|
@ -45,6 +45,9 @@
|
|||
{
|
||||
"url": "heroku/nodejs"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/rails-sqlserver/heroku-buildpack-freetds#v1.1.2"
|
||||
},
|
||||
{
|
||||
"url": "heroku/ruby"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue