Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/rake-13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert authored Nov 5, 2023
2 parents e0152cc + 331343b commit 672b223
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 44 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem "rubocop-md", "~> 1.2.1"
gem "rubocop-minitest", "~> 0.33.0"
gem "rubocop-packaging", "~> 0.5.2"
gem "rubocop-performance", "~> 1.19.1"
gem "rubocop-rails", "~> 2.21.2"
gem "rubocop-rails", "~> 2.22.1"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.25"
gem "rubocop-thread_safety", "~> 0.5.1"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GEM
parser (3.2.2.4)
ast (~> 2.4.1)
racc
racc (1.7.1)
racc (1.7.3)
rack (3.0.8)
rainbow (3.1.1)
rake (13.1.0)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.21.2)
rubocop-rails (2.22.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down Expand Up @@ -143,7 +143,7 @@ DEPENDENCIES
rubocop-minitest (~> 0.33.0)
rubocop-packaging (~> 0.5.2)
rubocop-performance (~> 1.19.1)
rubocop-rails (~> 2.21.2)
rubocop-rails (~> 2.22.1)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.25)
rubocop-thread_safety (~> 0.5.1)
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@astrojs/react": "^3.0.4",
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@types/node": "^20.8.9",
"@types/react": "^18.2.28",
"@types/node": "^20.8.10",
"@types/react": "^18.2.35",
"@types/react-dom": "^18.2.14",
"astro": "^2.10.12",
"astro-html-minifier": "^0.5.1",
Expand Down
68 changes: 30 additions & 38 deletions docs/pnpm-lock.yaml

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

0 comments on commit 672b223

Please sign in to comment.