about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2019-03-12 21:50:00 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2019-03-12 21:50:00 -0400
commit7789e2138fc0479846c20bc68d68973636a4a760 (patch)
treeef14af7a0a6e0de8f086a2b2db877840eb48904c /Gemfile.lock
parent7a2d945f581c8ce9e322883ec597366143fe10cb (diff)
downloadthoughts-7789e2138fc0479846c20bc68d68973636a4a760.tar.gz
thoughts-7789e2138fc0479846c20bc68d68973636a4a760.tar.bz2
thoughts-7789e2138fc0479846c20bc68d68973636a4a760.zip
Started game tracker
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8fccc7c..62cb538 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -66,6 +66,8 @@ GEM
66 airbrussh (1.3.1) 66 airbrussh (1.3.1)
67 sshkit (>= 1.6.1, != 1.7.0) 67 sshkit (>= 1.6.1, != 1.7.0)
68 arel (9.0.0) 68 arel (9.0.0)
69 audited (4.8.0)
70 activerecord (>= 4.0, < 5.3)
69 bcrypt (3.1.12) 71 bcrypt (3.1.12)
70 bindex (0.5.0) 72 bindex (0.5.0)
71 builder (3.2.3) 73 builder (3.2.3)
@@ -279,6 +281,7 @@ PLATFORMS
279 281
280DEPENDENCIES 282DEPENDENCIES
281 acts-as-taggable-on 283 acts-as-taggable-on
284 audited (~> 4.7)
282 byebug 285 byebug
283 capistrano (~> 3.0) 286 capistrano (~> 3.0)
284 capistrano-bundler 287 capistrano-bundler
@@ -289,6 +292,7 @@ DEPENDENCIES
289 ckeditor 292 ckeditor
290 coffee-rails (~> 4.2) 293 coffee-rails (~> 4.2)
291 devise 294 devise
295 enumerize
292 haml 296 haml
293 highline 297 highline
294 jbuilder (~> 2.5) 298 jbuilder (~> 2.5)