Skip to content

Commit

Permalink
update bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 27, 2024
1 parent c819604 commit a5ac838
Showing 1 changed file with 42 additions and 40 deletions.
82 changes: 42 additions & 40 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
capybara (3.40.0)
addressable
matrix
Expand All @@ -14,7 +14,8 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (5.0.0)
childprocess (5.1.0)
logger (~> 1.5)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
Expand All @@ -23,13 +24,15 @@ GEM
tins (~> 1.6)
date (3.4.1)
diff-lcs (1.5.1)
docile (1.4.0)
docile (1.4.1)
emot (0.0.4)
thor
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
fastimage (2.3.1)
hikidoc (0.1.0)
jasmine (2.99.0)
Expand All @@ -38,11 +41,11 @@ GEM
rack (>= 1.2.1)
rake
jasmine-core (2.99.2)
json (2.7.1)
json (2.9.1)
launchy (3.0.1)
addressable (~> 2.8)
childprocess (~> 5.0)
logger (1.6.1)
logger (1.6.4)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
Expand All @@ -52,64 +55,62 @@ GEM
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1001)
mime-types-data (3.2024.1203)
mini_mime (1.1.5)
net-http (0.4.1)
mini_portile2 (2.8.8)
net-http (0.6.0)
uri
net-imap (0.4.10)
net-imap (0.5.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-protocol
nokogiri (1.16.2-arm64-darwin)
net-smtp (0.5.0)
nokogiri (1.18.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
octokit (8.1.0)
base64
octokit (9.2.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
phantomjs (2.1.1.0)
pit (0.0.7)
power_assert (2.0.5)
public_suffix (5.0.5)
racc (1.7.3)
rack (3.1.7)
rack-test (2.1.0)
public_suffix (6.0.1)
racc (1.8.1)
rack (3.1.8)
rack-test (2.2.0)
rack (>= 1.3)
racksh (1.0.1)
rack (>= 1.0)
rack-test (>= 0.5)
rackup (2.1.0)
rackup (2.2.1)
rack (>= 3)
webrick (~> 1.8)
rake (13.2.1)
redcarpet (3.6.0)
regexp_parser (2.9.0)
regexp_parser (2.10.0)
rexml (3.4.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rspec-support (3.13.2)
rubyzip (2.3.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
selenium-webdriver (4.18.1)
selenium-webdriver (4.27.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand All @@ -120,20 +121,21 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sqlite3 (1.7.2-arm64-darwin)
sqlite3 (1.7.2-x86_64-linux)
sqlite3 (2.5.0)
mini_portile2 (~> 2.8.0)
sync (0.5.0)
term-ansicolor (1.7.1)
term-ansicolor (1.11.2)
tins (~> 1.0)
test-unit (3.6.7)
power_assert
thor (1.3.2)
timeout (0.4.1)
tins (1.32.1)
timeout (0.4.3)
tins (1.37.1)
bigdecimal
sync
uri (0.13.0)
uri (1.0.2)
webrick (1.9.1)
websocket (1.2.10)
websocket (1.2.11)
xpath (3.2.0)
nokogiri (~> 1.8)

Expand Down

0 comments on commit a5ac838

Please sign in to comment.