Clean up Rubocop suggestions.
This commit is contained in:
parent
61efcb09df
commit
1dea73392c
5 changed files with 22 additions and 14 deletions
8
Gemfile
8
Gemfile
|
|
@ -1,10 +1,12 @@
|
|||
source "https://rubygems.org"
|
||||
# frozen_string_literal: true
|
||||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem "roda"
|
||||
gem 'rake'
|
||||
gem 'roda'
|
||||
|
||||
# change to gunicorn or passenger if you prefer:
|
||||
gem "puma"
|
||||
gem 'puma'
|
||||
|
||||
group :development do
|
||||
gem 'rerun'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue