Skip to content

Commit fdeb198

Browse files
authored
Merge pull request #955 from tdiary/update_bundles
update bundles
2 parents ffbb841 + c488e29 commit fdeb198

File tree

3 files changed

+45
-51
lines changed

3 files changed

+45
-51
lines changed

.github/workflows/ci.yml

+1-1
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.0', 2.6 ]
10+
ruby: [ '3.0', '2.7', '2.6' ]
1111
test_mode: [ rack, gem ]
1212
runs-on: ubuntu-latest
1313
steps:

Gemfile.lock

+17-22
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,27 @@ GEM
2626
docile (1.4.0)
2727
emot (0.0.4)
2828
thor
29-
faraday (1.4.2)
29+
faraday (1.7.0)
3030
faraday-em_http (~> 1.0)
3131
faraday-em_synchrony (~> 1.0)
3232
faraday-excon (~> 1.1)
33+
faraday-httpclient (~> 1.0.1)
3334
faraday-net_http (~> 1.0)
3435
faraday-net_http_persistent (~> 1.1)
36+
faraday-patron (~> 1.0)
37+
faraday-rack (~> 1.0)
3538
multipart-post (>= 1.2, < 3)
3639
ruby2_keywords (>= 0.0.4)
3740
faraday-em_http (1.0.0)
3841
faraday-em_synchrony (1.0.0)
3942
faraday-excon (1.1.0)
43+
faraday-httpclient (1.0.1)
4044
faraday-net_http (1.0.1)
41-
faraday-net_http_persistent (1.1.0)
45+
faraday-net_http_persistent (1.2.0)
46+
faraday-patron (1.0.0)
47+
faraday-rack (1.0.0)
4248
fastimage (2.2.5)
4349
hikidoc (0.1.0)
44-
io-wait (0.1.0)
4550
jasmine (2.99.0)
4651
jasmine-core (>= 2.99.0, < 3.0.0)
4752
phantomjs
@@ -55,26 +60,19 @@ GEM
5560
mini_mime (>= 0.1.1)
5661
mime-types (3.3.1)
5762
mime-types-data (~> 3.2015)
58-
mime-types-data (3.2021.0225)
59-
mini_mime (1.1.0)
60-
mini_portile2 (2.5.2)
61-
net-ftp (~> 0.1)
63+
mime-types-data (3.2021.0704)
64+
mini_mime (1.1.1)
65+
mini_portile2 (2.6.1)
6266
multipart-post (2.1.1)
63-
net-ftp (0.1.2)
64-
net-protocol
65-
time
66-
net-protocol (0.1.0)
67-
io-wait
68-
timeout
69-
nokogiri (1.11.6)
70-
mini_portile2 (~> 2.5.0)
67+
nokogiri (1.12.3)
68+
mini_portile2 (~> 2.6.1)
7169
racc (~> 1.4)
7270
octokit (4.21.0)
7371
faraday (>= 0.9)
7472
sawyer (~> 0.8.0, >= 0.5.3)
7573
phantomjs (2.1.1.0)
7674
pit (0.0.7)
77-
power_assert (2.0.0)
75+
power_assert (2.0.1)
7876
public_suffix (4.0.6)
7977
racc (1.5.2)
8078
rack (2.2.3)
@@ -102,8 +100,8 @@ GEM
102100
rspec-support (3.10.2)
103101
ruby-debug-ide (0.7.2)
104102
rake (>= 0.8.1)
105-
ruby2_keywords (0.0.4)
106-
rubyzip (2.3.0)
103+
ruby2_keywords (0.0.5)
104+
rubyzip (2.3.2)
107105
sawyer (0.8.2)
108106
addressable (>= 2.3.5)
109107
faraday (> 0.8, < 2.0)
@@ -123,9 +121,6 @@ GEM
123121
test-unit (3.4.4)
124122
power_assert
125123
thor (1.1.0)
126-
time (0.1.0)
127-
date
128-
timeout (0.1.1)
129124
tins (1.29.1)
130125
sync
131126
webrick (1.7.0)
@@ -164,4 +159,4 @@ DEPENDENCIES
164159
webrick
165160

166161
BUNDLED WITH
167-
2.2.15
162+
2.2.22

misc/paas/heroku/Gemfile.lock

