From 7020d186eaa62610495cf176a91e94e9dbee601d Mon Sep 17 00:00:00 2001 From: CoralineAda Date: Sun, 16 Jun 2024 21:45:48 -0500 Subject: [PATCH] Uncomment sprockets --- Gemfile | 2 +- Gemfile.lock | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 8eea623..736d0ce 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 6843976..736c6ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -340,8 +327,6 @@ DEPENDENCIES capybara debug dotenv - importmap-rails - jbuilder neo4j-ruby-driver pg pry @@ -353,8 +338,6 @@ DEPENDENCIES selenium-webdriver sidekiq sprockets-rails - stimulus-rails - turbo-rails tzinfo-data web-console