Skip to content

Commit fb9a32c

Browse files
authored
Merge pull request #257 from github/gem-updates
deps: gem updates
2 parents 431b8f6 + 2ae6725 commit fb9a32c

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ruby_version: ["3.0", "3.1", "3.2", "3.3"]
18+
ruby_version: ["3.1", "3.2", "3.3", "3.4"]
1919

2020
steps:
2121
- uses: actions/checkout@v4

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.1
1+
3.4.2

Gemfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,27 @@ GEM
3737
connection_pool (2.5.0)
3838
crass (1.0.6)
3939
drb (2.2.1)
40-
erubi (1.13.0)
40+
erubi (1.13.1)
4141
i18n (1.14.7)
4242
concurrent-ruby (~> 1.0)
4343
json (2.10.1)
4444
language_server-protocol (3.17.0.4)
4545
lint_roller (1.1.0)
4646
logger (1.6.6)
47-
loofah (2.23.1)
47+
loofah (2.24.0)
4848
crass (~> 1.0.2)
4949
nokogiri (>= 1.12.0)
5050
mini_portile2 (2.8.8)
5151
minitest (5.25.4)
5252
mutex_m (0.3.0)
53-
nokogiri (1.17.2)
53+
nokogiri (1.18.3)
5454
mini_portile2 (~> 2.8.2)
5555
racc (~> 1.4)
56-
nokogiri (1.17.2-arm64-darwin)
56+
nokogiri (1.18.3-arm64-darwin)
5757
racc (~> 1.4)
58-
nokogiri (1.17.2-x86_64-darwin)
58+
nokogiri (1.18.3-x86_64-darwin)
5959
racc (~> 1.4)
60-
nokogiri (1.17.2-x86_64-linux)
60+
nokogiri (1.18.3-x86_64-linux-gnu)
6161
racc (~> 1.4)
6262
parallel (1.26.3)
6363
parser (3.3.7.1)
@@ -99,7 +99,7 @@ GEM
9999
rubocop (>= 1.72.1, < 2.0)
100100
rubocop-ast (>= 1.38.0, < 2.0)
101101
ruby-progressbar (1.13.0)
102-
securerandom (0.3.2)
102+
securerandom (0.4.1)
103103
tzinfo (2.0.6)
104104
concurrent-ruby (~> 1.0)
105105
unicode-display_width (3.1.4)
@@ -114,10 +114,10 @@ PLATFORMS
114114
x86_64-linux
115115

116116
DEPENDENCIES
117-
actionview
117+
actionview (~> 7.1.5.1)
118118
minitest
119119
rake
120120
rubocop-github!
121121

122122
BUNDLED WITH
123-
2.4.9
123+
2.6.5

rubocop-github.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ Gem::Specification.new do |s|
1818

1919
s.files = Dir["README.md", "STYLEGUIDE.md", "LICENSE", "config/*.yml", "lib/**/*.rb", "guides/*.md"]
2020

21+
s.required_ruby_version = ">= 3.0.0"
22+
2123
s.add_dependency "rubocop", ">= 1.37"
2224
s.add_dependency "rubocop-performance", ">= 1.15"
2325
s.add_dependency "rubocop-rails", ">= 2.17"
2426

25-
s.add_development_dependency "actionview"
27+
s.add_development_dependency "actionview", "~> 7.1.5.1"
2628
s.add_development_dependency "minitest"
2729
s.add_development_dependency "rake"
2830

29-
s.required_ruby_version = ">= 3.0.0"
30-
3131
s.email = "[email protected]"
3232
s.authors = "GitHub"
3333
end

0 commit comments

Comments
 (0)