+27-28
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GIT
22
remote: https://github.com/tdiary/tdiary-contrib.git
3-
revision: d1e41204db13879c22787fff1bae2446590bdfc8
3+
revision: 462b794cc7a4d4b7c7f179a01823bb5f5453c1c1
44
specs:
5-
tdiary-contrib (5.1.5)
5+
tdiary-contrib (5.1.6)
66
coderay
77
holiday_japan
88
pushbullet_ruby
@@ -21,15 +21,15 @@ GIT
2121
GEM
2222
remote: https://rubygems.org/
2323
specs:
24-
activemodel (6.1.3.2)
25-
activesupport (= 6.1.3.2)
26-
activesupport (6.1.3.2)
24+
activemodel (6.1.4.1)
25+
activesupport (= 6.1.4.1)
26+
activesupport (6.1.4.1)
2727
concurrent-ruby (~> 1.0, >= 1.0.2)
2828
i18n (>= 1.6, < 2)
2929
minitest (>= 5.1)
3030
tzinfo (~> 2.0)
3131
zeitwerk (~> 2.3)
32-
addressable (2.7.0)
32+
addressable (2.8.0)
3333
public_suffix (>= 2.0.2, < 5.0)
3434
bson (4.12.1)
3535
capybara (3.35.3)
@@ -42,9 +42,8 @@ GEM
4242
xpath (~> 3.2)
4343
childprocess (3.0.0)
4444
coderay (1.1.3)
45-
commonmarker (0.21.2)
46-
ruby-enum (~> 0.5)
47-
concurrent-ruby (1.1.8)
45+
commonmarker (0.22.0)
46+
concurrent-ruby (1.1.9)
4847
coveralls (0.8.23)
4948
json (>= 1.8, < 3)
5049
simplecov (~> 0.16.1)
@@ -62,13 +61,13 @@ GEM
6261
thor
6362
faraday (0.17.4)
6463
multipart-post (>= 1.2, < 3)
65-
fastimage (2.2.3)
64+
fastimage (2.2.5)
6665
hashie (4.1.0)
6766
hikidoc (0.1.0)
6867
holiday_japan (1.4.4)
6968
i18n (1.8.10)
7069
concurrent-ruby (~> 1.0)
71-
idn-ruby (0.1.0)
70+
idn-ruby (0.1.2)
7271
jasmine (2.99.0)
7372
jasmine-core (>= 2.99.0, < 3.0.0)
7473
phantomjs
@@ -83,17 +82,18 @@ GEM
8382
memcachier (0.0.2)
8483
mime-types (3.3.1)
8584
mime-types-data (~> 3.2015)
86-
mime-types-data (3.2021.0225)
87-
mini_mime (1.1.0)
85+
mime-types-data (3.2021.0704)
86+
mini_mime (1.1.1)
8887
minitest (5.14.4)
89-
mongo (2.14.0)
88+
mongo (2.15.0)
9089
bson (>= 4.8.2, < 5.0.0)
91-
mongoid (7.3.0)
90+
mongoid (7.3.2)
9291
activemodel (>= 5.1, < 6.2)
9392
mongo (>= 2.10.5, < 3.0.0)
93+
ruby2_keywords (~> 0.0.5)
9494
multipart-post (2.1.1)
95-
nio4r (2.5.7)
96-
nokogiri (1.11.6-x86_64-linux)
95+
nio4r (2.5.8)
96+
nokogiri (1.12.3-x86_64-linux)
9797
racc (~> 1.4)
9898
oauth (0.5.6)
9999
octokit (4.21.0)
@@ -111,9 +111,9 @@ GEM
111111
rack
112112
phantomjs (2.1.1.0)
113113
pit (0.0.7)
114-
power_assert (2.0.0)
114+
power_assert (2.0.1)
115115
public_suffix (4.0.6)
116-
puma (5.3.2)
116+
puma (5.4.0)
117117
nio4r (~> 2.0)
118118
pushbullet_ruby (1.1.4)
119119
faraday (>= 0.13.0, < 1.0)
@@ -127,7 +127,7 @@ GEM
127127
racksh (1.0.0)
128128
rack (>= 1.0)
129129
rack-test (>= 0.5)
130-
rake (13.0.3)
130+
rake (13.0.6)
131131
rdtool (0.6.38)
132132
redcarpet (3.5.1)
133133
regexp_parser (2.1.1)
@@ -147,24 +147,23 @@ GEM
147147
rspec-support (3.10.2)
148148
ruby-debug-ide (0.7.2)
149149
rake (>= 0.8.1)
150-
ruby-enum (0.9.0)
151-
i18n
152-
rubyzip (2.3.0)
150+
ruby2_keywords (0.0.5)
151+
rubyzip (2.3.2)
153152
sawyer (0.8.2)
154153
addressable (>= 2.3.5)
155154
faraday (> 0.8, < 2.0)
156155
selenium-webdriver (3.142.7)
157156
childprocess (>= 0.5, < 4.0)
158157
rubyzip (>= 1.2.2)
159-
sequel (5.44.0)
158+
sequel (5.47.0)
160159
simplecov (0.16.1)
161160
docile (~> 1.1)
162161
json (>= 1.8, < 3)
163162
simplecov-html (~> 0.10.0)
164163
simplecov-html (0.10.2)
165164
sqlite3 (1.4.2)
166165
sync (0.5.0)
167-
tdiary (5.1.5)
166+
tdiary (5.1.6)
168167
bundler (>= 1.3, < 3.0)
169168
emot
170169
fastimage
@@ -183,7 +182,7 @@ GEM
183182
rdtool
184183
term-ansicolor (1.7.1)
185184
tins (~> 1.0)
186-
test-unit (3.4.1)
185+
test-unit (3.4.4)
187186
power_assert
188187
thor (1.1.0)
189188
tins (1.29.1)
@@ -242,7 +241,7 @@ DEPENDENCIES
242241
webrick
243242

244243
RUBY VERSION
245-
ruby 3.0.1p64
244+
ruby 3.0.2p107
246245

247246
BUNDLED WITH
248-
2.2.15
247+
2.2.22

0 commit comments

Comments
 (0)