logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 2ca246d7d1696d2b338cfdc3f07c5ba2ad2256a1
parent: 9a085e138e308066ae5e6019d0cb175ae1dd2ddb
Author: y-temp4 <y.temp4@gmail.com>
Date:   Fri, 28 Apr 2017 22:07:16 +0900

Use the new Ruby 1.9 hash syntax (#2577)


Diffstat:

MGemfile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile @@ -54,7 +54,7 @@ gem 'sidekiq' gem 'sidekiq-unique-jobs' gem 'simple-navigation' gem 'simple_form' -gem 'sprockets-rails', :require => 'sprockets/railtie' +gem 'sprockets-rails', require: 'sprockets/railtie' gem 'statsd-instrument' gem 'twitter-text' gem 'tzinfo-data'