Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove-mailcatcher: Gemfile から mailcatcher を削除した #116

Merged
merged 3 commits into from
Nov 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ group :development, :test do
gem 'pry', '~> 0.10'
gem 'yard', '~> 0.8'
gem 'rubocop', '~> 0.28'
gem 'mailcatcher'
end

group :test do
Expand Down
27 changes: 0 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ GEM
crack (0.4.3)
safe_yaml (~> 1.0.0)
d1lcs (0.5.5)
daemons (1.2.6)
diff-lcs (1.3)
docile (1.3.1)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
equalizer (0.0.11)
eventmachine (1.0.9.1)
guess_html_encoding (0.0.11)
hashdiff (0.3.7)
http (3.3.0)
Expand All @@ -48,14 +46,6 @@ GEM
lumberjack (1.0.13)
mail (2.7.0)
mini_mime (>= 0.1.1)
mailcatcher (0.6.5)
eventmachine (= 1.0.9.1)
mail (~> 2.3)
rack (~> 1.5)
sinatra (~> 1.2)
skinny (~> 0.2.3)
sqlite3 (~> 1.3)
thin (~> 1.5.0)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
method_source (0.9.0)
Expand All @@ -74,9 +64,6 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.3)
rack (1.6.10)
rack-protection (1.5.5)
rack
rainbow (3.0.0)
rake (12.3.1)
rspec (3.8.0)
Expand Down Expand Up @@ -108,24 +95,11 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
skinny (0.2.4)
eventmachine (~> 1.0.0)
thin (>= 1.5, < 1.7)
sqlite3 (1.3.13)
sysexits (1.2.0)
term-ansicolor (1.6.0)
tins (~> 1.0)
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.8)
tins (1.16.3)
twitter (6.2.0)
addressable (~> 2.3)
Expand Down Expand Up @@ -163,7 +137,6 @@ DEPENDENCIES
http (> 0.9)
lumberjack (~> 1.0)
mail (~> 2.7)
mailcatcher
nokogiri (~> 1.6)
pry (~> 0.10)
rake (~> 12.0)
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ BCDice プラグインを利用する場合は、続けて BCDice 本体をダ
git submodule init
```

### 開発時のみ必要なライブラリのインストール

開発時は、メール送信テストを行えるようにするため、[mailcatcher](https://github.com/sj26/mailcatcher) をインストールしてください。

```bash
gem install mailcatcher
```

設定
----

Expand Down