Skip to content
Merged
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
43 changes: 22 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ GEM
cucumber (>= 7, < 11)
railties (>= 6.1, < 9)
cucumber-tag-expressions (6.1.2)
datadog (2.28.0)
datadog (2.29.0)
cgi
datadog-ruby_core_source (~> 3.5, >= 3.5.2)
libdatadog (~> 25.0.0.1.0)
Expand All @@ -204,7 +204,7 @@ GEM
dotenv (= 3.2.0)
railties (>= 6.1)
drb (2.2.3)
erb (6.0.1)
erb (6.0.2)
erubi (1.13.1)
factory_bot (6.5.5)
activesupport (>= 6.1.0)
Expand Down Expand Up @@ -258,8 +258,9 @@ GEM
i18n (1.14.8)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
irb (1.16.0)
irb (1.17.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jsbundling-rails (1.3.1)
Expand All @@ -269,13 +270,13 @@ GEM
libdatadog (25.0.0.1.0)
libdatadog (25.0.0.1.0-aarch64-linux)
libdatadog (25.0.0.1.0-x86_64-linux)
libddwaf (1.30.0.0.0-aarch64-linux)
libddwaf (1.30.0.0.2-aarch64-linux)
ffi (~> 1.0)
libddwaf (1.30.0.0.0-arm64-darwin)
libddwaf (1.30.0.0.2-arm64-darwin)
ffi (~> 1.0)
libddwaf (1.30.0.0.0-x86_64-darwin)
libddwaf (1.30.0.0.2-x86_64-darwin)
ffi (~> 1.0)
libddwaf (1.30.0.0.0-x86_64-linux)
libddwaf (1.30.0.0.2-x86_64-linux)
ffi (~> 1.0)
license_finder (7.2.1)
bundler
Expand Down Expand Up @@ -303,7 +304,8 @@ GEM
actionpack (>= 6.0.0)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (6.0.1)
minitest (6.0.2)
drb (~> 2.0)
prism (~> 1.5)
msgpack (1.8.0)
multi_test (1.1.0)
Expand Down Expand Up @@ -388,8 +390,8 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
rails-html-sanitizer (1.7.0)
loofah (~> 2.25)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
rails-i18n (8.0.2)
i18n (>= 0.7, < 2)
Expand All @@ -409,7 +411,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.1)
rdoc (7.0.3)
rdoc (7.2.0)
erb
psych (>= 4.0.0)
tsort
Expand All @@ -418,26 +420,26 @@ GEM
io-console (~> 0.5)
rexml (3.4.4)
rich_text_renderer (0.3.3)
rspec-core (3.13.5)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-its (2.0.0)
rspec-core (>= 3.13.0)
rspec-expectations (>= 3.13.0)
rspec-mocks (3.13.5)
rspec-mocks (3.13.8)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (8.0.2)
rspec-rails (8.0.3)
actionpack (>= 7.2)
activesupport (>= 7.2)
railties (>= 7.2)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.5)
rspec-support (3.13.7)
rubocop (1.82.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
Expand Down Expand Up @@ -491,7 +493,7 @@ GEM
memoist3 (~> 1.0.0)
sysexits (1.2.0)
temple (0.10.4)
thor (1.4.0)
thor (1.5.0)
tilt (2.6.1)
timeout (0.4.4)
tomlrb (2.0.3)
Expand All @@ -510,11 +512,10 @@ GEM
actionview (>= 7.1.0)
activesupport (>= 7.1.0)
concurrent-ruby (~> 1)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
web-console (4.3.0)
actionview (>= 8.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
railties (>= 8.0.0)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
Expand All @@ -534,7 +535,7 @@ GEM
rexml
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.4)
zeitwerk (2.7.5)

PLATFORMS
aarch64-linux-musl
Expand Down