We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c056e8 commit 3056604Copy full SHA for 3056604
Gemfile
@@ -3,7 +3,7 @@ source "https://rubygems.org"
3
4
gem "concurrent-ruby", "~> 1.0.0"
5
gem "flay", "~> 2.10"
6
-gem "sexp_processor", "~> 4.10" # TODO: Remove when flay >= 2.10
+gem "sexp_processor", "~> 4.10"
7
gem "json"
8
9
group :test do
0 commit comments