Skip to content
Snippets Groups Projects
Commit cbd6eb3a authored by Per 29 mei 2024 gedeeld account, daarvoor marten's avatar Per 29 mei 2024 gedeeld account, daarvoor marten
Browse files

Add HL7 namespace

parent 33b30f3a
No related branches found
No related tags found
1 merge request!41Add HL7 namespace
Pipeline #57550 passed
......@@ -28,16 +28,6 @@ before_script:
paths:
- .gems
rails_42_ruby_23:
<<: *ruby_23
script:
- bundle exec appraisal rails42 bundle exec rspec
rails_50_ruby_23:
<<: *ruby_23
script:
- bundle exec appraisal rails50 bundle exec rspec
rails_50_ruby_24:
<<: *ruby_24
script:
......@@ -48,11 +38,6 @@ rails_50_ruby_25:
script:
- bundle exec appraisal rails50 bundle exec rspec
rails_51_ruby_23:
<<: *ruby_23
script:
- bundle exec appraisal rails51 bundle exec rspec
rails_51_ruby_24:
<<: *ruby_24
script:
......@@ -63,11 +48,6 @@ rails_51_ruby_25:
script:
- bundle exec appraisal rails51 bundle exec rspec
rails_52_ruby_23:
<<: *ruby_23
script:
- bundle exec appraisal rails52 bundle exec rspec
rails_52_ruby_24:
<<: *ruby_24
script:
......
......@@ -182,7 +182,7 @@ DEPENDENCIES
active_interaction (~> 3.0)
appraisal
appsignal (~> 2.9.8)
bundler (~> 1.0)
bundler (~> 2.0)
climate_control
combustion (~> 1.1.1)
delayed_job_active_record
......@@ -199,4 +199,4 @@ DEPENDENCIES
timecop
BUNDLED WITH
1.17.3
2.1.4
......@@ -33,6 +33,7 @@ module Roqua
case category
when :background then Appsignal::Transaction::BACKGROUND_JOB
when :web then Appsignal::Transaction::HTTP_REQUEST
when :hl7 then 'hl7'
else Appsignal::Transaction::BLANK
end
end
......
......@@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'with_advisory_lock', '~> 3.2'
gem.add_dependency 'appsignal', '~> 2.9.8'
gem.add_development_dependency 'bundler', '~> 1.0'
gem.add_development_dependency 'bundler', '~> 2.0'
gem.add_development_dependency 'delayed_job_active_record'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec', '>= 2.12.0', '< 4.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment