From 861f4b0caf309c68be096eb26256f74e0e743bb1 Mon Sep 17 00:00:00 2001 From: Christopher Vollick <0@psycoti.ca> Date: Fri, 17 Mar 2023 16:34:06 -0400 Subject: [PATCH] Update ruby-bandwidth-iris Gem It looks like the commits on this branch were merged to upstream a long time ago, and other changes have been made since which I'm going to need in a moment. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c9623ae3dc918289b6f1b8c1e9a17d8e8b830fbf..481e938ab6f846b195eac2cc5b6a137ea6e86358 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "multihashes" gem "ougai" gem "relative_time" gem "roda" -gem "ruby-bandwidth-iris", git: "https://github.com/singpolyma/ruby-bandwidth-iris", branch: "tn_move" +gem "ruby-bandwidth-iris" gem "sentry-ruby", "<= 4.3.1" gem "slim" gem "statsd-instrument", git: "https://github.com/singpolyma/statsd-instrument.git", branch: "graphite"