Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- rails_7.1
- rails_7.2
- rails_8.0
- rails_8.1
ruby-version:
- "3.2"
- "3.3"
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.5
3.4.7
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.4.5
ruby 3.4.7
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ end
appraise "rails-8.0" do
gem "activesupport", "~> 8.0.0"
end

appraise "rails-8.1" do
gem "activesupport", "~> 8.1.0"
end
57 changes: 28 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.2.1)
activesupport (8.1.0)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
json
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
Expand All @@ -30,67 +30,66 @@ GEM
thor (>= 0.14.0)
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.2)
bigdecimal (3.3.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
diff-lcs (1.6.2)
drb (2.2.3)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.13.2)
json (2.15.1)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
minitest (5.25.5)
minitest (5.26.0)
mutex_m (0.3.0)
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
prism (1.4.0)
prism (1.6.0)
racc (1.8.1)
rack (3.2.0)
rack (3.2.3)
rainbow (3.1.1)
rake (13.3.0)
rbs (3.9.4)
rbs (3.9.5)
logger
regexp_parser (2.11.2)
rspec (3.13.1)
regexp_parser (2.11.3)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.5)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.5)
rspec-mocks (3.13.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.5)
rubocop (1.80.0)
rspec-support (3.13.6)
rubocop (1.81.6)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.46.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.46.0)
rubocop-ast (1.47.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-factory_bot (2.27.1)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-performance (1.25.0)
rubocop-performance (1.26.1)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rails (2.33.3)
rubocop-ast (>= 1.47.1, < 2.0)
rubocop-rails (2.33.4)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
Expand All @@ -99,7 +98,7 @@ GEM
rubocop-rake (0.7.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
rubocop-rspec (3.6.0)
rubocop-rspec (3.7.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
rubocop-rspec_rails (2.31.0)
Expand All @@ -108,8 +107,8 @@ GEM
rubocop-rspec (~> 3.5)
ruby-progressbar (1.13.0)
securerandom (0.4.1)
servactory (2.16.0)
activesupport (>= 5.1, < 8.1)
servactory (2.16.1)
activesupport (>= 5.1)
base64 (>= 0.2)
bigdecimal (>= 3.1)
i18n (>= 1.14)
Expand All @@ -128,10 +127,10 @@ GEM
thor (1.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.5)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.3)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.0.4)
zeitwerk (2.7.3)

PLATFORMS
Expand All @@ -156,4 +155,4 @@ DEPENDENCIES
servactory-rubocop (>= 0.9)

BUNDLED WITH
2.7.1
2.7.2
9 changes: 9 additions & 0 deletions gemfiles/rails_8.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "activesupport", "~> 8.1.0"

gemspec path: "../"
20 changes: 10 additions & 10 deletions spec/examples/usual/example3/language_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

let(:current_version) do
Usual::Example3::Version.new(
name: "3.4.5"
name: "3.4.7"
)
end

Expand All @@ -104,7 +104,7 @@
id: "73031620-be3b-4088-9a78-5589ff7e1f61",
name: "Ruby",
current: {
name: "3.4.5"
name: "3.4.7"
}
}
end
Expand Down Expand Up @@ -138,7 +138,7 @@
id: "73031620-be3b-4088-9a78-5589ff7e1f61",
name: "Ruby",
currentVersion: {
name: "3.4.5",
name: "3.4.7",
releasedAt: nil,
endedAt: nil
},
Expand All @@ -162,7 +162,7 @@
id: "73031620-be3b-4088-9a78-5589ff7e1f61",
name: "Ruby",
currentVersion: {
name: "3.4.5",
name: "3.4.7",
releasedAt: nil,
endedAt: nil
},
Expand Down Expand Up @@ -192,7 +192,7 @@

let(:current_version) do
Usual::Example3::Version.new(
name: "3.4.5"
name: "3.4.7"
)
end

Expand Down Expand Up @@ -222,7 +222,7 @@

let(:current_version) do
{
name: "3.4.5"
name: "3.4.7"
}
end

Expand Down Expand Up @@ -289,7 +289,7 @@

let(:current_version) do
Usual::Example3::Version.deserialization.new(
name: "3.4.5"
name: "3.4.7"
)
end

Expand All @@ -315,7 +315,7 @@
id: "73031620-be3b-4088-9a78-5589ff7e1f61",
name: "Ruby",
currentVersion: {
name: "3.4.5"
name: "3.4.7"
}
}
end
Expand All @@ -342,7 +342,7 @@
id: "73031620-be3b-4088-9a78-5589ff7e1f61",
name: "Ruby",
currentVersion: {
name: "3.4.5"
name: "3.4.7"
}
}.to_json
end
Expand All @@ -356,7 +356,7 @@
id: "73031620-be3b-4088-9a78-5589ff7e1f61",
name: "Ruby",
currentVersion: {
name: "3.4.5"
name: "3.4.7"
}
}.to_json
end
Expand Down