diff options
author | Matias Linares <matias.linares@comprandoengrupo.net> | 2022-06-22 14:31:23 -0300 |
---|---|---|
committer | Matias Linares <matias.linares@comprandoengrupo.net> | 2022-06-22 14:31:23 -0300 |
commit | bfe3973d0925fa3a429b327563558d36df1934e1 (patch) | |
tree | 9f3bf3417012679ac0fa0ac48039f58f8ca52e84 /Gemfile | |
download | bass-player-bfe3973d0925fa3a429b327563558d36df1934e1.tar.gz |
Initial commit
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +source "https://rubygems.org" +ruby "3.0.3" + +gem "qml" +gem "sequel" +gem "rake" +gem "sqlite3" |