dependabot[bot]
2d65e5fe1b
chore(deps): bump sinatra from 2.1.0 to 2.2.0 in /tests/apps/ruby
...
Bumps [sinatra](https://github.com/sinatra/sinatra ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/sinatra/sinatra/releases )
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sinatra/sinatra/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: sinatra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-16 13:04:14 +00:00
Jose Diaz-Gonzalez
d5b14769dd
feat: make heroku-20/focal the default stack for herokuish builds
...
Closes #4621
2021-08-05 23:43:07 -04:00
dependabot[bot]
3028dc4182
chore(deps): bump thin from 1.8.0 to 1.8.1 in /tests/apps/ruby
...
Bumps [thin](https://github.com/macournoyer/thin ) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/macournoyer/thin/releases )
- [Changelog](https://github.com/macournoyer/thin/blob/master/CHANGELOG )
- [Commits](https://github.com/macournoyer/thin/compare/v1.8.0...v1.8.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-22 23:57:52 +00:00
Jose Diaz-Gonzalez
0d7c4cd036
feat: update ruby dependencies in test app
...
These were not auto-upgraded by dependabot because of a hardcoded sinatra version.
2021-01-13 11:45:43 -05:00
dependabot-preview[bot]
71c698f6b1
chore(deps): bump thin from 1.7.2 to 1.8.0 in /tests/apps/ruby
...
Bumps [thin](https://github.com/macournoyer/thin ) from 1.7.2 to 1.8.0.
- [Release notes](https://github.com/macournoyer/thin/releases )
- [Changelog](https://github.com/macournoyer/thin/blob/master/CHANGELOG )
- [Commits](https://github.com/macournoyer/thin/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-11-16 05:57:44 +00:00
dependabot-preview[bot]
d4988ed182
chore(deps): [security] bump rack in /tests/apps/ruby
...
Bumps [rack](https://github.com/rack/rack ) from 1.6.11 to 1.6.12. **This update includes a security fix.**
- [Release notes](https://github.com/rack/rack/releases )
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rack/rack/compare/1.6.11...1.6.12 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-12-18 19:33:18 +00:00
dependabot-preview[bot]
438261b1f9
chore(deps): bump sinatra from 1.4.4 to 1.4.8 in /tests/apps/ruby
...
Bumps [sinatra](https://github.com/sinatra/sinatra ) from 1.4.4 to 1.4.8.
- [Release notes](https://github.com/sinatra/sinatra/releases )
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sinatra/sinatra/compare/v1.4.4...v1.4.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-18 20:27:37 +00:00
dependabot-preview[bot]
1c17e43bb7
chore(deps): bump thin from 1.6.1 to 1.7.2 in /tests/apps/ruby
...
Bumps [thin](https://github.com/macournoyer/thin ) from 1.6.1 to 1.7.2.
- [Release notes](https://github.com/macournoyer/thin/releases )
- [Changelog](https://github.com/macournoyer/thin/blob/master/CHANGELOG )
- [Commits](https://github.com/macournoyer/thin/compare/v1.6.1...v1.7.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-10-18 16:59:02 +00:00
Jose Diaz-Gonzalez
86795ddacc
tests: run mvdan/shfmt on test runs
...
While I do not agree with _every_ style change, this will force Dokku to have consistent formatting across all shell scripts, which is arguably a Good Thing™.
The command used to reprocess everything is:
```shell
shfmt -l -bn -ci -i 2 -w .
```
2019-01-07 01:25:55 -05:00
Michael Hobbs
1bad26426e
force testing .env with no newline and actually fix #1025 and #1026 . closes #1063
2015-04-01 13:49:55 -07:00
Michael Hobbs
88cd81e390
ensure we have newlines around our config. closes #1025
2015-03-09 19:32:05 -07:00