Skip to content

Commit

Permalink
Reorder gemspec deps
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgibbs committed Jul 9, 2024
1 parent 5b73c05 commit d175293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion space_shoes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ Gem::Specification.new do |spec|
spec.add_dependency "scarpe-components", "~>0.4.0"

spec.add_dependency "ruby_wasm", "~> 2.5"
spec.add_dependency "js", "~>2.6"

# For now, require as a direct dependency - needed so that minitest can run inside the browser in wasm
spec.add_dependency "minitest", "~>5.22"
spec.add_dependency "js", "~>2.6"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down

0 comments on commit d175293

Please sign in to comment.