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 17:20:08 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-07-07 17:20:08 -0400
commit5be9480128b2841647b204ba19ec9f45dac438f5 (patch)
treeb83441962e485e70d239a3ad8b9bf6ae6d9d5db6 /Gemfile.lock
parenta4779bdb3baf50b477bbe166f7b1d873d75e506f (diff)
downloadthoughts-5be9480128b2841647b204ba19ec9f45dac438f5.tar.gz
thoughts-5be9480128b2841647b204ba19ec9f45dac438f5.tar.bz2
thoughts-5be9480128b2841647b204ba19ec9f45dac438f5.zip
Added tag autocompletion
refs #2
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 09ff6ef..ae55c62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -132,6 +132,11 @@ GEM
132 rails-dom-testing (>= 1, < 3) 132 rails-dom-testing (>= 1, < 3)
133 railties (>= 4.2.0) 133 railties (>= 4.2.0)
134 thor (>= 0.14, < 2.0) 134 thor (>= 0.14, < 2.0)
135 jquery-ui-rails (6.0.1)
136 railties (>= 3.2.16)
137 js-routes (1.4.4)
138 railties (>= 3.2)
139 sprockets-rails
135 libv8 (3.16.14.19) 140 libv8 (3.16.14.19)
136 listen (3.1.5) 141 listen (3.1.5)
137 rb-fsevent (~> 0.9, >= 0.9.4) 142 rb-fsevent (~> 0.9, >= 0.9.4)
@@ -286,6 +291,8 @@ DEPENDENCIES
286 highline 291 highline
287 jbuilder (~> 2.5) 292 jbuilder (~> 2.5)
288 jquery-rails 293 jquery-rails
294 jquery-ui-rails
295 js-routes
289 listen (>= 3.0.5, < 3.2) 296 listen (>= 3.0.5, < 3.2)
290 mysql2 297 mysql2
291 normalize-rails 298 normalize-rails