# frozen_string_literal: true

# A sample Gemfile
source "https://rubygems.org"

gem "sinatra"
gem "falcon"

gem "async-redis", ">= 0.3.1"
