rubocop and improved lang support
This commit is contained in:
parent
29f0b78667
commit
4c33688b19
7 changed files with 492 additions and 452 deletions
7
Gemfile
7
Gemfile
|
|
@ -1,8 +1,9 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
source 'https://rubygems.org'
|
||||
|
||||
# gem "rails"
|
||||
|
||||
gem "sinatra", "~> 4.1"
|
||||
gem "rack-accept", "~> 0.4.5"
|
||||
gem 'rack-accept', '~> 0.4.5'
|
||||
gem 'rubocop', require: false
|
||||
gem 'sinatra', '~> 4.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue