Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ GEM
railties (>= 6.1.0)
faker (3.5.3)
i18n (>= 1.8.11, < 2)
faraday (2.14.0)
faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
Expand All @@ -148,7 +148,8 @@ GEM
raabro (~> 1.4)
globalid (1.3.0)
activesupport (>= 6.1)
hashie (5.0.0)
hashie (5.1.0)
logger
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
Expand All @@ -159,7 +160,7 @@ GEM
jbuilder (2.14.1)
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
json (2.18.0)
json (2.18.1)
json-schema (6.0.0)
addressable (~> 2.8)
bigdecimal (~> 3.1)
Expand Down Expand Up @@ -189,8 +190,8 @@ GEM
minitest (6.0.0)
prism (~> 1.5)
msgpack (1.8.0)
multi_xml (0.7.2)
bigdecimal (~> 3.1)
multi_xml (0.8.1)
bigdecimal (>= 3.1, < 5)
mutex_m (0.3.0)
mysql2 (0.5.7)
bigdecimal
Expand Down Expand Up @@ -246,7 +247,7 @@ GEM
omniauth-rails_csrf_protection (2.0.1)
actionpack (>= 4.2)
omniauth (~> 2.0)
omniauth-zeuswpi (1.1.0)
omniauth-zeuswpi (2.0.0)
omniauth-oauth2 (~> 1.7.1)
orm_adapter (0.5.0)
ostruct (0.6.3)
Expand Down
Loading