1# frozen_string_literal: true 2 3source "https://rubygems.org" 4 5git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } 6 7# gem "rails" 8 9gem "rack", "~> 2.0" 10gem 'puma' 11gem 'redis'