Skip to content

Commit

Permalink
Add appraisal for Rails 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Apr 26, 2023
1 parent c516671 commit 429419d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ appraise "rails-6.1" do
gem "activemodel-serializers-xml"
gem "sqlite3", "~> 1.4"
end

appraise "rails-7.0" do
gem "activerecord", "~> 7.0"
gem "activemodel", "~> 7.0"
gem "activemodel-serializers-xml"
gem "sqlite3", "~> 1.6"
end
10 changes: 10 additions & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activerecord", "~> 7.0"
gem "activemodel", "~> 7.0"
gem "activemodel-serializers-xml"
gem "sqlite3", "~> 1.6"

gemspec path: "../"

0 comments on commit 429419d

Please sign in to comment.