Commit Graph

19 Commits

Author SHA1 Message Date
Fabian Aguilar Gomez e5bc116dcb fix some test formatting 2023-02-02 11:39:32 -06:00
Fabian Aguilar Gomez 2a66d2b260 bump version to 3.9.3 2023-02-02 11:22:31 -06:00
dependabot[bot] 16041f94c3 Bump nokogiri from 1.13.9 to 1.13.10 in /test_projects/mojombo
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.9...v1.13.10)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 04:28:39 +00:00
dependabot[bot] 1a10b68489 Bump nokogiri from 1.13.6 to 1.13.9 in /test_projects/mojombo
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.13.9.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.6...v1.13.9)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-21 02:58:10 +00:00
Yoann Chaudet eaf5f4fbed Sync tests 2022-07-27 13:27:25 -07:00
dependabot[bot] 4b661385be Bump tzinfo from 1.2.2 to 1.2.10 in /test_projects/mojombo
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.2 to 1.2.10.
- [Release notes](https://github.com/tzinfo/tzinfo/releases)
- [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md)
- [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.2...v1.2.10)

---
updated-dependencies:
- dependency-name: tzinfo
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22 09:18:34 +00:00
dependabot[bot] 214ba8598b Bump i18n from 0.7.0 to 0.9.5 in /test_projects/mojombo
Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 to 0.9.5.
- [Release notes](https://github.com/ruby-i18n/i18n/releases)
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ruby-i18n/i18n/compare/v0.7.0...v0.9.5)

---
updated-dependencies:
- dependency-name: i18n
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 23:50:31 +00:00
dependabot[bot] d3bc3c1f9d Bump nokogiri from 1.13.4 to 1.13.6 in /test_projects/mojombo
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.6.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.4...v1.13.6)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-19 03:45:21 +00:00
Yoann Chaudet 8f7ee8f844 Fix tests 2022-04-19 16:12:18 -07:00
Yoann Chaudet 8aadb46dba fix tests 2022-04-19 16:07:29 -07:00
Yoann Chaudet ae108b738a fix test + prep 1.0.3 2022-04-19 15:59:52 -07:00
dependabot[bot] 0b2d6ce757 Bump nokogiri from 1.13.3 to 1.13.4 in /test_projects/mojombo
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.3 to 1.13.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.4/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.3...v1.13.4)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 10:16:52 +00:00
dependabot[bot] b749a008bc Bump nokogiri from 1.6.8.1 to 1.13.3 in /test_projects/mojombo
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.8.1 to 1.13.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.6.8.1...v1.13.3)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-04 04:24:17 +00:00
Yoann Chaudet 8e8c7a0a95 Update test fixtures 2022-03-03 20:14:15 -08:00
Jess Bees 5a78e45c89 Support recording expected output in an action!
the `record_expected_output` script now uses the `act` utility
(https://github.com/nektos/act) to run this repo's action in a container
as github actions would.

You can now pass one argument to that, `local`, to go back to running
`github-pages` on your local ruby install. (I removed the `.ruby-version`
file since we don't *need* to record using the local env anymore, so
make sure that you're on Ruby 2.7.4)

This eliminates the inconsistency between recorded output and generated
output on actions, so we don't need to ignore any lines in `diff` anymore.
2022-02-02 12:50:26 -05:00
Jess Bees 12272ee8f1 Add test projects which test the 'future' config option 2022-02-02 11:59:50 -05:00
Jess Bees 2788dc5c6e Add expected outputs for existing tests 2022-02-02 11:59:50 -05:00
Tommy Byrd 02eaf6c308 add jekyll-octicons to published image 2021-12-17 17:43:47 -05:00
Tommy Byrd 39a7bb35bb publish to actions org 2021-12-14 11:27:51 -05:00