Skip to content

Commit

Permalink
Initial commit for Ruby Env (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Rok Garbas <[email protected]>
  • Loading branch information
stahnma and garbas authored Oct 28, 2024
1 parent 43e9c14 commit ba7fe47
Show file tree
Hide file tree
Showing 13 changed files with 2,210 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
| :--- | :-----: | :----: | :-----: | :---------- |
| |
| **Languages:** |
| `python-poetry` |||| |
| `python-poetry` |||| Python environment using poerty |
| `ruby` |||| Ruby environment |
| `rust` |||| Rust environment |
| **Databases:** |
| `postgres` |||| |
Expand Down
3 changes: 3 additions & 0 deletions ruby/.flox/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
run/
cache/
lib/
1 change: 1 addition & 0 deletions ruby/.flox/env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"ruby","version":1}
5 changes: 5 additions & 0 deletions ruby/.flox/env.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rev": "5215862a7a7d16cbbef8f695568b93916c2f3754",
"local_rev": "34ed686f1fe6494a75d77e2941cdf47d46428bec",
"version": 1
}
Loading

0 comments on commit ba7fe47

Please sign in to comment.