Skip to content

Commit 06b1f7c

Browse files
Bump appraisal-run from 1.0.0 to 1.1.0
Bumps [appraisal-run](https://github.com/camertron/appraisal-run) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/camertron/appraisal-run/releases) - [Changelog](https://github.com/camertron/appraisal-run/blob/main/CHANGELOG.md) - [Commits](https://github.com/camertron/appraisal-run/commits/v1.1.0) --- updated-dependencies: - dependency-name: appraisal-run dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15443f3 commit 06b1f7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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)

0 commit comments

Comments
 (0)