Skip to content

Commit

Permalink
Add sprockets-rails gem (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeFraties authored Dec 23, 2024
1 parent a2f5b59 commit 2692950
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ gem 'pg'
# gem 'pg', '1.1.4', platforms: [:mingw, :x64_mingw]
# Use Puma as the app server
gem 'puma', '~> 6.4.3'

# Required for Rails asset pipeline and precompilation in Rails 7+
gem 'sprockets'
gem 'sprockets-rails'

gem 'terser'
# See https://github.com/rails/execjs#readme for more supported runtimes

Expand Down Expand Up @@ -106,7 +111,6 @@ group :development do
gem 'erd'

gem 'rubyzip'
gem 'sprockets'

gem 'survey_monkey_api', github: 'agilesix/surveymonkey'
gem 'mechanize'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,7 @@ DEPENDENCIES
spring
spring-watcher-listen
sprockets
sprockets-rails
survey_monkey_api!
terser
tinymce-rails (>= 6.7.3)
Expand Down

0 comments on commit 2692950

Please sign in to comment.