Skip to content

Commit

Permalink
Revert "peep (#5126)" (#5128)
Browse files Browse the repository at this point in the history
This reverts commit 90d0581.
  • Loading branch information
aerosol authored Feb 28, 2025
1 parent 5ae2fd8 commit 9e5be71
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 42 deletions.
2 changes: 0 additions & 2 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,4 @@ config :sentry,
enable_source_code_context: true,
root_source_code_path: [File.cwd!()]

config :prom_ex, :storage_adapter, Plausible.PromEx.StripedPeep

import_config "#{config_env()}.exs"
25 changes: 0 additions & 25 deletions lib/plausible/prom_ex/striped_peep.ex

This file was deleted.

3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ defmodule Plausible.MixProject do
{:eqrcode, "~> 0.1.10"},
{:ex_machina, "~> 2.3", only: [:dev, :test, :ce_dev, :ce_test]},
{:excoveralls, "~> 0.10", only: :test},
{:finch, "~> 0.19.0"},
{:finch, "~> 0.17.0"},
{:floki, "~> 0.36"},
{:fun_with_flags, "~> 1.11.0"},
{:fun_with_flags_ui, "~> 1.0"},
Expand Down Expand Up @@ -116,7 +116,6 @@ defmodule Plausible.MixProject do
{:plug_cowboy, "~> 2.3"},
{:postgrex, "~> 0.19.0"},
{:prom_ex, "~> 1.8"},
{:peep, "~> 3.4"},
{:public_suffix, git: "https://github.com/axelson/publicsuffix-elixir"},
{:ref_inspector, "~> 2.0"},
{:referrer_blocklist, git: "https://github.com/plausible/referrer-blocklist.git"},
Expand Down
Loading

0 comments on commit 9e5be71

Please sign in to comment.