Fix rubocop issues, introduce usage of frozen literal to improve performance
# frozen_string_literal: true | ||
source 'https://rubygems.org' | ||
gem 'rails', '5.0.0.1' | ||
... | ... |
Please register or sign in to comment
# frozen_string_literal: true | ||
source 'https://rubygems.org' | ||
gem 'rails', '5.0.0.1' | ||
... | ... |