Skip to content

Commit

Permalink
Upgrade gems and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anko20094 committed Apr 2, 2023
1 parent 45213d4 commit 9520946
Show file tree
Hide file tree
Showing 18 changed files with 1,858 additions and 434 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
.yarn
.yarn/cache

.env
.idea

/app/assets/builds/*
!/app/assets/builds/.keep

/node_modules
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.2.0
Binary file added .yarn/install-state.gz
Binary file not shown.
541 changes: 541 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.2.4.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.1.2'
ruby '3.2.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 7.0', '>= 7.0.4'
Expand Down
Loading

0 comments on commit 9520946

Please sign in to comment.