Skip to content

Commit

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

bundle updateでgdbmを更新できるようにするため
  • Loading branch information
ochaochaocha3 committed Jul 21, 2019
1 parent 10c424a commit 9e334e3
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 'gdbm'
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 @@ -39,6 +39,7 @@ GEM
equalizer (0.0.11)
event_emitter (0.2.6)
ffi (1.11.1)
gdbm (2.0.0)
guess_html_encoding (0.0.11)
hashdiff (0.4.0)
http (3.3.0)
Expand Down Expand Up @@ -161,6 +162,7 @@ DEPENDENCIES
coveralls
d1lcs
discordrb
gdbm
guess_html_encoding
http (> 0.9)
lumberjack (~> 1.0)
Expand All @@ -176,4 +178,4 @@ DEPENDENCIES
yard (~> 0.8)

BUNDLED WITH
2.0.1
2.0.2

0 comments on commit 9e334e3

Please sign in to comment.