Skip to content

Commit 15873ec

Browse files
committed
Update to latest dependencies
Uses latest Ruby and allow for more recent colorize gem. Signed-off-by: Dirkjan Bussink <[email protected]>
1 parent 0fb61ca commit 15873ec

File tree

5 files changed

+107
-106
lines changed

5 files changed

+107
-106
lines changed

.github/workflows/licensing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
licensing:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: 3.3.1
23+
ruby-version: 3.3.6
2424
bundler-cache: false
2525
- run: bundle install
2626
- run: gem install license_finder

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: Set up Ruby
1111
uses: ruby/setup-ruby@v1
1212
with:
13-
ruby-version: 3.3.1
13+
ruby-version: 3.3.6
1414
bundler-cache: false
1515
- run: bundle install
1616
- name: Run the default task

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1
1+
3.3.6

Gemfile.lock

+101-100
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,108 @@
11
PATH
22
remote: .
33
specs:
4-
planetscale_rails (0.2.6)
5-
colorize (~> 0.8.1)
6-
rails (>= 6.0, < 8)
4+
planetscale_rails (0.2.7)
5+
colorize (~> 1.0)
6+
rails (>= 6.0, < 9)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (7.1.3.3)
12-
actionpack (= 7.1.3.3)
13-
activesupport (= 7.1.3.3)
11+
actioncable (8.0.1)
12+
actionpack (= 8.0.1)
13+
activesupport (= 8.0.1)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
1616
zeitwerk (~> 2.6)
17-
actionmailbox (7.1.3.3)
18-
actionpack (= 7.1.3.3)
19-
activejob (= 7.1.3.3)
20-
activerecord (= 7.1.3.3)
21-
activestorage (= 7.1.3.3)
22-
activesupport (= 7.1.3.3)
23-
mail (>= 2.7.1)
24-
net-imap
25-
net-pop
26-
net-smtp
27-
actionmailer (7.1.3.3)
28-
actionpack (= 7.1.3.3)
29-
actionview (= 7.1.3.3)
30-
activejob (= 7.1.3.3)
31-
activesupport (= 7.1.3.3)
32-
mail (~> 2.5, >= 2.5.4)
33-
net-imap
34-
net-pop
35-
net-smtp
17+
actionmailbox (8.0.1)
18+
actionpack (= 8.0.1)
19+
activejob (= 8.0.1)
20+
activerecord (= 8.0.1)
21+
activestorage (= 8.0.1)
22+
activesupport (= 8.0.1)
23+
mail (>= 2.8.0)
24+
actionmailer (8.0.1)
25+
actionpack (= 8.0.1)
26+
actionview (= 8.0.1)
27+
activejob (= 8.0.1)
28+
activesupport (= 8.0.1)
29+
mail (>= 2.8.0)
3630
rails-dom-testing (~> 2.2)
37-
actionpack (7.1.3.3)
38-
actionview (= 7.1.3.3)
39-
activesupport (= 7.1.3.3)
31+
actionpack (8.0.1)
32+
actionview (= 8.0.1)
33+
activesupport (= 8.0.1)
4034
nokogiri (>= 1.8.5)
41-
racc
4235
rack (>= 2.2.4)
4336
rack-session (>= 1.0.1)
4437
rack-test (>= 0.6.3)
4538
rails-dom-testing (~> 2.2)
4639
rails-html-sanitizer (~> 1.6)
47-
actiontext (7.1.3.3)
48-
actionpack (= 7.1.3.3)
49-
activerecord (= 7.1.3.3)
50-
activestorage (= 7.1.3.3)
51-
activesupport (= 7.1.3.3)
40+
useragent (~> 0.16)
41+
actiontext (8.0.1)
42+
actionpack (= 8.0.1)
43+
activerecord (= 8.0.1)
44+
activestorage (= 8.0.1)
45+
activesupport (= 8.0.1)
5246
globalid (>= 0.6.0)
5347
nokogiri (>= 1.8.5)
54-
actionview (7.1.3.3)
55-
activesupport (= 7.1.3.3)
48+
actionview (8.0.1)
49+
activesupport (= 8.0.1)
5650
builder (~> 3.1)
5751
erubi (~> 1.11)
5852
rails-dom-testing (~> 2.2)
5953
rails-html-sanitizer (~> 1.6)
60-
activejob (7.1.3.3)
61-
activesupport (= 7.1.3.3)
54+
activejob (8.0.1)
55+
activesupport (= 8.0.1)
6256
globalid (>= 0.3.6)
63-
activemodel (7.1.3.3)
64-
activesupport (= 7.1.3.3)
65-
activerecord (7.1.3.3)
66-
activemodel (= 7.1.3.3)
67-
activesupport (= 7.1.3.3)
57+
activemodel (8.0.1)
58+
activesupport (= 8.0.1)
59+
activerecord (8.0.1)
60+
activemodel (= 8.0.1)
61+
activesupport (= 8.0.1)
6862
timeout (>= 0.4.0)
69-
activestorage (7.1.3.3)
70-
actionpack (= 7.1.3.3)
71-
activejob (= 7.1.3.3)
72-
activerecord (= 7.1.3.3)
73-
activesupport (= 7.1.3.3)
63+
activestorage (8.0.1)
64+
actionpack (= 8.0.1)
65+
activejob (= 8.0.1)
66+
activerecord (= 8.0.1)
67+
activesupport (= 8.0.1)
7468
marcel (~> 1.0)
75-
activesupport (7.1.3.3)
69+
activesupport (8.0.1)
7670
base64
71+
benchmark (>= 0.3)
7772
bigdecimal
78-
concurrent-ruby (~> 1.0, >= 1.0.2)
73+
concurrent-ruby (~> 1.0, >= 1.3.1)
7974
connection_pool (>= 2.2.5)
8075
drb
8176
i18n (>= 1.6, < 2)
77+
logger (>= 1.4.2)
8278
minitest (>= 5.1)
83-
mutex_m
84-
tzinfo (~> 2.0)
79+
securerandom (>= 0.3)
80+
tzinfo (~> 2.0, >= 2.0.5)
81+
uri (>= 0.13.1)
8582
ast (2.4.2)
8683
base64 (0.2.0)
84+
benchmark (0.4.0)
8785
bigdecimal (3.1.8)
88-
builder (3.2.4)
89-
colorize (0.8.1)
90-
concurrent-ruby (1.2.3)
86+
builder (3.3.0)
87+
colorize (1.1.0)
88+
concurrent-ruby (1.3.4)
9189
connection_pool (2.4.1)
9290
crass (1.0.6)
93-
date (3.3.4)
91+
date (3.4.1)
9492
diff-lcs (1.5.0)
9593
drb (2.2.1)
96-
erubi (1.12.0)
94+
erubi (1.13.0)
9795
globalid (1.2.1)
9896
activesupport (>= 6.1)
99-
i18n (1.14.5)
97+
i18n (1.14.6)
10098
concurrent-ruby (~> 1.0)
101-
io-console (0.7.2)
102-
irb (1.13.1)
99+
io-console (0.8.0)
100+
irb (1.14.3)
103101
rdoc (>= 4.0.0)
104102
reline (>= 0.4.2)
105103
json (2.6.3)
106-
loofah (2.22.0)
104+
logger (1.6.4)
105+
loofah (2.23.1)
107106
crass (~> 1.0.2)
108107
nokogiri (>= 1.12.0)
109108
mail (2.8.1)
@@ -113,9 +112,8 @@ GEM
113112
net-smtp
114113
marcel (1.0.4)
115114
mini_mime (1.1.5)
116-
minitest (5.23.1)
117-
mutex_m (0.2.0)
118-
net-imap (0.4.11)
115+
minitest (5.25.4)
116+
net-imap (0.5.2)
119117
date
120118
net-protocol
121119
net-pop (0.1.2)
@@ -124,62 +122,62 @@ GEM
124122
timeout
125123
net-smtp (0.5.0)
126124
net-protocol
127-
nio4r (2.7.3)
128-
nokogiri (1.16.5-arm64-darwin)
125+
nio4r (2.7.4)
126+
nokogiri (1.17.2-arm64-darwin)
129127
racc (~> 1.4)
130-
nokogiri (1.16.5-x86_64-darwin)
128+
nokogiri (1.17.2-x86_64-darwin)
131129
racc (~> 1.4)
132-
nokogiri (1.16.5-x86_64-linux)
130+
nokogiri (1.17.2-x86_64-linux)
133131
racc (~> 1.4)
134132
parallel (1.22.1)
135133
parser (3.2.1.0)
136134
ast (~> 2.4.1)
137-
psych (5.1.2)
135+
psych (5.2.2)
136+
date
138137
stringio
139-
racc (1.8.0)
140-
rack (3.0.11)
138+
racc (1.8.1)
139+
rack (3.1.8)
141140
rack-session (2.0.0)
142141
rack (>= 3.0.0)
143142
rack-test (2.1.0)
144143
rack (>= 1.3)
145-
rackup (2.1.0)
144+
rackup (2.2.1)
146145
rack (>= 3)
147-
webrick (~> 1.8)
148-
rails (7.1.3.3)
149-
actioncable (= 7.1.3.3)
150-
actionmailbox (= 7.1.3.3)
151-
actionmailer (= 7.1.3.3)
152-
actionpack (= 7.1.3.3)
153-
actiontext (= 7.1.3.3)
154-
actionview (= 7.1.3.3)
155-
activejob (= 7.1.3.3)
156-
activemodel (= 7.1.3.3)
157-
activerecord (= 7.1.3.3)
158-
activestorage (= 7.1.3.3)
159-
activesupport (= 7.1.3.3)
146+
rails (8.0.1)
147+
actioncable (= 8.0.1)
148+
actionmailbox (= 8.0.1)
149+
actionmailer (= 8.0.1)
150+
actionpack (= 8.0.1)
151+
actiontext (= 8.0.1)
152+
actionview (= 8.0.1)
153+
activejob (= 8.0.1)
154+
activemodel (= 8.0.1)
155+
activerecord (= 8.0.1)
156+
activestorage (= 8.0.1)
157+
activesupport (= 8.0.1)
160158
bundler (>= 1.15.0)
161-
railties (= 7.1.3.3)
159+
railties (= 8.0.1)
162160
rails-dom-testing (2.2.0)
163161
activesupport (>= 5.0.0)
164162
minitest
165163
nokogiri (>= 1.6)
166-
rails-html-sanitizer (1.6.0)
164+
rails-html-sanitizer (1.6.2)
167165
loofah (~> 2.21)
168-
nokogiri (~> 1.14)
169-
railties (7.1.3.3)
170-
actionpack (= 7.1.3.3)
171-
activesupport (= 7.1.3.3)
172-
irb
166+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
167+
railties (8.0.1)
168+
actionpack (= 8.0.1)
169+
activesupport (= 8.0.1)
170+
irb (~> 1.13)
173171
rackup (>= 1.0.0)
174172
rake (>= 12.2)
175173
thor (~> 1.0, >= 1.2.2)
176174
zeitwerk (~> 2.6)
177175
rainbow (3.1.1)
178176
rake (13.0.6)
179-
rdoc (6.7.0)
177+
rdoc (6.10.0)
180178
psych (>= 4.0.0)
181179
regexp_parser (2.7.0)
182-
reline (0.5.7)
180+
reline (0.6.0)
183181
io-console (~> 0.5)
184182
rexml (3.2.5)
185183
rspec (3.12.0)
@@ -208,20 +206,23 @@ GEM
208206
rubocop-ast (1.27.0)
209207
parser (>= 3.2.1.0)
210208
ruby-progressbar (1.12.0)
211-
stringio (3.1.0)
212-
thor (1.3.1)
213-
timeout (0.4.1)
209+
securerandom (0.4.1)
210+
stringio (3.1.2)
211+
thor (1.3.2)
212+
timeout (0.4.3)
214213
tzinfo (2.0.6)
215214
concurrent-ruby (~> 1.0)
216215
unicode-display_width (2.4.2)
217-
webrick (1.8.1)
216+
uri (1.0.2)
217+
useragent (0.16.11)
218218
websocket-driver (0.7.6)
219219
websocket-extensions (>= 0.1.0)
220220
websocket-extensions (0.1.5)
221-
zeitwerk (2.6.15)
221+
zeitwerk (2.7.1)
222222

223223
PLATFORMS
224224
arm64-darwin-23
225+
arm64-darwin-24
225226
x86_64-darwin-20
226227
x86_64-darwin-22
227228
x86_64-linux
@@ -233,4 +234,4 @@ DEPENDENCIES
233234
rubocop (~> 1.7)
234235

235236
BUNDLED WITH
236-
2.2.21
237+
2.6.1

planetscale_rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Gem::Specification.new do |spec|
2828
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
2929
spec.require_paths = ["lib"]
3030

31-
spec.add_dependency "colorize", "~> 0.8.1"
31+
spec.add_dependency "colorize", "~> 1.0"
3232
spec.add_dependency "rails", ">= 6.0", "< 9"
3333
end

0 commit comments

Comments
 (0)