Skip to content

Commit

Permalink
Merge pull request #1199 from tdiary/update-bundles
Browse files Browse the repository at this point in the history
Update bundles
  • Loading branch information
hsbt authored Jan 16, 2025
2 parents 9c2754b + dc157e6 commit 8e09a3d
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: build (${{ matrix.ruby }}/${{ matrix.test_mode }})
strategy:
matrix:
ruby: [ '3.4', '3.3', '3.2', '3.1', '3.0' ]
ruby: [ '3.4', '3.3', '3.2', '3.1' ]
test_mode: [ rack, gem ]
runs-on: ubuntu-latest
services:
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'rack'
gem 'rackup'
gem 'rack', "< 3.1"
gem 'rackup', "< 2.2"
gem 'hikidoc'
gem 'fastimage'
gem 'emot'
Expand Down
100 changes: 61 additions & 39 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.9)
capybara (3.40.0)
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.4.0)
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.5)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
Expand All @@ -52,34 +55,43 @@ GEM
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1001)
mime-types-data (3.2025.0107)
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.5)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.0)
net-protocol
nokogiri (1.16.2-arm64-darwin)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.1-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.1-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
octokit (8.1.0)
base64
nokogiri (1.18.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
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)
public_suffix (6.0.1)
racc (1.8.1)
rack (3.0.11)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
racksh (1.0.1)
rack (>= 1.0)
Expand All @@ -89,27 +101,28 @@ GEM
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)
rubyzip (2.3.2)
rspec-support (3.13.2)
rubyzip (2.4.1)
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,25 +133,34 @@ 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-aarch64-linux-gnu)
sqlite3 (2.5.0-arm-linux-gnu)
sqlite3 (2.5.0-arm64-darwin)
sqlite3 (2.5.0-x86-linux-gnu)
sqlite3 (2.5.0-x86_64-darwin)
sqlite3 (2.5.0-x86_64-linux-gnu)
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.38.0)
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)

PLATFORMS
arm64-darwin-23
aarch64-linux
arm-linux
arm64-darwin
x86-linux
x86_64-darwin
x86_64-linux

DEPENDENCIES
Expand All @@ -154,9 +176,9 @@ DEPENDENCIES
mime-types
octokit
pit
rack
rack (< 3.1)
racksh
rackup
rackup (< 2.2)
rake
redcarpet
rexml
Expand All @@ -169,4 +191,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.4.22
2.6.2

0 comments on commit 8e09a3d

Please sign in to comment.