Skip to content

Commit

Permalink
feat: 🎸 Ruby のバージョンを v3.1.3 に上げた (#536)
Browse files Browse the repository at this point in the history
* feat: 🎸 Ruby のバージョンを v3.1.3 に上げた

* ci: 🎡 CircieCI 中 の Ruby のバージョンを v3.1.3 にした

* ci: 🎡 cimg/ruby に 3.1.3 のイメージがないのでいったん削除
  • Loading branch information
nikukyugamer authored Nov 26, 2022
1 parent a536d8a commit f37e4c4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 102 deletions.
98 changes: 0 additions & 98 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["3.1.2"]
ruby-version: ["3.1.3"]
steps:
- name: コードをチェックアウトする
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.envrc

*.rbc
capybara-*.html
.rspec
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.1.3
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

ruby '3.1.2'
ruby '3.1.3'

gem 'activeadmin'
gem 'active_model_serializers'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ DEPENDENCIES
whenever

RUBY VERSION
ruby 3.1.2p20
ruby 3.1.3p185

BUNDLED WITH
2.3.11

0 comments on commit f37e4c4

Please sign in to comment.