Skip to content

Commit 5e0f292

Browse files
committed
feat: upgrade dependencies and ruby minor version
1 parent acc9b2f commit 5e0f292

File tree

3 files changed

+42
-38
lines changed

3 files changed

+42
-38
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
strategy:
1515
matrix:
16-
ruby-version: ['2.5.7', '3.0.4']
16+
ruby-version: ['2.5.7', '3.0.6']
1717
mongodb-version: ['4.2.14']
1818
include:
1919
- ruby-version: 2.5.7
2020
gemfile: Gemfile
2121
allow-failure: false
22-
- ruby-version: 3.0.4
22+
- ruby-version: 3.0.6
2323
gemfile: Gemfile3
2424
allow-failure: false
2525
env:
@@ -64,4 +64,4 @@ jobs:
6464

6565
- name: Run tests
6666
run: bin/rspec -fd
67-
continue-on-error: ${{ matrix.allow-failure }}
67+
continue-on-error: ${{ matrix.allow-failure }}

Gemfile3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gem 'mongoid_magic_counter_cache'
3636
# function 'handle_threads_query'.
3737
gem 'will_paginate_mongoid', "~>2.0"
3838
gem 'rdiscount'
39-
gem 'nokogiri', "~> 1.8.1"
39+
gem 'nokogiri', "~> 1.15.4"
4040

4141
gem 'elasticsearch', '~> 7.8.0'
4242
gem 'elasticsearch-model', '~> 7.1.0'

Gemfile3.lock

