Skip to content

Commit e410fc9

Browse files
committed
Add gemfile.lock
1 parent aa45f6f commit e410fc9

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

Gemfile.lock

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ GEM
9898
concurrent-ruby (1.0.5)
9999
connection_pool (2.2.1)
100100
dalli (2.7.6)
101+
domain_name (0.5.20170404)
102+
unf (>= 0.0.5, < 1.0.0)
101103
dotenv (2.2.1)
102104
dotenv-rails (2.2.1)
103105
dotenv (= 2.2.1)
@@ -143,6 +145,8 @@ GEM
143145
haml (>= 4.0, < 6)
144146
nokogiri (>= 1.6.0)
145147
ruby_parser (~> 3.5)
148+
http-cookie (1.0.3)
149+
domain_name (~> 0.5)
146150
httpclient (2.8.3)
147151
i18n (0.8.4)
148152
icalendar (2.4.1)
@@ -187,6 +191,8 @@ GEM
187191
nokogiri (>= 1.5.9)
188192
mail (2.6.5)
189193
mime-types (>= 1.16, < 4)
194+
mailgun-ruby (1.1.6)
195+
rest-client (~> 2.0)
190196
meta-tags (2.4.1)
191197
actionpack (>= 3.2.0, < 5.2)
192198
method_source (0.8.2)
@@ -203,6 +209,7 @@ GEM
203209
minitest (5.10.2)
204210
multi_json (1.12.1)
205211
multipart-post (2.0.0)
212+
netrc (0.11.0)
206213
newrelic_rpm (4.2.0.334)
207214
nio4r (2.1.0)
208215
nokogiri (1.7.2)
@@ -216,12 +223,6 @@ GEM
216223
capybara (~> 2.1)
217224
cliver (~> 0.3.1)
218225
websocket-driver (>= 0.2.0)
219-
postmark (1.10.0)
220-
json
221-
rake
222-
postmark-rails (0.15.0)
223-
actionmailer (>= 3.0.0)
224-
postmark (~> 1.10.0)
225226
powerpack (0.1.1)
226227
public_suffix (2.0.5)
227228
puma (3.9.0)
@@ -283,6 +284,10 @@ GEM
283284
rainbow (~> 2.1)
284285
redcarpet (3.4.0)
285286
redis (3.3.3)
287+
rest-client (2.0.2)
288+
http-cookie (>= 1.0.2, < 2.0)
289+
mime-types (>= 1.16, < 4.0)
290+
netrc (~> 0.8)
286291
reverse_markdown (1.0.3)
287292
nokogiri
288293
rubocop (0.49.1)
@@ -336,6 +341,9 @@ GEM
336341
thread_safe (~> 0.1)
337342
uglifier (3.2.0)
338343
execjs (>= 0.3.0, < 3)
344+
unf (0.1.4)
345+
unf_ext
346+
unf_ext (0.0.7.4)
339347
unicode-display_width (1.2.1)
340348
url_safe_base64 (0.2.2)
341349
web-console (3.5.1)
@@ -381,13 +389,13 @@ DEPENDENCIES
381389
letsencrypt_plugin
382390
letter_opener
383391
lograge
392+
mailgun-ruby
384393
meta-tags
385394
mini_magick
386395
mini_racer
387396
newrelic_rpm
388397
pg (~> 0.15)
389398
poltergeist
390-
postmark-rails
391399
puma
392400
puma_worker_killer
393401
pusher

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Coderwall
22

3+
[![Build Status](https://travis-ci.org/coderwall/coderwall-next.svg?branch=master)](https://travis-ci.org/coderwall/coderwall-next)
4+
35
The codebase for [coderwall.com](https://coderwall.com). Coderwall is a developer community used by nearly half a million developers each month to learn and share programming tips.
46

57
## Prerequisites
@@ -25,4 +27,3 @@ $ heroku run rake letsencrypt_plugin
2527
$ heroku certs:update coderwall.com-cert.pem coderwall.com-key.pem
2628
2729
```
28-
>>>>>>> Add ssl instructions

0 commit comments

Comments
 (0)