diff options
author | y-temp4 <y.temp4@gmail.com> | 2017-04-28 22:07:16 +0900 |
---|---|---|
committer | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-04-28 09:07:16 -0400 |
commit | 2ca246d7d1696d2b338cfdc3f07c5ba2ad2256a1 (patch) | |
tree | b3bc553e6a48ceda7ea514452435358edb8b1823 | |
parent | 9a085e138e308066ae5e6019d0cb175ae1dd2ddb (diff) |
Use the new Ruby 1.9 hash syntax (#2577)
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 2909d8e45..7ea358e81 100644 --- 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' |