Skip to content

Commit

Permalink
Explicitly add json gem as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyazub committed Apr 10, 2024
1 parent c7076a5 commit 0767720
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PATH
remote: .
specs:
turbo_tests (2.2.0)
turbo_tests (2.2.1)
json (~> 2.3)
parallel_tests (>= 3.3.0, < 5)
rspec (>= 3.10)

Expand All @@ -10,6 +11,7 @@ GEM
specs:
coderay (1.1.3)
diff-lcs (1.5.0)
json (2.7.2)
method_source (1.0.0)
parallel (1.22.1)
parallel_tests (4.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/turbo_tests/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TurboTests
VERSION = "2.2.0"
VERSION = "2.2.1"
end
1 change: 1 addition & 0 deletions turbo_tests.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "rspec", ">= 3.10"
spec.add_dependency "parallel_tests", ">= 3.3.0", "< 5"
spec.add_dependency "json", "~> 2.3"

spec.add_development_dependency "pry", "~> 0.14"

Expand Down

0 comments on commit 0767720

Please sign in to comment.