aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2019-12-19 14:25:26 -0800
committerAlec Warner <antarus@gentoo.org>2019-12-19 14:25:26 -0800
commit73533ddda120acdf8a9eaf4814be7699e1266cad (patch)
treebf8b25add6bf1907980ef30da09f92e8ee9dffdc /Gemfile
parenttravisci: newer rails requires ruby2.5 (diff)
downloadpackages-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--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6ff8992..7728b39 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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
+