Skip to content

Commit

Permalink
Uncomment sprockets
Browse files Browse the repository at this point in the history
  • Loading branch information
CoralineAda committed Jun 17, 2024
1 parent f070337 commit 7020d18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem 'neo4j-ruby-driver'
gem "rails", "~> 7.1.3"

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
# gem "sprockets-rails"
gem "sprockets-rails"

# Use sqlite3 as the database for Active Record
# gem "sqlite3", "~> 1.4"
Expand Down
17 changes: 0 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,11 @@ GEM
activesupport (>= 6.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
importmap-rails (2.0.1)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.7.2)
io-event (1.5.1)
irb (1.12.0)
rdoc
reline (>= 0.4.2)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.7.1)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -298,17 +291,11 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
strscan (3.1.0)
thor (1.3.1)
timeout (0.4.1)
timers (4.3.5)
turbo-rails (2.0.5)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (0.13.0)
Expand Down Expand Up @@ -340,8 +327,6 @@ DEPENDENCIES
capybara
debug
dotenv
importmap-rails
jbuilder
neo4j-ruby-driver
pg
pry
Expand All @@ -353,8 +338,6 @@ DEPENDENCIES
selenium-webdriver
sidekiq
sprockets-rails
stimulus-rails
turbo-rails
tzinfo-data
web-console

Expand Down

0 comments on commit 7020d18

Please sign in to comment.