about summary refs log tree commit diff
path: root/Gemfile
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
parentd4892ace62cd5d73d7e4958bf98fe37244811c7f (diff)
Removing some unused gems, adding pagination to profiles, fix #10
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 1730b2ce0..232089fa0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,6 @@
 source 'https://rubygems.org'
 
 gem 'rails', '4.2.5.1'
-gem 'sqlite3'
 gem 'sass-rails', '~> 5.0'
 gem 'uglifier', '>= 1.3.0'
 gem 'coffee-rails', '~> 4.1.0'
@@ -18,7 +17,6 @@ gem 'font-awesome-rails'
 
 gem 'paranoia', '~> 2.0'
 gem 'paperclip', '~> 4.3'
-gem 'backport_new_renderer'
 
 gem 'http'
 gem 'addressable'
@@ -36,6 +34,7 @@ gem 'fast_blank'
 gem 'htmlentities'
 gem 'onebox'
 gem 'simple_form'
+gem 'will_paginate', '~> 3.0.6'
 
 group :development, :test do
   gem 'rspec-rails'