Skip to content

Commit

Permalink
add sprockets rails for local dev for now
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed Dec 11, 2024
1 parent d6bda33 commit d8db385
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,13 @@ GEM
temple (~> 0.10.0)
tilt (>= 2.1.0)
smart_properties (1.17.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
standard (1.41.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -357,6 +364,7 @@ DEPENDENCIES
simplecov (~> 0.22.0)
simplecov-console (~> 0.9.1)
slim (~> 5.1)
sprockets-rails (~> 3.4.2)
standard (~> 1)
turbo-rails (~> 1)
view_component!
Expand Down
1 change: 1 addition & 0 deletions view_component.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec-rails", "~> 5"
spec.add_development_dependency "rubocop-md", "~> 1"
spec.add_development_dependency "selenium-webdriver", "4.9.0"
spec.add_development_dependency "sprockets-rails", "~> 3.4.2"
spec.add_development_dependency "standard", "~> 1"
spec.add_development_dependency "simplecov", "~> 0.22.0"
spec.add_development_dependency "simplecov-console", "~> 0.9.1"
Expand Down

0 comments on commit d8db385

Please sign in to comment.