diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 10:33:07 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 10:33:07 -0500 |
commit | 9681897e9ace534c4559fa9be20aa86af1a42e13 (patch) | |
tree | 85fbe155f6d1db7f8e232dac40be109fa066f9ed /Gemfile.lock | |
parent | de217df62df5725450ba7fd0084a00a8ebe24599 (diff) | |
download | thoughts-9681897e9ace534c4559fa9be20aa86af1a42e13.tar.gz thoughts-9681897e9ace534c4559fa9be20aa86af1a42e13.tar.bz2 thoughts-9681897e9ace534c4559fa9be20aa86af1a42e13.zip |
Add daily upvote email like AO3 kudos
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index ce12201..2980acc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
@@ -135,6 +135,7 @@ GEM | |||
135 | rack (>= 1.0.0) | 135 | rack (>= 1.0.0) |
136 | rack-test (>= 0.5.4) | 136 | rack-test (>= 0.5.4) |
137 | xpath (>= 2.0, < 4.0) | 137 | xpath (>= 2.0, < 4.0) |
138 | chronic (0.10.2) | ||
138 | climate_control (0.2.0) | 139 | climate_control (0.2.0) |
139 | coffee-rails (4.2.2) | 140 | coffee-rails (4.2.2) |
140 | coffee-script (>= 2.2.0) | 141 | coffee-script (>= 2.2.0) |
@@ -364,6 +365,8 @@ GEM | |||
364 | websocket-driver (0.7.6) | 365 | websocket-driver (0.7.6) |
365 | websocket-extensions (>= 0.1.0) | 366 | websocket-extensions (>= 0.1.0) |
366 | websocket-extensions (0.1.5) | 367 | websocket-extensions (0.1.5) |
368 | whenever (1.0.0) | ||
369 | chronic (>= 0.6.3) | ||
367 | will_paginate (4.0.0) | 370 | will_paginate (4.0.0) |
368 | xpath (3.2.0) | 371 | xpath (3.2.0) |
369 | nokogiri (~> 1.8) | 372 | nokogiri (~> 1.8) |
@@ -418,6 +421,7 @@ DEPENDENCIES | |||
418 | tzinfo-data | 421 | tzinfo-data |
419 | web-console (>= 3.3.0) | 422 | web-console (>= 3.3.0) |
420 | webrick (~> 1.7) | 423 | webrick (~> 1.7) |
424 | whenever (~> 1.0.0) | ||
421 | will_paginate (~> 4.0) | 425 | will_paginate (~> 4.0) |
422 | 426 | ||
423 | BUNDLED WITH | 427 | BUNDLED WITH |