Skip to content

Commit 82413ad

Browse files
committed
🔧 Update appraisals
1 parent c76bf15 commit 82413ad

File tree

74 files changed

+500
-333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+500
-333
lines changed

.github/workflows/current.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ jobs:
3838
matrix:
3939
include:
4040
# Ruby 3.4
41+
- ruby: "ruby"
42+
appraisal: "ar-7-1"
43+
exec_cmd: "rake spec:orm:active_record"
44+
gemfile: "Appraisal.root"
45+
rubygems: latest
46+
bundler: latest
47+
4148
- ruby: "ruby"
4249
appraisal: "ar-7-2"
4350
exec_cmd: "rake spec:orm:active_record"

.idea/workspace.xml

Lines changed: 112 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.rubocop_gradual.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@
5353
"spec/dummies/sinatra_app/models/identity.rb:391883596": [
5454
[23, 3, 60, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2223458314]
5555
],
56-
"spec/integration/rails_spec.rb:525390271": [
57-
[9, 16, 19, "RSpec/DescribeClass: The first argument to describe should be the class or module being tested.", 2468688414]
58-
],
59-
"spec/integration/sinatra_spec.rb:3751751858": [
60-
[7, 16, 21, "RSpec/DescribeClass: The first argument to describe should be the class or module being tested.", 458418761]
61-
],
6256
"spec/omniauth/identity/model_spec.rb:3920022856": [
6357
[3, 1, 40, "RSpec/SpecFilePathFormat: Spec path should end with `omni_auth/identity/model*_spec.rb`.", 1316823397]
6458
],

Appraisal.root.gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ source "https://gem.coop"
88
# We do not load the standard Gemfile, as it is tailored for local development.
99

1010
gemspec
11+
12+
# bundler-audit v0.9.2 requires bundler < 3.0
13+
gem "bundler", "~> 2.7", ">= 2.7.2"

0 commit comments

Comments
 (0)