Skip to content

Commit

Permalink
Update seedbank to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorbg committed Mar 1, 2023
1 parent 52048cc commit 343ae99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions WcaOnRails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,8 @@ GEM
faraday (>= 0.17.3, < 3)
sdoc (2.6.1)
rdoc (>= 5.0)
seedbank (0.4.0)
seedbank (0.5.0)
rake (>= 10.0)
semantic_range (3.0.0)
shakapacker (6.5.6)
activesupport (>= 5.2)
Expand Down Expand Up @@ -823,4 +824,4 @@ DEPENDENCIES
wicked_pdf

BUNDLED WITH
2.3.13
2.4.6
1 change: 1 addition & 0 deletions WcaOnRails/spec/support/test_db_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class TestDbManager
).freeze

def self.fill_tables
Rails.application.load_tasks
Seedbank.load_tasks
Rake::Task["db:seed:common"].invoke
end
Expand Down

0 comments on commit 343ae99

Please sign in to comment.