Skip to content

Commit

Permalink
feat: 🎸 Update Ruby version in CIs (#424)
Browse files Browse the repository at this point in the history
* feat: 🎸 Update Ruby version in CIs

* feat: 🎸 Update Ruby version in Gemfile

* feat: 🎸 $ bundle update

* feat: 🎸 $ yarn upgrade
  • Loading branch information
nikukyugamer authored Dec 18, 2021
1 parent 25f3055 commit 5e73655
Show file tree
Hide file tree
Showing 6 changed files with 1,252 additions and 1,444 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/ruby:3.0.2
- image: circleci/ruby:3.0.3
environment:
- RAILS_ENV: test
- SELENIUM_CHROME_HEADLESS: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Suikoden Election 2018 CI
runs-on: ubuntu-latest
container:
image: ruby:3.0.2
image: ruby:3.0.3
steps:
- uses: actions/checkout@v2
- name: Bundler cache
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

ruby '3.0.2'
ruby '3.0.3'

gem 'bootsnap', require: false
gem 'rails'
Expand Down
Loading

0 comments on commit 5e73655

Please sign in to comment.