Skip to content

Commit 23ad4db

Browse files
committed
Add ostruct gem
1 parent 94e77b5 commit 23ad4db

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ gem "htmlentities"
1717
gem "image_processing"
1818
gem "jwt"
1919
gem "nokogiri"
20+
gem "ostruct"
2021
gem "pg"
2122
gem "pg_search"
2223
gem "puma"

Gemfile.lock

+4-2
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ GEM
223223
rdoc (>= 4.0.0)
224224
reline (>= 0.4.2)
225225
json (2.9.1)
226-
jwt (2.10.0)
226+
jwt (2.10.1)
227227
base64
228228
language_server-protocol (3.17.0.3)
229229
launchy (3.0.1)
@@ -278,6 +278,7 @@ GEM
278278
snaky_hash (~> 2.0)
279279
version_gem (~> 1.1)
280280
os (1.1.4)
281+
ostruct (0.6.1)
281282
package_json (0.1.0)
282283
parallel (1.26.3)
283284
parser (3.3.6.0)
@@ -487,7 +488,7 @@ GEM
487488
tzinfo (2.0.6)
488489
concurrent-ruby (~> 1.0)
489490
uber (0.1.0)
490-
unicode-display_width (3.1.2)
491+
unicode-display_width (3.1.3)
491492
unicode-emoji (~> 4.0, >= 4.0.4)
492493
unicode-emoji (4.0.4)
493494
uniform_notifier (1.16.0)
@@ -531,6 +532,7 @@ DEPENDENCIES
531532
image_processing
532533
jwt
533534
nokogiri
535+
ostruct
534536
pg
535537
pg_search
536538
puma

0 commit comments

Comments
 (0)