Skip to content

Commit

Permalink
Add an appraisal for ActiveRecord 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollinger committed Dec 16, 2024
1 parent 7e38cf3 commit 039a647
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# frozen_string_literal: true

appraise "ar-8.0" do
gem "activerecord", "~> 8.0.1"
gem "sqlite3", "~> 2.4.1"
end

appraise "ar-7.2" do
gem "activerecord", "~> 7.2.1"
end
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/ar_8.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activerecord", "~> 8.0.1"
gem "sqlite3", "~> 2.4.1"

gemspec path: "../"

0 comments on commit 039a647

Please sign in to comment.