Skip to content

Commit

Permalink
Add Ruby 3.3 and get to green.
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Jan 10, 2024
1 parent ae644c4 commit 8884fab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
ruby-version:
- head
- '3.3'
- '3.2'
- '3.1'
- '3.0'
Expand All @@ -20,7 +21,7 @@ jobs:
- '2.4'
- '2.3'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
Expand Down
1 change: 1 addition & 0 deletions lib/formulaic/form.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'active_support'
require 'active_support/time_with_zone'

module Formulaic
Expand Down
3 changes: 3 additions & 0 deletions lib/formulaic/label.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require 'active_support'
require 'active_support/core_ext/object/blank'

module Formulaic
class Label
attr_reader :model_name, :attribute, :action
Expand Down

0 comments on commit 8884fab

Please sign in to comment.