Skip to content

Commit

Permalink
maintenance 04/2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf-23 committed Apr 16, 2024
1 parent e1c5e0a commit 31094f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: ['3.0', 3.1, 3.2, 3.3, head, truffleruby]
ruby: [3.1, 3.2, 3.3, head, truffleruby]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gemspec
gem 'factory_bot_rails'
gem 'rspec-collection_matchers'
gem 'rails'
gem 'sqlite3', '~> 1.4.1'
gem 'sqlite3', '~> 1.7.3'
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
require 'factory_bot_rails'
require 'rspec/collection_matchers'
require 'factories/user'
require 'ostruct'

I18n.enforce_available_locales = false
RSpec::Expectations.configuration.warn_about_potential_false_positives = false
Expand Down

0 comments on commit 31094f3

Please sign in to comment.