Lines changed: 38 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ GIT
1616
GEM
1717
remote: https://rubygems.org/
1818
specs:
19-
activemodel (7.0.4.3)
20-
activesupport (= 7.0.4.3)
21-
activesupport (7.0.4.3)
19+
activemodel (7.0.7)
20+
activesupport (= 7.0.7)
21+
activesupport (7.0.7)
2222
concurrent-ruby (~> 1.0, >= 1.0.2)
2323
i18n (>= 1.6, < 2)
2424
minitest (>= 5.1)
2525
tzinfo (~> 2.0)
26-
addressable (2.8.4)
26+
addressable (2.8.5)
2727
public_suffix (>= 2.0.2, < 6.0)
2828
bson (4.15.0)
2929
bson_ext (1.5.1)
@@ -33,7 +33,7 @@ GEM
3333
concurrent-ruby (1.2.2)
3434
crack (0.4.5)
3535
rexml
36-
dalli (3.2.4)
36+
dalli (3.2.5)
3737
delayed_job (4.1.11)
3838
activesupport (>= 3.0, < 8.0)
3939
delayed_job_mongoid (3.0.0)
@@ -55,11 +55,11 @@ GEM
5555
elasticsearch-transport (7.8.1)
5656
faraday (~> 1)
5757
multi_json
58-
enumerize (2.6.1)
58+
enumerize (2.7.0)
5959
activesupport (>= 3.2)
6060
factory_bot (6.2.1)
6161
activesupport (>= 5.0.0)
62-
faker (3.2.0)
62+
faker (3.2.1)
6363
i18n (>= 1.8.11, < 2)
6464
faraday (1.10.3)
6565
faraday-em_http (~> 1.0)
@@ -102,22 +102,21 @@ GEM
102102
http-accept (1.7.0)
103103
http-cookie (1.0.5)
104104
domain_name (~> 0.5)
105-
i18n (1.12.0)
105+
i18n (1.14.1)
106106
concurrent-ruby (~> 1.0)
107107
kgio (2.11.4)
108108
listen (3.8.0)
109109
rb-fsevent (~> 0.10, >= 0.10.3)
110110
rb-inotify (~> 0.9, >= 0.9.10)
111-
lumberjack (1.2.8)
111+
lumberjack (1.2.9)
112112
method_source (1.0.0)
113-
mime-types (3.4.1)
113+
mime-types (3.5.0)
114114
mime-types-data (~> 3.2015)
115-
mime-types-data (3.2023.0218.1)
116-
mini_portile2 (2.3.0)
117-
minitest (5.18.0)
118-
mongo (2.18.2)
115+
mime-types-data (3.2023.0808)
116+
minitest (5.19.0)
117+
mongo (2.19.1)
119118
bson (>= 4.14.1, < 5.0.0)
120-
mongoid (7.5.2)
119+
mongoid (7.5.3)
121120
activemodel (>= 5.1, < 7.1, != 7.0.0)
122121
mongo (>= 2.10.5, < 3.0.0)
123122
ruby2_keywords (~> 0.0.5)
@@ -132,9 +131,13 @@ GEM
132131
ruby2_keywords (~> 0.0.1)
133132
nenv (0.3.0)
134133
netrc (0.11.0)
135-
newrelic_rpm (9.2.0)
136-
nokogiri (1.8.5)
137-
mini_portile2 (~> 2.3.0)
134+
newrelic_rpm (9.3.1)
135+
nokogiri (1.15.4-aarch64-linux)
136+
racc (~> 1.4)
137+
nokogiri (1.15.4-arm64-darwin)
138+
racc (~> 1.4)
139+
nokogiri (1.15.4-x86_64-linux)
140+
racc (~> 1.4)
138141
notiffany (0.1.3)
139142
nenv (~> 0.1)
140143
shellany (~> 0.0)
@@ -145,10 +148,11 @@ GEM
145148
method_source (~> 1.0)
146149
pry-nav (1.0.0)
147150
pry (>= 0.9.10, < 0.15)
148-
public_suffix (5.0.1)
149-
rack (2.2.6.4)
150-
rack-protection (3.0.6)
151-
rack
151+
public_suffix (5.0.3)
152+
racc (1.7.1)
153+
rack (2.2.8)
154+
rack-protection (3.1.0)
155+
rack (~> 2.2, >= 2.2.4)
152156
rack-test (2.1.0)
153157
rack (>= 1.3)
154158
rack-timeout (0.6.3)
@@ -157,13 +161,13 @@ GEM
157161
rb-fsevent (0.11.2)
158162
rb-inotify (0.10.1)
159163
ffi (~> 1.0)
160-
rdiscount (2.2.7)
164+
rdiscount (2.2.7.1)
161165
rest-client (2.1.0)
162166
http-accept (>= 1.7.0, < 2.0)
163167
http-cookie (>= 1.0.2, < 2.0)
164168
mime-types (>= 1.16, < 4.0)
165169
netrc (~> 0.8)
166-
rexml (3.2.5)
170+
rexml (3.2.6)
167171
rs_voteable_mongo (1.3.0)
168172
mongoid (~> 7.0)
169173
rspec (3.12.0)
@@ -180,10 +184,10 @@ GEM
180184
rspec-its (1.3.0)
181185
rspec-core (>= 3.0.0)
182186
rspec-expectations (>= 3.0.0)
183-
rspec-mocks (3.12.5)
187+
rspec-mocks (3.12.6)
184188
diff-lcs (>= 1.2.0, < 2.0)
185189
rspec-support (~> 3.12.0)
186-
rspec-support (3.12.0)
190+
rspec-support (3.12.1)
187191
ruby2_keywords (0.0.5)
188192
shellany (0.0.1)
189193
simplecov (0.21.2)
@@ -192,16 +196,16 @@ GEM
192196
simplecov_json_formatter (~> 0.1)
193197
simplecov-html (0.12.3)
194198
simplecov_json_formatter (0.1.4)
195-
sinatra (3.0.6)
199+
sinatra (3.1.0)
196200
mustermann (~> 3.0)
197201
rack (~> 2.2, >= 2.2.4)
198-
rack-protection (= 3.0.6)
202+
rack-protection (= 3.1.0)
199203
tilt (~> 2.0)
200204
sinatra-param (1.6.0)
201205
sinatra (>= 1.3)
202-
thor (1.2.1)
203-
tilt (2.1.0)
204-
timecop (0.9.6)
206+
thor (1.2.2)
207+
tilt (2.2.0)
208+
timecop (0.9.8)
205209
tzinfo (2.0.6)
206210
concurrent-ruby (~> 1.0)
207211
unf (0.1.4)
@@ -247,7 +251,7 @@ DEPENDENCIES
247251
mongoid_cleaner (~> 1.2.0)
248252
mongoid_magic_counter_cache
249253
newrelic_rpm
250-
nokogiri (~> 1.8.1)
254+
nokogiri (~> 1.15.4)
251255
protected_attributes_continued
252256
pry
253257
pry-nav
@@ -270,7 +274,7 @@ DEPENDENCIES
270274
yajl-ruby (~> 1.3.1)
271275

272276
RUBY VERSION
273-
ruby 3.0.4p208
277+
ruby 3.0.6p216
274278

275279
BUNDLED WITH
276-
2.3.4
280+
2.4.18

0 commit comments

Comments
 (0)