We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f033e65 commit 1ae376bCopy full SHA for 1ae376b
Gemfile
@@ -10,4 +10,6 @@ if RUBY_VERSION < "2.2"
10
elsif RUBY_VERSION < "2.5"
11
gem "sqlite3", "~> 1.4.0"
12
gem "term-ansicolor", "< 1.10.3"
13
+elsif RUBY_VERSION >= "3.4"
14
+ gem "observer"
15
end
0 commit comments