diff options
author | cyberta <cyberta@riseup.net> | 2023-01-01 23:41:59 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2023-01-01 23:41:59 +0100 |
commit | 256bf71832d266da62fdf8b3143308da00e7459b (patch) | |
tree | e7803f7574ec450d3bcccae671a7d12e0fbd4e54 /Gemfile | |
parent | 6128136ddf9bb3626104c739db65e9e005211116 (diff) |
add fastline basics
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile new file mode 100644 index 00000000..7a118b49 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source "https://rubygems.org" + +gem "fastlane" |