Skip to content

Commit 1406db3

Browse files
authored
Merge pull request #2479 from ViewComponent/dependabot/bundler/appraisal-run-1.1.0
Bump appraisal-run from 1.0.0 to 1.1.0
2 parents 15443f3 + 4e826d4 commit 1406db3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ruby ruby_version
1313
group :development, :test do
1414
gem "allocation_stats"
1515
gem "appraisal", "~> 2"
16-
gem "appraisal-run", "~> 1.0"
16+
gem "appraisal-run", "~> 1.1"
1717
gem "benchmark-ips", "~> 2"
1818
gem "better_html"
1919
gem "bundler", "~> 2"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ GEM
8787
bundler
8888
rake
8989
thor (>= 0.14.0)
90-
appraisal-run (1.0.0)
90+
appraisal-run (1.1.0)
9191
ast (2.4.3)
9292
base64 (0.3.0)
9393
benchmark (0.4.1)
@@ -405,7 +405,7 @@ PLATFORMS
405405
DEPENDENCIES
406406
allocation_stats
407407
appraisal (~> 2)
408-
appraisal-run (~> 1.0)
408+
appraisal-run (~> 1.1)
409409
benchmark-ips (~> 2)
410410
better_html
411411
bundler (~> 2)

gemfiles/rails_8.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
view_component (4.0.2)
4+
view_component (4.1.0)
55
activesupport (>= 7.1.0, < 8.2)
66
concurrent-ruby (~> 1)
77

gemfiles/rails_8.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
view_component (4.0.2)
4+
view_component (4.1.0)
55
activesupport (>= 7.1.0, < 8.2)
66
concurrent-ruby (~> 1)
77

0 commit comments

Comments
 (0)