Skip to content
Open
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
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ GEM
administrate (>= 0.2.2)
rails (>= 7.0)
ast (2.4.3)
auth-sanitizer (0.2.3)
version_gem (~> 1.1, >= 1.1.14)
awesome_print (1.9.2)
aws-eventstream (1.4.0)
aws-partitions (1.1271.0)
Expand Down Expand Up @@ -277,7 +279,7 @@ GEM
drb (~> 2.0)
prism (~> 1.5)
msgpack (1.8.2)
multi_xml (0.8.1)
multi_xml (0.9.1)
bigdecimal (>= 3.1, < 5)
net-http (0.9.1)
uri (>= 0.11.1)
Expand All @@ -297,14 +299,15 @@ GEM
racc (~> 1.4)
nokogiri (1.19.4-x86_64-linux-gnu)
racc (~> 1.4)
oauth2 (2.0.18)
oauth2 (2.0.22)
auth-sanitizer (~> 0.2, >= 0.2.1)
faraday (>= 0.17.3, < 4.0)
jwt (>= 1.0, < 4.0)
logger (~> 1.2)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0, >= 2.0.3)
version_gem (~> 1.1, >= 1.1.9)
snaky_hash (~> 2.0, >= 2.0.5)
version_gem (~> 1.1, >= 1.1.11)
omniauth (2.1.4)
hashie (>= 3.4.6)
logger
Expand Down Expand Up @@ -518,9 +521,9 @@ GEM
shoulda-matchers (8.0.1)
activesupport (>= 7.2)
simplecov (1.0.1)
snaky_hash (2.0.3)
snaky_hash (2.0.7)
hashie (>= 0.1.0, < 6)
version_gem (>= 1.1.8, < 3)
version_gem (~> 1.1, >= 1.1.14)
statesman (13.1.0)
stringio (3.2.0)
thor (1.5.0)
Expand All @@ -537,7 +540,7 @@ GEM
uniform_notifier (1.18.0)
uri (1.1.1)
useragent (0.16.11)
version_gem (1.1.9)
version_gem (1.1.14)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
Expand Down
Loading