Skip to content

Commit

Permalink
Maintenance 2024 06 07 (#44)
Browse files Browse the repository at this point in the history
* Update Ruby

* Update Gems

* Update node

* Update npm deps

* Add dependabot.yml for gh actions

---------

Co-authored-by: Thomas Müller <thomas.mueller@invision.de>
  • Loading branch information
johannesluedke and brerx authored Jul 26, 2024
1 parent 5a4e44e commit e1d9c2b
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 35 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Specify a different separator for branch names

version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
pull-request-branch-name:
separator: '-'
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
bundler-cache: true
- uses: actions/setup-node@v3
with:
node-version: '21'
node-version: '22'
- name: Run prettier
run: npm ci && npm run lint
- name: Run Rubocop
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 2.7.7
nodejs 21.7.3
ruby 2.7.8
nodejs 22.5.1
41 changes: 17 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,69 +14,61 @@ GEM
amq-protocol (~> 2.3, >= 2.3.1)
sorted_set (~> 1, >= 1.0.2)
diff-lcs (1.5.1)
docile (1.4.0)
docile (1.4.1)
haml (6.3.0)
temple (>= 0.8.2)
thor
tilt
json (2.7.2)
language_server-protocol (3.17.0.3)
multi_json (1.15.0)
parallel (1.24.0)
parser (3.3.0.5)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
prettier (4.0.4)
syntax_tree (>= 4.0.1)
syntax_tree-haml (>= 2.0.0)
syntax_tree-rbs (>= 0.2.0)
prettier_print (1.2.1)
racc (1.7.3)
racc (1.8.0)
rainbow (3.1.1)
rake (13.2.1)
rbs (3.1.3)
rbtree (0.4.6)
regexp_parser (2.9.0)
rexml (3.2.6)
regexp_parser (2.9.2)
rexml (3.3.2)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.63.2)
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.29.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
rubocop-rspec (3.0.3)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
set (1.0.4)
simplecov (0.22.0)
Expand All @@ -88,6 +80,7 @@ GEM
sorted_set (1.0.3)
rbtree
set (~> 1.0)
strscan (3.1.0)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
syntax_tree-haml (4.0.3)
Expand All @@ -100,7 +93,7 @@ GEM
syntax_tree (>= 2.0.1)
temple (0.10.3)
thor (1.3.1)
tilt (2.3.0)
tilt (2.4.0)
unicode-display_width (2.5.0)
yard (0.9.36)

Expand Down
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@invisionag/prettier-config": "^2.1.3",
"@prettier/plugin-ruby": "^4.0.4",
"prettier": "^3.2.5"
"prettier": "^3.3.3"
},
"prettier": "@invisionag/prettier-config/ruby"
}

0 comments on commit e1d9c2b

Please sign in to comment.