summaryrefslogtreecommitdiff
path: root/src/email/Gemfile
diff options
context:
space:
mode:
authorSaumit <justsaumit@protonmail.com>2025-09-27 02:14:26 +0530
committerSaumit <justsaumit@protonmail.com>2025-09-27 02:14:26 +0530
commit82e03978b89938219958032efb1448cc76baa181 (patch)
tree626f3e54d52ecd49be0ed3bee30abacc0453d081 /src/email/Gemfile
Initial snapshot - OpenTelemetry demo 2.1.3 -f
Diffstat (limited to 'src/email/Gemfile')
-rw-r--r--src/email/Gemfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/email/Gemfile b/src/email/Gemfile
new file mode 100644
index 0000000..7d2890a
--- /dev/null
+++ b/src/email/Gemfile
@@ -0,0 +1,18 @@
+
+
+source "https://rubygems.org"
+
+gem "net-smtp", "~> 0.5.1"
+gem "pony", "~> 1.13"
+gem "puma", "~> 7.0"
+gem "sinatra", "~> 4.1"
+gem "rackup", "~> 2.2"
+
+gem "google-protobuf", "~> 4.32.0"
+
+gem "opentelemetry-sdk", "~> 1.8"
+gem "opentelemetry-exporter-otlp", "~> 0.30.0"
+gem "opentelemetry-instrumentation-all", "~> 0.80.0"
+
+gem "openfeature-sdk", "~> 0.4"
+gem "openfeature-flagd-provider", "~> 0.1"