Ruby 3.0.2 Upgrade (#16982)
* Update .ruby-version * Update Gemfile * Update Gemfile.lock * Update Dockerfile * Update check-i18n.yml * Update config.yml * Update config.yml
Showing
- .circleci/config.yml 6 additions, 6 deletions.circleci/config.yml
- .github/workflows/check-i18n.yml 1 addition, 1 deletion.github/workflows/check-i18n.yml
- .ruby-version 1 addition, 1 deletion.ruby-version
- Dockerfile 2 additions, 2 deletionsDockerfile
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 1 addition, 0 deletionsGemfile.lock
... | ... | @@ -4,6 +4,7 @@ source 'https://rubygems.org' |
ruby '>= 2.5.0', '< 3.1.0' | ||
gem 'pkg-config', '~> 1.4' | ||
gem 'rexml', '~> 3.2' | ||
gem 'puma', '~> 5.5' | ||
gem 'rails', '~> 6.1.4' | ||
... | ... |
Please register or sign in to comment