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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ruby ruby_version
group :development, :test do
gem "allocation_stats"
gem "appraisal", "~> 2"
gem "appraisal-run", "~> 1.0"
gem "appraisal-run", "~> 1.1"
gem "benchmark-ips", "~> 2"
gem "better_html"
gem "bundler", "~> 2"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
bundler
rake
thor (>= 0.14.0)
appraisal-run (1.0.0)
appraisal-run (1.1.0)
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.1)
Expand Down Expand Up @@ -405,7 +405,7 @@ PLATFORMS
DEPENDENCIES
allocation_stats
appraisal (~> 2)
appraisal-run (~> 1.0)
appraisal-run (~> 1.1)
benchmark-ips (~> 2)
better_html
bundler (~> 2)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_8.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
view_component (4.0.2)
view_component (4.1.0)
activesupport (>= 7.1.0, < 8.2)
concurrent-ruby (~> 1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_8.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
view_component (4.0.2)
view_component (4.1.0)
activesupport (>= 7.1.0, < 8.2)
concurrent-ruby (~> 1)

Expand Down
Loading