Skip to content

Commit 9814027

Browse files
committed
Remove observer gem
This was only necessary when using factory_girl, but we've now updated to factory_bot.
1 parent 7913a15 commit 9814027

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Gemfile

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

0 commit comments

Comments
 (0)