Skip to content

Commit 4f893c7

Browse files
author
Greg Palmier
committedAug 11, 2012
slimmed down commands in
1 parent 1d0df29 commit 4f893c7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
 

‎.rvmrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
rvm use 1.9.2
1+
#rvm use 1.9.2
2+
rvm use 1.9.3

‎source/_posts/2012-08-09-integrate-sendgrid-with-redmine.markdown

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ Before I get started I'll admit that I had a working redmine install and this wo
2020
2. Here are a few gems I put on sporatically when researching email integration, so make sure you have them. Jump to where your redmine install is located (e.g. /var/www/redmine) and do the following:
2121

2222
```
23-
# gem install mail
24-
# gem install json
25-
# gem install sendgrid
23+
# gem install mail json sendgrid
2624
```
2725
The bulk of this funcionality is provided by the sendgrid gem which originates from here: [https://github.com/stephenb/sendgrid](https://github.com/stephenb/sendgrid). Give a lot of credit to its creator.
2826

0 commit comments

Comments
 (0)