diff options
author | HombreLaser <sebastian-440@live.com> | 2023-02-20 19:53:50 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-02-20 19:53:50 -0600 |
commit | 78644d412df7274072e3a3d4ad0873437554781b (patch) | |
tree | d73f29f19790f7dde2023974e47610f8c4f07f7a /Gemfile | |
parent | 9aa71bb4bfa345da9514bf6bb251985af0b8758e (diff) |
Añade unsafe autocorrects de rubocop
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +# frozen_string_literal: true + source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } |