diff options
author | Alec Warner <antarus@gentoo.org> | 2019-12-19 14:25:26 -0800 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2019-12-19 14:25:26 -0800 |
commit | 73533ddda120acdf8a9eaf4814be7699e1266cad (patch) | |
tree | bf8b25add6bf1907980ef30da09f92e8ee9dffdc /Gemfile | |
parent | travisci: newer rails requires ruby2.5 (diff) | |
download | packages-5-73533ddda120acdf8a9eaf4814be7699e1266cad.tar.gz packages-5-73533ddda120acdf8a9eaf4814be7699e1266cad.tar.bz2 packages-5-73533ddda120acdf8a9eaf4814be7699e1266cad.zip |
Fix Rubocop errors.
Signed-off-by: Alec Warner <antarus@gentoo.org>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -67,4 +67,5 @@ group :development do # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' -end
\ No newline at end of file +end + |