Skip to content

Commit

Permalink
Re-add Rails 7.1 support
Browse files Browse the repository at this point in the history
That file that claimed "This file was generated by Appraisal"? It had
been generated by hand.
  • Loading branch information
mike-burns committed Dec 29, 2023
1 parent 9f8bc0b commit 3289647
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Appraisals
Expand Up @@ -34,6 +34,12 @@ appraise "7.0" do
gem "sqlite3", platforms: [:ruby]
end

appraise "7.1" do
gem "activerecord", "~> 7.1.0"
gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby]
gem "sqlite3", platforms: [:ruby]
end

appraise "main" do
gem "activerecord", git: "https://github.com/rails/rails.git", branch: "main"
gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platforms: [:jruby]
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/7.1.gemfile
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platforms: [:jruby]
gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby]
gem "sqlite3", platforms: [:ruby]
gem "activerecord", "~> 7.1.0"

Expand Down
7 changes: 3 additions & 4 deletions gemfiles/7.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.2)
factory_bot (6.4.4)
activesupport (>= 5.0.0)

GEM
Expand Down Expand Up @@ -127,7 +127,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sqlite3 (1.6.9-arm64-darwin)
sqlite3 (1.7.0-x86_64-linux)
standard (1.32.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand All @@ -150,12 +150,11 @@ GEM
yard (0.9.34)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
activerecord (~> 7.1.0)
activerecord-jdbcsqlite3-adapter (~> 61.0)
activerecord-jdbcsqlite3-adapter (~> 70.0)
appraisal
aruba
cucumber
Expand Down

0 comments on commit 3289647

Please sign in to comment.