Skip to content

Commit

Permalink
secret-dice: Gemfileにdbmを追加する
Browse files Browse the repository at this point in the history
refs #134

bundle updateでdbmを更新できるようにするため
  • Loading branch information
ochaochaocha3 committed Jul 21, 2019
1 parent 10c424a commit 64a236d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ gem 'mail', '~> 2.7'

group :irc do
gem 'cinch'

# DiceRollプラグインで使用する
gem 'dbm'
end

group :discord do
Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ GEM
crack (0.4.3)
safe_yaml (~> 1.0.0)
d1lcs (0.5.5)
dbm (1.0.0)
diff-lcs (1.3)
discordrb (3.3.0)
discordrb-webhooks (~> 3.3.0)
Expand Down Expand Up @@ -160,6 +161,7 @@ DEPENDENCIES
cinch
coveralls
d1lcs
dbm
discordrb
guess_html_encoding
http (> 0.9)
Expand All @@ -176,4 +178,4 @@ DEPENDENCIES
yard (~> 0.8)

BUNDLED WITH
2.0.1
2.0.2

0 comments on commit 64a236d

Please sign in to comment.