Skip to content

Commit

Permalink
fix gem deps
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Mar 8, 2024
1 parent 4807bf3 commit 3f7727a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions mrt-inttest-services/mock-merritt-it/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source 'https://rubygems.org'
gem 'mustache'
gem 'redcarpet'
gem 'rackup'
gem 'rubocop'
gem 'sinatra'
gem 'thin'
5 changes: 5 additions & 0 deletions mrt-inttest-services/mock-merritt-it/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ GEM
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
redcarpet (3.6.0)
regexp_parser (2.9.0)
Expand Down Expand Up @@ -52,12 +55,14 @@ GEM
rack (>= 1.0.0)
tilt (2.3.0)
unicode-display_width (2.5.0)
webrick (1.8.1)

PLATFORMS
ruby

DEPENDENCIES
mustache
rackup
redcarpet
rubocop
sinatra
Expand Down

0 comments on commit 3f7727a

Please sign in to comment.