Skip to content

Commit

Permalink
Release 4.3.0 (#112)
Browse files Browse the repository at this point in the history
* bump nokogiri

* bump rexml

* add missing require

* bump version
  • Loading branch information
Jammjammjamm authored May 30, 2024
1 parent a605b8e commit cc9180e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fhir_models (4.2.2)
fhir_models (4.3.0)
bcp47 (>= 0.3)
date_time_precision (>= 0.8)
mime-types (>= 3.0)
Expand All @@ -14,7 +14,7 @@ GEM
bcp47 (0.3.3)
i18n
coderay (1.1.3)
concurrent-ruby (1.1.10)
concurrent-ruby (1.3.1)
coolline (0.5.0)
unicode_utils (~> 1.4)
date_time_precision (0.8.1)
Expand All @@ -39,20 +39,20 @@ GEM
guard-test (2.0.8)
guard-compat (~> 1.2)
test-unit (~> 3.0)
i18n (1.12.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.3.1)
listen (3.3.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.8)
method_source (1.0.0)
mime-types (3.4.1)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_portile2 (2.8.5)
mime-types-data (3.2024.0507)
mini_portile2 (2.8.6)
nenv (0.3.0)
nokogiri (1.15.5)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri-diff (0.2.0)
Expand All @@ -71,14 +71,15 @@ GEM
method_source (~> 1.0)
pry-coolline (0.2.5)
coolline (~> 0.5)
racc (1.7.3)
racc (1.8.0)
rainbow (3.1.1)
rake (13.0.1)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
Expand Down Expand Up @@ -110,6 +111,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
strscan (3.1.0)
tdiff (0.3.4)
test-unit (3.3.6)
power_assert
Expand Down
1 change: 1 addition & 0 deletions lib/fhir_models/fhir.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'nokogiri'
require 'logger'
require 'uri'

module FHIR
def self.logger
Expand Down
2 changes: 1 addition & 1 deletion lib/fhir_models/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module FHIR
module Models
VERSION = '4.2.2'.freeze
VERSION = '4.3.0'.freeze
end
end

0 comments on commit cc9180e

Please sign in to comment.