Skip to content

Commit

Permalink
update gemset (#171)
Browse files Browse the repository at this point in the history
* update gemset

* lock bundle

- exec: bundle lock --add-platform x86_64-linux
- to not overwrite everything with my arm64 setup

* also add back platform x86_64-darwin

* also add back platform ruby and left a note

- ... on how to do this for the next time

* fix yaml and minitest ci errors

* fix rubocop

- ignore cop, we are removing this code

* update gems again, update doku how to do this
  • Loading branch information
rwaffen authored Sep 20, 2023
1 parent edcd61e commit c575982
Show file tree
Hide file tree
Showing 10 changed files with 167 additions and 141 deletions.
14 changes: 14 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,17 @@ It can be startet on a second shell:
# Integration environment (TBD)

#TODO: Setup a environment with VMs to have a real puppetserver and puppetdb for testing.

# Regnerate gemset

If you happen to delete the Gemfile.lock and regenerate it, do not forget about the supported platforms

```bash
bundle lock --add-platform ruby x86_64-linux x86_64-darwin-22 arm64-darwin
```

# Update gemset

```bash
bundle update
```
Loading

0 comments on commit c575982

Please sign in to comment.