Skip to content

Commit

Permalink
➕ appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Jan 11, 2025
1 parent 99c84d7 commit 4c06920
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ PATH
GEM
remote: https://rubygems.org/
specs:
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
coderay (1.1.3)
diff-lcs (1.5.1)
method_source (1.1.0)
Expand All @@ -31,11 +35,13 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
thor (1.3.2)

PLATFORMS
ruby

DEPENDENCIES
appraisal (~> 2.5)
pry (~> 0.14)
rake (~> 13.0)
turbo_tests!
Expand Down
1 change: 1 addition & 0 deletions turbo_tests.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "rspec", ">= 3.10"
spec.add_dependency "parallel_tests", ">= 3.3.0", "< 5"

spec.add_development_dependency("appraisal", "~> 2.5")
spec.add_development_dependency "pry", "~> 0.14"

# Specify which files should be added to the gem when it is released.
Expand Down

0 comments on commit 4c06920

Please sign in to comment.