Skip to content

Commit 8aeb1bc

Browse files
authored
Upgrade to Ruby 3.2 (#290)
* This is what happens if you `bundle update` * standardrb --fix ran * next bundle update rails * Bump ruby version in CI * bundle lock --add-platform x86_64-linux * Upgrade to Ruby 3.2
1 parent a7fc4f4 commit 8aeb1bc

7 files changed

Lines changed: 247 additions & 241 deletions

File tree

.github/workflows/tests-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Ruby
3636
uses: ruby/setup-ruby@v1
3737
with:
38-
ruby-version: "3.1.1"
38+
ruby-version: "3.2.2"
3939

4040
- name: Build App
4141
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Ruby
3636
uses: ruby/setup-ruby@v1
3737
with:
38-
ruby-version: "3.1.1"
38+
ruby-version: "3.2.2"
3939
bundler-cache: true
4040

4141
- name: Build App

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def next?
44
File.basename(__FILE__) == "Gemfile.next"
55
end
66

7-
ruby "3.1.1"
7+
ruby "3.2.2"
88

99
git_source(:github) do |repo_name|
1010
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
@@ -54,7 +54,7 @@ gem "jbuilder", "~> 2.5"
5454
# gem 'capistrano-rails', group: :development
5555
gem "jquery-rails"
5656

57-
gem "pg", "~> 1.1"
57+
gem "pg"
5858

5959
gem "jquery-ui-rails", "~> 5.0", ">= 5.0.5"
6060
gem "acts_as_list"

0 commit comments

Comments
 (0)