Skip to content

Commit

Permalink
build: add ostruct dependency (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite authored Oct 18, 2024
1 parent f0891d0 commit 4d588d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source "https://rubygems.org"
gemspec

gem "activerecord", ENV.fetch("AR_VERSION", "~> 6.1.6.1")
gem "ostruct"
gem "minitest", "~> 5.25.0"
gem "minitest-rg", "~> 5.3.0"
gem "pry", "~> 0.13.0"
Expand Down
1 change: 1 addition & 0 deletions acceptance/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
require "minitest/autorun"
require "minitest/focus"
require "minitest/rg"
require "ostruct"
require "active_support"
require "google/cloud/spanner"
require "active_record"
Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
require "minitest/autorun"
require "minitest/focus"
require "minitest/rg"
require "ostruct"
require "google/cloud/spanner"
require "active_record"
require "activerecord-spanner-adapter"
Expand Down

0 comments on commit 4d588d7

Please sign in to comment.