Skip to content

Commit

Permalink
webpacker: update webpacker to version 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mishaschwartz committed Dec 9, 2019
1 parent 07064fc commit 7dfbd22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_install:
- sudo apt-get update
- sudo apt-get install -y cmake libssh2-1-dev ghostscript
- sudo apt-get install imagemagick libmagickwand-dev
- nvm install 11.0

install:
- travis_wait bundle install --path=~/.bundle --jobs=3 --retry=3 --without development production console
Expand All @@ -25,7 +26,7 @@ before_script:
- sudo ln -s /usr/share/zoneinfo/US/Eastern /etc/localtime
- bundle exec rake i18n:js:export
- chmod u+x bin/webpack
- RAILS_ENV=test bundle exec rake webpacker:compile
- NODE_ENV=test RAILS_ENV=test bundle exec rake webpacker:compile
- psql -c 'create database markus_test;' -U postgres
- bundle exec rake db:migrate RAILS_ENV=test

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ GEM
mysql2 (0.5.3)
net-ssh (5.2.0)
nio4r (2.5.2)
nokogiri (1.10.5)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
parallel (1.19.1)
parser (2.6.5.0)
Expand Down Expand Up @@ -342,7 +342,7 @@ GEM
upsert (2.2.1)
vegas (0.1.11)
rack (>= 1.0.0)
webpacker (4.0.7)
webpacker (4.2.2)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)
Expand Down

0 comments on commit 7dfbd22

Please sign in to comment.