Skip to content

Commit 1a57f31

Browse files
authored
Update non-major Dependabot dependencies (#376)
1 parent 16c416b commit 1a57f31

7 files changed

Lines changed: 63 additions & 49 deletions

File tree

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "rails", "8.1.3"
88
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
99
gem "propshaft", "1.3.2"
1010
# Use sqlite3 as the database for Active Record
11-
gem "sqlite3", "2.9.3"
11+
gem "sqlite3", "2.9.4"
1212
# Use the Puma web server [https://github.com/puma/puma]
1313
gem "puma", "7.2.0"
1414
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]

docs/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GEM
100100
base64 (0.3.0)
101101
bigdecimal (4.1.2)
102102
bindex (0.8.1)
103-
bootsnap (1.23.0)
103+
bootsnap (1.24.3)
104104
msgpack (~> 1.2)
105105
builder (3.3.0)
106106
capybara (3.40.0)
@@ -238,7 +238,7 @@ GEM
238238
tsort (>= 0.2)
239239
zeitwerk (~> 2.6)
240240
rainbow (3.1.1)
241-
rake (13.3.1)
241+
rake (13.4.2)
242242
rdoc (7.2.0)
243243
erb
244244
psych (>= 4.0.0)
@@ -278,9 +278,9 @@ GEM
278278
rubyzip (>= 1.2.2, < 4.0)
279279
websocket (~> 1.0)
280280
sin_lru_redux (2.5.2)
281-
sqlite3 (2.9.3)
281+
sqlite3 (2.9.4)
282282
mini_portile2 (~> 2.8.0)
283-
sqlite3 (2.9.3-x86_64-linux-gnu)
283+
sqlite3 (2.9.4-x86_64-linux-gnu)
284284
standard (1.54.0)
285285
language_server-protocol (~> 3.17.0.2)
286286
lint_roller (~> 1.0)
@@ -345,7 +345,7 @@ DEPENDENCIES
345345
rss (= 0.3.2)
346346
ruby_ui!
347347
selenium-webdriver
348-
sqlite3 (= 2.9.3)
348+
sqlite3 (= 2.9.4)
349349
standard
350350
stimulus-rails (= 1.3.4)
351351
tailwind_merge (~> 1.4.0)

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"maska": "3.2.0",
1818
"motion": "12.38.0",
1919
"mustache": "4.2.0",
20-
"tailwindcss": "4.2.2",
20+
"tailwindcss": "4.2.4",
2121
"tippy.js": "6.3.7",
2222
"tw-animate-css": "1.4.0"
2323
},

docs/pnpm-lock.yaml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gem/Gemfile.lock

Lines changed: 38 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,53 +6,65 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
ast (2.4.2)
10-
json (2.8.0)
11-
language_server-protocol (3.17.0.3)
9+
ast (2.4.3)
10+
json (2.19.5)
11+
language_server-protocol (3.17.0.5)
1212
lint_roller (1.1.0)
1313
lru_redux (1.1.0)
1414
minitest (5.25.1)
15-
parallel (1.26.3)
16-
parser (3.3.6.0)
15+
parallel (1.28.0)
16+
parser (3.3.11.1)
1717
ast (~> 2.4.1)
1818
racc
19-
phlex (2.1.2)
19+
phlex (2.4.1)
20+
refract (~> 1.0)
21+
zeitwerk (~> 2.7)
22+
prism (1.9.0)
2023
racc (1.8.1)
2124
rainbow (3.1.1)
22-
rake (13.2.1)
23-
regexp_parser (2.9.2)
24-
rouge (4.2.1)
25-
rubocop (1.66.1)
25+
rake (13.4.2)
26+
refract (1.1.0)
27+
prism
28+
zeitwerk
29+
regexp_parser (2.12.0)
30+
rouge (4.7.0)
31+
rubocop (1.84.2)
2632
json (~> 2.3)
27-
language_server-protocol (>= 3.17.0)
33+
language_server-protocol (~> 3.17.0.2)
34+
lint_roller (~> 1.1.0)
2835
parallel (~> 1.10)
2936
parser (>= 3.3.0.2)
3037
rainbow (>= 2.2.2, < 4.0)
31-
regexp_parser (>= 2.4, < 3.0)
32-
rubocop-ast (>= 1.32.2, < 2.0)
38+
regexp_parser (>= 2.9.3, < 3.0)
39+
rubocop-ast (>= 1.49.0, < 2.0)
3340
ruby-progressbar (~> 1.7)
34-
unicode-display_width (>= 2.4.0, < 3.0)
35-
rubocop-ast (1.34.0)
36-
parser (>= 3.3.1.0)
37-
rubocop-performance (1.22.1)
38-
rubocop (>= 1.48.1, < 2.0)
39-
rubocop-ast (>= 1.31.1, < 2.0)
41+
unicode-display_width (>= 2.4.0, < 4.0)
42+
rubocop-ast (1.49.1)
43+
parser (>= 3.3.7.2)
44+
prism (~> 1.7)
45+
rubocop-performance (1.26.1)
46+
lint_roller (~> 1.1)
47+
rubocop (>= 1.75.0, < 2.0)
48+
rubocop-ast (>= 1.47.1, < 2.0)
4049
ruby-progressbar (1.13.0)
41-
standard (1.41.1)
50+
standard (1.54.0)
4251
language_server-protocol (~> 3.17.0.2)
4352
lint_roller (~> 1.0)
44-
rubocop (~> 1.66.0)
53+
rubocop (~> 1.84.0)
4554
standard-custom (~> 1.0.0)
46-
standard-performance (~> 1.5)
55+
standard-performance (~> 1.8)
4756
standard-custom (1.0.2)
4857
lint_roller (~> 1.0)
4958
rubocop (~> 1.50)
50-
standard-performance (1.5.0)
59+
standard-performance (1.9.0)
5160
lint_roller (~> 1.1)
52-
rubocop-performance (~> 1.22.0)
61+
rubocop-performance (~> 1.26.0)
5362
tailwind_merge (0.13.2)
5463
lru_redux (~> 1.1)
55-
unicode-display_width (2.6.0)
64+
unicode-display_width (3.2.0)
65+
unicode-emoji (~> 4.1)
66+
unicode-emoji (4.2.0)
67+
zeitwerk (2.7.5)
5668

5769
PLATFORMS
5870
arm64-darwin-24
@@ -62,7 +74,7 @@ DEPENDENCIES
6274
minitest (~> 5.0)
6375
phlex (~> 2.1, >= 2.1.2)
6476
rake (~> 13.0)
65-
rouge (~> 4.2.0)
77+
rouge (~> 4.7.0)
6678
ruby_ui!
6779
standard (~> 1.0)
6880
tailwind_merge (~> 0.12)

gem/lib/ruby_ui.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
require "date"
4+
35
module RubyUI
46
VERSION = "1.2.0"
57
end

gem/ruby_ui.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
s.required_ruby_version = ">= 3.2"
1717

1818
s.add_development_dependency "phlex", "~> 2.1", ">= 2.1.2"
19-
s.add_development_dependency "rouge", "~> 4.2.0"
19+
s.add_development_dependency "rouge", "~> 4.7.0"
2020
s.add_development_dependency "tailwind_merge", "~> 0.12"
2121
s.add_development_dependency "rake", "~> 13.0"
2222
s.add_development_dependency "standard", "~> 1.0"

0 commit comments

Comments
 (0)