Skip to content

Commit

Permalink
Merge pull request #385 from bcdice/mod_require
Browse files Browse the repository at this point in the history
require "bcdice" をbcdice-js考慮で止める
  • Loading branch information
ysakasin authored Feb 25, 2021
2 parents d8ac359 + 7a51e9a commit d4e001c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bcdice/game_system/AlchemiaStruggle.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require "bcdice"
require "bcdice/base"

module BCDice
module GameSystem
Expand Down
2 changes: 1 addition & 1 deletion lib/bcdice/game_system/UnsungDuet.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require "bcdice"
require "bcdice/base"

module BCDice
module GameSystem
Expand Down

0 comments on commit d4e001c

Please sign in to comment.