diff options
Diffstat (limited to 'images/benchmarks/ruby/Gemfile')
-rwxr-xr-x | images/benchmarks/ruby/Gemfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/images/benchmarks/ruby/Gemfile b/images/benchmarks/ruby/Gemfile new file mode 100755 index 000000000..ac521b32c --- /dev/null +++ b/images/benchmarks/ruby/Gemfile @@ -0,0 +1,5 @@ +source "https://rubygems.org" + +gem "sinatra" +gem "puma" +gem "redis"
\ No newline at end of file |