Skip to content

Commit

Permalink
Ruby 3.3, Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RISCfuture committed Feb 13, 2024
1 parent f10b60e commit ab7ce86
Show file tree
Hide file tree
Showing 17 changed files with 185 additions and 161 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
ruby-version: "3.3"
bundler-cache: true
- name: Create test database
env:
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
ruby-version: "3.3"
bundler-cache: true
- name: Run Rubocop
run: |
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
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.2.2"
ruby "3.3.0"

# CORE
gem "puma"
Expand Down
Loading

0 comments on commit ab7ce86

Please sign in to comment.