Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Jan 18, 2025
1 parent 40dacbd commit caa0335
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
ruby-version: 3.3
steps:
- uses: actions/checkout@v4
- name: Install SQLite
run: sudo apt-get install -y libsqlite3-dev
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_6.1.x.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
source "https://rubygems.org"

gem "activerecord", "~> 6.1.0"
gem "mutex_m"
gem "base64"

gemspec path: "../"
2 changes: 2 additions & 0 deletions gemfiles/rails_7.0.x.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
source "https://rubygems.org"

gem "activerecord", "~> 7.0.0"
gem "mutex_m"
gem "base64"

gemspec path: "../"
2 changes: 2 additions & 0 deletions gemfiles/rails_7.1.x.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
source "https://rubygems.org"

gem "activerecord", "~> 7.1.0"
gem "mutex_m"
gem "base64"

gemspec path: "../"
2 changes: 2 additions & 0 deletions gemfiles/rails_7.2.x.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
source "https://rubygems.org"

gem "activerecord", "~> 7.2.0"
gem "mutex_m"
gem "base64"

gemspec path: "../"
2 changes: 2 additions & 0 deletions gemfiles/rails_8.0.x.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ source "https://rubygems.org"

gem "activerecord", "~> 8.0.0"
gem "sqlite3", "~> 2.1"
gem "mutex_m"
gem "base64"

gemspec path: "../"
1 change: 1 addition & 0 deletions lib/arel-helpers.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# encoding: UTF-8

require 'logger'
require 'active_record'

begin
Expand Down

0 comments on commit caa0335

Please sign in to comment.