Skip to content

Commit

Permalink
fixed Shakapacker gem and node package version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahcrack committed Nov 14, 2024
1 parent 0eb1739 commit e2aef4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'geocoder'
gem 'puma', '~> 6.4.3'

# Transpile app-like JavaScript. Read more: https://github.com/shakacode/shakapacker
gem 'shakapacker', '8.0.1'
gem 'shakapacker', '8.0.2'

# Use ActiveStorage variant
# gem 'mini_magick', '~> 4.8'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ GEM
websocket (~> 1.0)
semantic_logger (4.15.0)
concurrent-ruby (~> 1.0)
semantic_range (3.0.0)
semantic_range (3.1.0)
sentry-rails (5.18.0)
railties (>= 5.0)
sentry-ruby (~> 5.18.0)
Expand All @@ -595,7 +595,7 @@ GEM
sentry-sidekiq (5.18.2)
sentry-ruby (~> 5.18.2)
sidekiq (>= 3.0)
shakapacker (8.0.1)
shakapacker (8.0.2)
activesupport (>= 5.2)
package_json
rack-proxy (>= 0.6.1)
Expand Down Expand Up @@ -781,7 +781,7 @@ DEPENDENCIES
sentry-rails
sentry-ruby
sentry-sidekiq
shakapacker (= 8.0.1)
shakapacker (= 8.0.2)
shoulda-matchers (~> 6.1)
sidekiq (< 7)
sidekiq-cron
Expand Down

0 comments on commit e2aef4b

Please sign in to comment.