Use the new Ruby 1.9 hash syntax (#2577)
This commit is contained in:
parent
9a085e138e
commit
2ca246d7d1
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
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'
|
||||
|
|
Loading…
Reference in a new issue