about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-07-07 16:23:04 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-07-07 16:23:04 -0400
commit42d9db526d3aef2e08848d6bc587feaf3700db42 (patch)
tree29bfcb6653bb6419fa087f87de72b00b00e68fd6 /Gemfile.lock
parentdd231a335758873dcd9024db7618837094fcc0a5 (diff)
downloadthoughts-42d9db526d3aef2e08848d6bc587feaf3700db42.tar.gz
thoughts-42d9db526d3aef2e08848d6bc587feaf3700db42.tar.bz2
thoughts-42d9db526d3aef2e08848d6bc587feaf3700db42.zip
Added tags
Blogs and streams can now be tagged. Records now show the appropriate tags for an entry. Updates work oddly, because their records show the stream's tags, since updates do not have tags themselves.

refs #2
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 9fb12d0..09ff6ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -55,6 +55,8 @@ GEM
55 i18n (>= 0.7, < 2) 55 i18n (>= 0.7, < 2)
56 minitest (~> 5.1) 56 minitest (~> 5.1)
57 tzinfo (~> 1.1) 57 tzinfo (~> 1.1)
58 acts-as-taggable-on (6.0.0)
59 activerecord (~> 5.0)
58 addressable (2.5.2) 60 addressable (2.5.2)
59 public_suffix (>= 2.0.2, < 4.0) 61 public_suffix (>= 2.0.2, < 4.0)
60 airbrussh (1.3.0) 62 airbrussh (1.3.0)
@@ -269,6 +271,7 @@ PLATFORMS
269 ruby 271 ruby
270 272
271DEPENDENCIES 273DEPENDENCIES
274 acts-as-taggable-on
272 byebug 275 byebug
273 capistrano (~> 3.0) 276 capistrano (~> 3.0)
274 capistrano-bundler 277 capistrano-bundler