about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-19 12:49:34 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-19 12:49:34 +0100
commitc349200761bdbf5beac22648da07b0768addc4d6 (patch)
tree012519d61f5c8edd08b4ba60cec0152ca60f4d55 /Gemfile.lock
parentd4892ace62cd5d73d7e4958bf98fe37244811c7f (diff)
Removing some unused gems, adding pagination to profiles, fix #10
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock7
1 files changed, 2 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index daa62c756..1fd718c8e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -39,8 +39,6 @@ GEM
     addressable (2.4.0)
     arel (6.0.3)
     ast (2.2.0)
-    backport_new_renderer (1.0.0)
-      rails
     bcrypt (3.1.11)
     better_errors (2.1.1)
       coderay (>= 1.0.0)
@@ -283,7 +281,6 @@ GEM
       actionpack (>= 4.0)
       activesupport (>= 4.0)
       sprockets (>= 3.0.0)
-    sqlite3 (1.3.11)
     therubyracer (0.12.2)
       libv8 (~> 3.16.14.0)
       ref
@@ -310,13 +307,13 @@ GEM
       addressable (>= 2.3.6)
       crack (>= 0.3.2)
       hashdiff
+    will_paginate (3.0.7)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
   addressable
-  backport_new_renderer
   better_errors
   binding_of_caller
   coffee-rails (~> 4.1.0)
@@ -356,11 +353,11 @@ DEPENDENCIES
   sdoc (~> 0.4.0)
   simple_form
   simplecov
-  sqlite3
   therubyracer
   uglifier (>= 1.3.0)
   web-console (~> 2.0)
   webmock
+  will_paginate (~> 3.0.6)
 
 BUNDLED WITH
    1.11.2