Commit Graph

9 Commits

Author SHA1 Message Date
Takashi Kajinami 191b2ee267 Unpin modulesync
... to use the recent modulesync which is compatible with Ruby 3.0.

This also fixes the failing unit tests, which were broken by recent
change in puppet-postgresql.

Depends-on: https://review.opendev.org/853222
Change-Id: Idca10381dc8204e2c35491b92d0f60b3566d4375
2022-08-16 05:38:12 +00:00
Takashi Kajinami c74732c3b8 Pin bundler to 2.2.11
... as we did for p-o-i[1] and spec_helper[2].

[1] 4d2d86e0df434ee25a508aceb1ea209a0c64f80b
[2] a75cf9b6b18134cd6b1285740e2941bb228e053b

Change-Id: I31913176272c1da8260980fcb03deeb0f6a154ab
2022-02-02 22:45:09 +09:00
Tobias Urdin 04d7f3fa10 Replace gem --no-ri and --no-rdoc with --no-document
Change-Id: I0d3b0c095beb3771a699c5485ecd3b3a2c0a31f4
2020-09-02 14:17:22 +02:00
Tobias Urdin 16642779e3 Fix cookiecutter
Change-Id: I9beab1971cbeb77c081bac3bfdab4fcab9acdc6d
2020-04-03 02:13:42 +02:00
ZhongShengping b352aef9c8 Move to opendev
Change-Id: I6837753871efaa298704de53c9c4752d427fe5b4
2019-04-21 14:34:23 +08:00
Tobias Urdin 2a1e10e9f0 Workaround for installing correct version of ruby bundler
See https://github.com/bundler/bundler/issues/6870

Bundler 2.x dropped support for Ruby < 2.3 so now we detect ruby
version and install last known to work version. This means that
newer OS will get newer versions of bundler.

Change-Id: I521affb16d8d2312be3ff507a014adddacd6cb8b
Closes-Bug: #1810401
2019-01-16 00:17:34 +01:00
Lee Yarwood c0b955bced Allow .bundled_gems to persist between runs of prepare_environment
Change-Id: I5b1a1fe982ef6c5f85c2d4dff3c4553d5dfb31b9
2018-12-10 18:52:49 +00:00
Emilien Macchi 211a579dee Add .gitignore and cleanup in functions
* Add .gitignore to not commit files generated by testing scripts
  (run_*.sh)
* Cleanup generated files in functions, before running tests. It avois
  manual cleanup.

Change-Id: I81b4403f7ad083c8339b9bf4dbf184be69f3654f
2016-08-03 17:46:40 -04:00
Emilien Macchi 2366d14fd9 Add CI scripts
Add CI scripts for:
- lint
- syntax 3 and 4
- unit
- beaker

And remove run_tests.sh which is not useful anymore.

Change-Id: I235d8561d6cc2c593cf788ced04d1394127ab3ce
2016-07-26 13:28:09 -04:00