From c349200761bdbf5beac22648da07b0768addc4d6 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 19 Mar 2016 12:49:34 +0100 Subject: Removing some unused gems, adding pagination to profiles, fix #10 --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Gemfile') 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' -- cgit