We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4807bf3 commit 3f7727aCopy full SHA for 3f7727a
mrt-inttest-services/mock-merritt-it/Gemfile
@@ -3,6 +3,7 @@
3
source 'https://rubygems.org'
4
gem 'mustache'
5
gem 'redcarpet'
6
+gem 'rackup'
7
gem 'rubocop'
8
gem 'sinatra'
9
gem 'thin'
mrt-inttest-services/mock-merritt-it/Gemfile.lock
@@ -21,6 +21,9 @@ GEM
21
rack (>= 3.0.0, < 4)
22
rack-session (2.0.0)
23
rack (>= 3.0.0)
24
+ rackup (2.1.0)
25
+ rack (>= 3)
26
+ webrick (~> 1.8)
27
rainbow (3.1.1)
28
redcarpet (3.6.0)
29
regexp_parser (2.9.0)
@@ -52,12 +55,14 @@ GEM
52
55
rack (>= 1.0.0)
53
56
tilt (2.3.0)
54
57
unicode-display_width (2.5.0)
58
+ webrick (1.8.1)
59
60
PLATFORMS
61
ruby
62
63
DEPENDENCIES
64
mustache
65
+ rackup
66
redcarpet
67
rubocop
68
sinatra
0 commit comments