Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
cirdes committed Jun 9, 2024
1 parent 06c9ca8 commit b594a08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# frozen_string_literal: true

require "bundler/gem_tasks"
# require "bundler/gem_tasks"
# require "standard/rake"
require "minitest/test_task"
require "ruby-next"

Minitest::TestTask.create(:test) do |t|
t.test_globs = ["test/phlex_ui/**/*_test.rb"]
t.warning = false
end

Expand Down
4 changes: 2 additions & 2 deletions phlex_ui.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Gem::Specification.new do |s|
# When gem is installed from source, we add `ruby-next` as a dependency
# to auto-transpile source files during the first load
if File.directory?(File.join(__dir__, ".git"))
s.add_runtime_dependency "ruby-next", "~> 1.0"
s.add_dependency "ruby-next", "~> 1.0"
else
s.add_runtime_dependency "ruby-next-core", "~> 1.0"
s.add_dependency "ruby-next-core", "~> 1.0"
end

s.add_development_dependency "rake"
Expand Down

0 comments on commit b594a08

Please sign in to comment.