Skip to content

Commit 1ae376b

Browse files
committed
Add observer gem on Ruby 3.4
1 parent f033e65 commit 1ae376b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ if RUBY_VERSION < "2.2"
1010
elsif RUBY_VERSION < "2.5"
1111
gem "sqlite3", "~> 1.4.0"
1212
gem "term-ansicolor", "< 1.10.3"
13+
elsif RUBY_VERSION >= "3.4"
14+
gem "observer"
1315
end

0 commit comments

Comments
 (0)