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
29 changes: 23 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,44 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
activesupport (8.1.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
json
logger (>= 1.4.2)
minitest (>= 5.1)
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.3.0)
bigdecimal (3.3.1)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
crack (1.0.1)
bigdecimal
rexml
diff-lcs (1.6.2)
docile (1.4.0)
drb (2.2.3)
hashdiff (1.2.1)
i18n (1.14.1)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
json (2.6.3)
minitest (5.19.0)
logger (1.7.0)
minitest (6.0.2)
drb (~> 2.0)
prism (~> 1.5)
parallel (1.22.1)
parser (3.2.0.0)
ast (~> 2.4.1)
prism (1.9.0)
public_suffix (6.0.2)
rack (3.1.18)
rainbow (3.1.1)
Expand Down Expand Up @@ -83,6 +98,7 @@ GEM
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
ruby-progressbar (1.11.0)
securerandom (0.4.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -93,6 +109,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
uri (1.1.1)
webmock (3.25.2)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down
Loading