Skip to content

Commit

Permalink
needs require
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-bdonohue committed Oct 8, 2024
1 parent d7fd1bd commit a26d157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source "https://rubygems.org"

gem 'newrelic_rpm'
gem 'sinatra'
gem 'passenger'
gem 'rest-client'
Expand Down
1 change: 1 addition & 0 deletions service/web_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
require 'rack'
require 'rack/contrib' # Includes the JSONBodyParser middleware
require 'jwt'
require 'newrelic_rpm'

puts "Loading QRDA Export Service"

Expand Down

0 comments on commit a26d157

Please sign in to comment.