Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 9c840ab

Browse files
authored
Updates Rails to 7.1 and Ruby to 3.3.0 (#985)
* WIP: Updates rails-settings-cached * Fixes tests for rails-settings-cached upgrade * Completes upgrade to Rails 7.1 * Updates Ruby to 3.3.0 * Updates bundler, adds role attribute to User * Removes hackathon_manager from lib
1 parent b30dfdc commit 9c840ab

67 files changed

Lines changed: 441 additions & 363 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
66
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
77

8-
name: Build - 3.0
8+
name: Build - 3.3.0
99

1010
on:
1111
pull_request:
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
ruby-version: [3.0.6]
23+
ruby-version: [3.3.0]
2424
env:
2525
DATABASE_URL: mysql2://[email protected]:3800/myapp_test
2626
steps:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.6
1+
3.3.0

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ruby '>= 3.0.6'
88
# Rails default gems
99

1010
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
11-
gem 'rails', '~> 7.0.0'
11+
gem 'rails', '~> 7.1.0'
1212

1313
# Use sqlite3 as the database for Active Record
1414
# gem "sqlite3", "~> 1.4"
@@ -101,7 +101,7 @@ gem 'sidekiq'
101101
gem "sidekiq-cron"
102102

103103
# Misc support gems
104-
gem 'rails-settings-cached', '~> 0.7.2'
104+
gem 'rails-settings-cached', '~> 2.9.0'
105105
gem 'blazer'
106106
gem 'simple_spark'
107107
gem 'sendgrid-actionmailer'

0 commit comments

Comments
 (0)