Skip to content

Commit 40c4d3b

Browse files
committed
rubocop
1 parent ef55207 commit 40c4d3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mrt-inttest-services/mock-merritt-it/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
source 'https://rubygems.org'
44
gem 'mustache'
5+
gem 'puma'
56
gem 'rackup'
67
gem 'redcarpet'
78
gem 'rubocop'
89
gem 'sinatra'
9-
gem 'puma'

mrt-inttest-services/mock-merritt-it/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ DEPENDENCIES
6868
sinatra
6969

7070
BUNDLED WITH
71-
2.4.19
71+
2.6.2

mrt-inttest-services/mock-merritt-it/app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
require 'json'
99

1010
set :bind, '0.0.0.0'
11-
set :host_authorization => { permitted_hosts: [] }
11+
set host_authorization: { permitted_hosts: [] }
1212

1313
# Useful functions
1414

0 commit comments

Comments
 (0)