Skip to content

Commit

Permalink
working commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeFraties committed Dec 26, 2024
1 parent 7271aaf commit d168210
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ gem 'observer'
gem 'base64'
gem 'bigdecimal'

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

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,7 @@ DEPENDENCIES
spring
spring-watcher-listen
sprockets
sprockets-rails
survey_monkey_api!
terser
tinymce-rails (>= 6.7.3)
Expand Down

0 comments on commit d168210

Please sign in to comment.