Skip to content

Commit e5fea79

Browse files
Merge pull request #103 from github/bump-dev-dependencies
Bump dev dependencies
2 parents 7c67cb5 + 3bf70c2 commit e5fea79

File tree

3 files changed

+24
-26
lines changed

3 files changed

+24
-26
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ruby_version: ["2.6", "2.7", "3.0", "3.1"]
10+
ruby_version: ["2.7", "3.0", "3.1"]
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2

Gemfile.lock

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,74 +9,72 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionview (6.1.4.4)
13-
activesupport (= 6.1.4.4)
12+
actionview (7.0.3)
13+
activesupport (= 7.0.3)
1414
builder (~> 3.1)
1515
erubi (~> 1.4)
1616
rails-dom-testing (~> 2.0)
1717
rails-html-sanitizer (~> 1.1, >= 1.2.0)
18-
activesupport (6.1.4.4)
18+
activesupport (7.0.3)
1919
concurrent-ruby (~> 1.0, >= 1.0.2)
2020
i18n (>= 1.6, < 2)
2121
minitest (>= 5.1)
2222
tzinfo (~> 2.0)
23-
zeitwerk (~> 2.3)
2423
ast (2.4.2)
2524
builder (3.2.4)
26-
concurrent-ruby (1.1.9)
25+
concurrent-ruby (1.1.10)
2726
crass (1.0.6)
2827
erubi (1.10.0)
29-
i18n (1.8.11)
28+
i18n (1.10.0)
3029
concurrent-ruby (~> 1.0)
31-
loofah (2.13.0)
30+
loofah (2.18.0)
3231
crass (~> 1.0.2)
3332
nokogiri (>= 1.5.9)
34-
minitest (5.15.0)
35-
nokogiri (1.13.1-x86_64-darwin)
33+
minitest (5.16.1)
34+
nokogiri (1.13.6-x86_64-darwin)
3635
racc (~> 1.4)
37-
parallel (1.21.0)
38-
parser (3.1.0.0)
36+
parallel (1.22.1)
37+
parser (3.1.2.0)
3938
ast (~> 2.4.1)
4039
racc (1.6.0)
41-
rack (2.2.3)
40+
rack (2.2.3.1)
4241
rails-dom-testing (2.0.3)
4342
activesupport (>= 4.2.0)
4443
nokogiri (>= 1.6)
45-
rails-html-sanitizer (1.4.2)
44+
rails-html-sanitizer (1.4.3)
4645
loofah (~> 2.3)
4746
rainbow (3.1.1)
4847
rake (13.0.6)
49-
regexp_parser (2.2.0)
48+
regexp_parser (2.5.0)
5049
rexml (3.2.5)
51-
rubocop (1.25.1)
50+
rubocop (1.31.0)
5251
parallel (~> 1.10)
5352
parser (>= 3.1.0.0)
5453
rainbow (>= 2.2.2, < 4.0)
5554
regexp_parser (>= 1.8, < 3.0)
56-
rexml
57-
rubocop-ast (>= 1.15.1, < 2.0)
55+
rexml (>= 3.2.5, < 4.0)
56+
rubocop-ast (>= 1.18.0, < 2.0)
5857
ruby-progressbar (~> 1.7)
5958
unicode-display_width (>= 1.4.0, < 3.0)
60-
rubocop-ast (1.15.1)
61-
parser (>= 3.0.1.1)
62-
rubocop-performance (1.13.2)
59+
rubocop-ast (1.18.0)
60+
parser (>= 3.1.1.0)
61+
rubocop-performance (1.14.2)
6362
rubocop (>= 1.7.0, < 2.0)
6463
rubocop-ast (>= 0.4.0)
65-
rubocop-rails (2.13.2)
64+
rubocop-rails (2.15.1)
6665
activesupport (>= 4.2.0)
6766
rack (>= 1.1)
6867
rubocop (>= 1.7.0, < 2.0)
6968
ruby-progressbar (1.11.0)
7069
tzinfo (2.0.4)
7170
concurrent-ruby (~> 1.0)
72-
unicode-display_width (2.1.0)
73-
zeitwerk (2.5.3)
71+
unicode-display_width (2.2.0)
7472

7573
PLATFORMS
7674
x86_64-darwin-20
7775

7876
DEPENDENCIES
79-
actionview (~> 6.1)
77+
actionview
8078
minitest
8179
rake
8280
rubocop-github!

rubocop-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414
s.add_dependency "rubocop-performance"
1515
s.add_dependency "rubocop-rails"
1616

17-
s.add_development_dependency "actionview", "~> 6.1"
17+
s.add_development_dependency "actionview"
1818
s.add_development_dependency "minitest"
1919
s.add_development_dependency "rake"
2020

0 commit comments

Comments
 (0)