Skip to content

Commit

Permalink
Update super_test_engine gems
Browse files Browse the repository at this point in the history
  • Loading branch information
zachahn committed May 15, 2021
1 parent ee28b24 commit d473732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions super_test_engine/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
minitest (5.14.1)
rake (13.0.1)
minitest (5.14.4)
rake (13.0.3)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.17)
minitest (~> 5.0)
rake
super_test_engine!
Expand Down
1 change: 0 additions & 1 deletion super_test_engine/super_test_engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.17"
spec.add_development_dependency "rake"
spec.add_development_dependency "minitest", "~> 5.0"
end

0 comments on commit d473732

Please sign in to comment.