Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tombruijn/yaml-dummy-ruby-app
https://github.com/tombruijn/yaml-dummy-ruby-app
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tombruijn/yaml-dummy-ruby-app
- Owner: tombruijn
- Created: 2023-01-20T15:14:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T11:34:57.000Z (over 1 year ago)
- Last Synced: 2024-12-12T23:07:58.494Z (19 days ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Psych error app
## Requirements
- Docker
## Usage
```
./script
```### Steps the script takes
- Calling `./script` will start a Docker container with Ruby 3.1.
- In the container the `./inner_script` will be run.
- Required build dependencies are installed.
- Psych gem version 5 is installed using `gem install psych --version 5.0.2`.
- `bundle install` is run, which installs this [example gem](https://github.com/tombruijn/yaml-dummy-gem) that parses YAML during extension installation.
- An error is raised upon the parsing of a YAML string.
- `bundle install` exits with a failure.