Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
cirdes committed Jun 9, 2024
1 parent 86aaa16 commit ce2b584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

require 'bundler/gem_tasks'
require 'rake/testtask'

require 'active_support/all'
# require "bundler/gem_tasks"
# require "standard/rake"
require "minitest/test_task"
Expand Down
1 change: 1 addition & 0 deletions phlex_ui.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |s|
s.add_dependency "phlex", "~> 1.10"
s.add_dependency "rouge", "~> 4.2.0"
s.add_dependency "zeitwerk", "~> 2.6"
s.add_dependency "zeitwerk", "~> 2.6"

# When gem is installed from source, we add `ruby-next` as a dependency
# to auto-transpile source files during the first load
Expand Down

0 comments on commit ce2b584

Please sign in to comment.