Removing some unused gems, adding pagination to profiles, fix #10

This commit is contained in:
Eugen Rochko 2016-03-19 12:49:34 +01:00
parent d4892ace62
commit c349200761
8 changed files with 79 additions and 11 deletions

View file

@ -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'