Moves rails-timeago into the root of Gemfile, it's used in views + assets
This commit is contained in:
parent
9ea6e9c166
commit
49800ece87
1 changed files with 1 additions and 2 deletions
3
Gemfile
3
Gemfile
|
|
@ -101,6 +101,7 @@ gem 'gon', '4.1.1'
|
|||
gem 'haml', '4.0.5'
|
||||
gem 'mobile-fu', '1.2.2'
|
||||
gem 'will_paginate', '3.0.5'
|
||||
gem 'rails-timeago'
|
||||
|
||||
# Workarounds
|
||||
# https://github.com/rubyzip/rubyzip#important-note
|
||||
|
|
@ -129,8 +130,6 @@ group :assets do
|
|||
gem 'handlebars_assets', '0.12.0'
|
||||
gem 'jquery-rails', '2.1.4'
|
||||
|
||||
gem 'rails-timeago'
|
||||
|
||||
# Windows and OSX have an execjs compatible runtime built-in, Linux users should
|
||||
# install Node.js or use 'therubyracer'.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue