Skip to content

Commit 51821d1

Browse files
authored
Release 0.10.2 (#47)
* update dependencies * bump version
1 parent 50d9f22 commit 51821d1

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

Gemfile.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PATH
22
remote: .
33
specs:
4-
ips_test_kit (0.10.1)
4+
ips_test_kit (0.10.2)
55
inferno_core (>= 0.4.37)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activesupport (6.1.7.8)
10+
activesupport (6.1.7.10)
1111
concurrent-ruby (~> 1.0, >= 1.0.2)
1212
i18n (>= 1.6, < 2)
1313
minitest (>= 5.1)
@@ -23,7 +23,7 @@ GEM
2323
blueprinter (0.25.2)
2424
byebug (11.1.3)
2525
coderay (1.1.3)
26-
concurrent-ruby (1.3.3)
26+
concurrent-ruby (1.3.4)
2727
connection_pool (2.4.1)
2828
crack (1.0.0)
2929
bigdecimal
@@ -60,7 +60,7 @@ GEM
6060
zeitwerk (~> 2.6)
6161
factory_bot (6.4.6)
6262
activesupport (>= 5.0.0)
63-
faraday (1.10.3)
63+
faraday (1.10.4)
6464
faraday-em_http (~> 1.0)
6565
faraday-em_synchrony (~> 1.0)
6666
faraday-excon (~> 1.1)
@@ -78,18 +78,18 @@ GEM
7878
faraday-httpclient (1.0.1)
7979
faraday-multipart (1.0.4)
8080
multipart-post (~> 2)
81-
faraday-net_http (1.0.1)
81+
faraday-net_http (1.0.2)
8282
faraday-net_http_persistent (1.2.0)
8383
faraday-patron (1.0.0)
8484
faraday-rack (1.0.0)
8585
faraday-retry (1.0.3)
86-
faraday_middleware (1.2.0)
86+
faraday_middleware (1.2.1)
8787
faraday (~> 1.0)
88-
fhir_client (5.0.3)
88+
fhir_client (6.0.0)
8989
activesupport (>= 3)
9090
addressable (>= 2.3)
9191
fhir_dstu2_models (>= 1.1.1)
92-
fhir_models (>= 4.2.1)
92+
fhir_models (>= 5.0.0)
9393
fhir_stu3_models (>= 3.1.1)
9494
nokogiri (>= 1.10.4)
9595
oauth2 (~> 1.1)
@@ -101,7 +101,7 @@ GEM
101101
date_time_precision (>= 0.8)
102102
mime-types (>= 3.0)
103103
nokogiri (>= 1.11.4)
104-
fhir_models (4.3.0)
104+
fhir_models (5.0.0)
105105
bcp47 (>= 0.3)
106106
date_time_precision (>= 0.8)
107107
mime-types (>= 3.0)
@@ -128,11 +128,11 @@ GEM
128128
hansi (0.2.1)
129129
hashdiff (1.1.0)
130130
http-accept (1.7.0)
131-
http-cookie (1.0.6)
131+
http-cookie (1.0.7)
132132
domain_name (~> 0.5)
133-
i18n (1.14.5)
133+
i18n (1.14.6)
134134
concurrent-ruby (~> 1.0)
135-
inferno_core (0.4.39)
135+
inferno_core (0.4.43)
136136
activesupport (~> 6.1.7.5)
137137
base62-rb (= 0.3.1)
138138
blueprinter (= 0.25.2)
@@ -162,15 +162,17 @@ GEM
162162
irb (1.13.2)
163163
rdoc (>= 4.0.0)
164164
reline (>= 0.4.2)
165-
jwt (2.8.2)
165+
jwt (2.9.3)
166166
base64
167167
kramdown (2.4.0)
168168
rexml
169+
logger (1.6.1)
169170
method_source (1.1.0)
170-
mime-types (3.5.2)
171+
mime-types (3.6.0)
172+
logger
171173
mime-types-data (~> 3.2015)
172-
mime-types-data (3.2024.0702)
173-
minitest (5.24.1)
174+
mime-types-data (3.2024.1001)
175+
minitest (5.25.1)
174176
multi_json (1.15.0)
175177
multi_xml (0.7.1)
176178
bigdecimal (~> 3.1)
@@ -182,11 +184,11 @@ GEM
182184
mustermann (= 1.1.2)
183185
netrc (0.11.0)
184186
nio4r (2.7.3)
185-
nokogiri (1.16.6-arm64-darwin)
187+
nokogiri (1.16.7-arm64-darwin)
186188
racc (~> 1.4)
187-
nokogiri (1.16.6-x86_64-darwin)
189+
nokogiri (1.16.7-x86_64-darwin)
188190
racc (~> 1.4)
189-
nokogiri (1.16.6-x86_64-linux)
191+
nokogiri (1.16.7-x86_64-linux)
190192
racc (~> 1.4)
191193
oauth2 (1.4.11)
192194
faraday (>= 0.17.3, < 3.0)
@@ -205,11 +207,11 @@ GEM
205207
pry (>= 0.13, < 0.15)
206208
psych (5.1.2)
207209
stringio
208-
public_suffix (6.0.0)
209-
puma (5.6.8)
210+
public_suffix (6.0.1)
211+
puma (5.6.9)
210212
nio4r (~> 2.0)
211-
racc (1.8.0)
212-
rack (2.2.9)
213+
racc (1.8.1)
214+
rack (2.2.10)
213215
rake (13.2.1)
214216
rdoc (6.7.0)
215217
psych (>= 4.0.0)
@@ -222,9 +224,8 @@ GEM
222224
http-cookie (>= 1.0.2, < 2.0)
223225
mime-types (>= 1.16, < 4.0)
224226
netrc (~> 0.8)
225-
rexml (3.3.1)
226-
strscan
227-
rouge (4.3.0)
227+
rexml (3.3.9)
228+
rouge (4.4.0)
228229
rspec (3.13.0)
229230
rspec-core (~> 3.13.0)
230231
rspec-expectations (~> 3.13.0)
@@ -254,7 +255,6 @@ GEM
254255
unicode-display_width (>= 1.5, < 3.0)
255256
unicode_utils (~> 1.4)
256257
strings-ansi (0.2.0)
257-
strscan (3.1.0)
258258
thor (1.2.2)
259259
tilt (2.4.0)
260260
tty-color (0.6.0)
@@ -268,13 +268,13 @@ GEM
268268
tty-screen (0.8.2)
269269
tzinfo (2.0.6)
270270
concurrent-ruby (~> 1.0)
271-
unicode-display_width (2.5.0)
271+
unicode-display_width (2.6.0)
272272
unicode_utils (1.4.0)
273273
webmock (3.23.1)
274274
addressable (>= 2.8.0)
275275
crack (>= 0.3.2)
276276
hashdiff (>= 0.4.0, < 2.0.0)
277-
zeitwerk (2.6.16)
277+
zeitwerk (2.6.18)
278278

279279
PLATFORMS
280280
arm64-darwin-21

lib/ips/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module IPS
2-
VERSION = '0.10.1'.freeze
2+
VERSION = '0.10.2'.freeze
33
end

0 commit comments

Comments
 (0)