Skip to content

Commit

Permalink
Apparently json was silently required in previoys pg gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Dec 29, 2023
1 parent 0f1453c commit e8a7fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/ruby_event_store-sequel/spec/spec_helper.rb
@@ -1,6 +1,7 @@
require "ruby_event_store/sequel"
require_relative "../../../support/helpers/rspec_defaults"
require_relative "../../../support/helpers/rspec_sql_matchers"
require "json"

ENV["DATABASE_URL"] ||= "sqlite::memory:"
ENV["DATA_TYPE"] ||= "text"
Expand Down

0 comments on commit e8a7fc0

Please sign in to comment.