Skip to content

Commit

Permalink
Fix the version of the webpacker gem
Browse files Browse the repository at this point in the history
  • Loading branch information
stacytalbot committed Aug 29, 2019
1 parent 43ea20d commit f0f1376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'rails', '5.0.5'
gem 'webpacker'
gem 'webpacker', '~> 4.0.2'

gem 'pg', '~> 0.21'
gem 'activerecord-postgis-adapter', '~> 4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ DEPENDENCIES
uglifier (~> 2.7.2)
vuejs-rails (~> 2.3.2)
webmock (~> 1.22.0)
webpacker
webpacker (~> 4.0.2)
whenever
will_paginate (~> 3.0)

Expand Down

0 comments on commit f0f1376

Please sign in to comment.