Skip to content

Commit

Permalink
Update webpacker version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodacious committed Sep 11, 2018
1 parent 642aa93 commit c86beab
Show file tree
Hide file tree
Showing 6 changed files with 15,378 additions and 362 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ gem "sassc-rails"

gem 'font-awesome-sass', '~> 4.2.0'

gem 'webpacker'
gem 'webpacker', '>= 4.0.x'

gem "autoprefixer-rails"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
webpacker (3.5.5)
webpacker (4.0.0.pre.pre.2)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)
Expand Down Expand Up @@ -498,7 +498,7 @@ DEPENDENCIES
thin
web-console
webmock
webpacker
webpacker (>= 4.0.x)
wicked_pdf
wkhtmltopdf-binary
yard
Expand Down
3 changes: 0 additions & 3 deletions bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ Dir.chdir APP_ROOT do
puts "\n== Restarting application server =="
system "touch tmp/restart.txt"
end

# Install Yarn dependencies...
`yarn install`

0 comments on commit c86beab

Please sign in to comment.