From c6fa7eafe3804451f9c22a8ad46d94f5863ac095 Mon Sep 17 00:00:00 2001 From: Adam Townsend Date: Wed, 13 Sep 2023 12:36:08 -0700 Subject: [PATCH] initial commit with gemfile --- Gemfile | 9 ++++++ Gemfile.lock | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 Gemfile create mode 100644 Gemfile.lock diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..5d5f3e0 --- /dev/null +++ b/Gemfile @@ -0,0 +1,9 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +# gem "rails" + +gem "falcon", "~> 0.42.3" + +gem "roda", "~> 3.72" diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..2f3ca07 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,79 @@ +GEM + remote: https://rubygems.org/ + specs: + async (2.6.4) + console (~> 1.10) + fiber-annotation + io-event (~> 1.1) + timers (~> 4.1) + async-container (0.16.12) + async + async-io + async-http (0.60.2) + async (>= 1.25) + async-io (>= 1.28) + async-pool (>= 0.2) + protocol-http (~> 0.24.0) + protocol-http1 (~> 0.15.0) + protocol-http2 (~> 0.15.0) + traces (>= 0.10.0) + async-http-cache (0.4.3) + async-http (~> 0.56) + async-io (1.36.0) + async + async-pool (0.4.0) + async (>= 1.25) + build-environment (1.13.0) + console (1.23.2) + fiber-annotation + fiber-local + falcon (0.42.3) + async + async-container (~> 0.16.0) + async-http (~> 0.57) + async-http-cache (~> 0.4.0) + async-io (~> 1.22) + build-environment (~> 1.13) + bundler + localhost (~> 1.1) + openssl (~> 3.0) + process-metrics (~> 0.2.0) + protocol-rack (~> 0.1) + samovar (~> 2.1) + fiber-annotation (0.2.0) + fiber-local (1.0.0) + io-event (1.3.2) + localhost (1.1.10) + mapping (1.1.1) + openssl (3.1.0) + process-metrics (0.2.1) + console (~> 1.8) + samovar (~> 2.1) + protocol-hpack (1.4.2) + protocol-http (0.24.7) + protocol-http1 (0.15.1) + protocol-http (~> 0.22) + protocol-http2 (0.15.1) + protocol-hpack (~> 1.4) + protocol-http (~> 0.18) + protocol-rack (0.2.6) + protocol-http (~> 0.23) + rack (>= 1.0) + rack (3.0.8) + roda (3.72.0) + rack + samovar (2.2.0) + console (~> 1.0) + mapping (~> 1.0) + timers (4.3.5) + traces (0.11.1) + +PLATFORMS + x86_64-freebsd-13 + +DEPENDENCIES + falcon (~> 0.42.3) + roda (~> 3.72) + +BUNDLED WITH + 2.4.19