Skip to content

Commit 8e09a3d

Browse files
authored
Merge pull request #1199 from tdiary/update-bundles
Update bundles
2 parents 9c2754b + dc157e6 commit 8e09a3d

File tree

3 files changed

+64
-42
lines changed

3 files changed

+64
-42
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: build (${{ matrix.ruby }}/${{ matrix.test_mode }})
88
strategy:
99
matrix:
10-
ruby: [ '3.4', '3.3', '3.2', '3.1', '3.0' ]
10+
ruby: [ '3.4', '3.3', '3.2', '3.1' ]
1111
test_mode: [ rack, gem ]
1212
runs-on: ubuntu-latest
1313
services:

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

3-
gem 'rack'
4-
gem 'rackup'
3+
gem 'rack', "< 3.1"
4+
gem 'rackup', "< 2.2"
55
gem 'hikidoc'
66
gem 'fastimage'
77
gem 'emot'

Gemfile.lock

Lines changed: 61 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
base64 (0.2.0)
77
bigdecimal (3.1.9)
88
capybara (3.40.0)
@@ -14,7 +14,8 @@ GEM
1414
rack-test (>= 0.6.3)
1515
regexp_parser (>= 1.5, < 3.0)
1616
xpath (~> 3.2)
17-
childprocess (5.0.0)
17+
childprocess (5.1.0)
18+
logger (~> 1.5)
1819
coveralls (0.8.23)
1920
json (>= 1.8, < 3)
2021
simplecov (~> 0.16.1)
@@ -23,13 +24,15 @@ GEM
2324
tins (~> 1.6)
2425
date (3.4.1)
2526
diff-lcs (1.5.1)
26-
docile (1.4.0)
27+
docile (1.4.1)
2728
emot (0.0.4)
2829
thor
29-
faraday (2.9.0)
30-
faraday-net_http (>= 2.0, < 3.2)
31-
faraday-net_http (3.1.0)
32-
net-http
30+
faraday (2.12.2)
31+
faraday-net_http (>= 2.0, < 3.5)
32+
json
33+
logger
34+
faraday-net_http (3.4.0)
35+
net-http (>= 0.5.0)
3336
fastimage (2.4.0)
3437
hikidoc (0.1.0)
3538
jasmine (2.99.0)
@@ -38,11 +41,11 @@ GEM
3841
rack (>= 1.2.1)
3942
rake
4043
jasmine-core (2.99.2)
41-
json (2.7.1)
44+
json (2.9.1)
4245
launchy (3.0.1)
4346
addressable (~> 2.8)
4447
childprocess (~> 5.0)
45-
logger (1.6.1)
48+
logger (1.6.5)
4649
mail (2.8.1)
4750
mini_mime (>= 0.1.1)
4851
net-imap
@@ -52,34 +55,43 @@ GEM
5255
mime-types (3.6.0)
5356
logger
5457
mime-types-data (~> 3.2015)
55-
mime-types-data (3.2024.1001)
58+
mime-types-data (3.2025.0107)
5659
mini_mime (1.1.5)
57-
net-http (0.4.1)
60+
mini_portile2 (2.8.8)
61+
net-http (0.6.0)
5862
uri
59-
net-imap (0.4.10)
63+
net-imap (0.5.5)
6064
date
6165
net-protocol
6266
net-pop (0.1.2)
6367
net-protocol
6468
net-protocol (0.2.2)
6569
timeout
66-
net-smtp (0.4.0.1)
70+
net-smtp (0.5.0)
6771
net-protocol
68-
nokogiri (1.16.2-arm64-darwin)
72+
nokogiri (1.18.1)
73+
mini_portile2 (~> 2.8.2)
74+
racc (~> 1.4)
75+
nokogiri (1.18.1-aarch64-linux-gnu)
76+
racc (~> 1.4)
77+
nokogiri (1.18.1-arm-linux-gnu)
6978
racc (~> 1.4)
70-
nokogiri (1.16.2-x86_64-linux)
79+
nokogiri (1.18.1-arm64-darwin)
7180
racc (~> 1.4)
72-
octokit (8.1.0)
73-
base64
81+
nokogiri (1.18.1-x86_64-darwin)
82+
racc (~> 1.4)
83+
nokogiri (1.18.1-x86_64-linux-gnu)
84+
racc (~> 1.4)
85+
octokit (9.2.0)
7486
faraday (>= 1, < 3)
7587
sawyer (~> 0.9)
7688
phantomjs (2.1.1.0)
7789
pit (0.0.7)
7890
power_assert (2.0.5)
79-
public_suffix (5.0.5)
80-
racc (1.7.3)
91+
public_suffix (6.0.1)
92+
racc (1.8.1)
8193
rack (3.0.11)
82-
rack-test (2.1.0)
94+
rack-test (2.2.0)
8395
rack (>= 1.3)
8496
racksh (1.0.1)
8597
rack (>= 1.0)
@@ -89,27 +101,28 @@ GEM
89101
webrick (~> 1.8)
90102
rake (13.2.1)
91103
redcarpet (3.6.0)
92-
regexp_parser (2.9.0)
104+
regexp_parser (2.10.0)
93105
rexml (3.4.0)
94106
rspec (3.13.0)
95107
rspec-core (~> 3.13.0)
96108
rspec-expectations (~> 3.13.0)
97109
rspec-mocks (~> 3.13.0)
98-
rspec-core (3.13.0)
110+
rspec-core (3.13.2)
99111
rspec-support (~> 3.13.0)
100-
rspec-expectations (3.13.0)
112+
rspec-expectations (3.13.3)
101113
diff-lcs (>= 1.2.0, < 2.0)
102114
rspec-support (~> 3.13.0)
103-
rspec-mocks (3.13.0)
115+
rspec-mocks (3.13.2)
104116
diff-lcs (>= 1.2.0, < 2.0)
105117
rspec-support (~> 3.13.0)
106-
rspec-support (3.13.1)
107-
rubyzip (2.3.2)
118+
rspec-support (3.13.2)
119+
rubyzip (2.4.1)
108120
sawyer (0.9.2)
109121
addressable (>= 2.3.5)
110122
faraday (>= 0.17.3, < 3)
111-
selenium-webdriver (4.18.1)
123+
selenium-webdriver (4.27.0)
112124
base64 (~> 0.2)
125+
logger (~> 1.4)
113126
rexml (~> 3.2, >= 3.2.5)
114127
rubyzip (>= 1.2.2, < 3.0)
115128
websocket (~> 1.0)
@@ -120,25 +133,34 @@ GEM
120133
json (>= 1.8, < 3)
121134
simplecov-html (~> 0.10.0)
122135
simplecov-html (0.10.2)
123-
sqlite3 (1.7.2-arm64-darwin)
124-
sqlite3 (1.7.2-x86_64-linux)
136+
sqlite3 (2.5.0-aarch64-linux-gnu)
137+
sqlite3 (2.5.0-arm-linux-gnu)
138+
sqlite3 (2.5.0-arm64-darwin)
139+
sqlite3 (2.5.0-x86-linux-gnu)
140+
sqlite3 (2.5.0-x86_64-darwin)
141+
sqlite3 (2.5.0-x86_64-linux-gnu)
125142
sync (0.5.0)
126-
term-ansicolor (1.7.1)
143+
term-ansicolor (1.11.2)
127144
tins (~> 1.0)
128145
test-unit (3.6.7)
129146
power_assert
130147
thor (1.3.2)
131-
timeout (0.4.1)
132-
tins (1.32.1)
148+
timeout (0.4.3)
149+
tins (1.38.0)
150+
bigdecimal
133151
sync
134-
uri (0.13.0)
152+
uri (1.0.2)
135153
webrick (1.9.1)
136-
websocket (1.2.10)
154+
websocket (1.2.11)
137155
xpath (3.2.0)
138156
nokogiri (~> 1.8)
139157

140158
PLATFORMS
141-
arm64-darwin-23
159+
aarch64-linux
160+
arm-linux
161+
arm64-darwin
162+
x86-linux
163+
x86_64-darwin
142164
x86_64-linux
143165

144166
DEPENDENCIES
@@ -154,9 +176,9 @@ DEPENDENCIES
154176
mime-types
155177
octokit
156178
pit
157-
rack
179+
rack (< 3.1)
158180
racksh
159-
rackup
181+
rackup (< 2.2)
160182
rake
161183
redcarpet
162184
rexml
@@ -169,4 +191,4 @@ DEPENDENCIES
169191
webrick
170192

171193
BUNDLED WITH
172-
2.4.22
194+
2.6.2

0 commit comments

Comments
 (0)