mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-22 07:00:47 +02:00
9 lines
130 B
Ruby
9 lines
130 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "puma"
|
|
gem "roda"
|
|
gem "rack-unreloader"
|
|
gem "tilt"
|
|
gem "rackup"
|