aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSharang Dashputre <sharang.d@gmail.com>2019-03-08 22:30:06 +0530
committerSharang Dashputre <sharang.d@gmail.com>2019-03-09 00:14:17 +0530
commit8eaffa19457b782a8eb44ced1f6cb99f63a8ce57 (patch)
tree275270b5e03fb02c4595c266235be4780050ba56 /Gemfile
parent199de6bee261dd816b68c841c7775fdcd02b68d2 (diff)
downloadrails-8eaffa19457b782a8eb44ced1f6cb99f63a8ce57.tar.gz
rails-8eaffa19457b782a8eb44ced1f6cb99f63a8ce57.tar.bz2
rails-8eaffa19457b782a8eb44ced1f6cb99f63a8ce57.zip
Use the latest stable release of webpacker
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3e91ac321d..f14108e9c2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,7 +15,7 @@ gem "selenium-webdriver", ">= 3.5.0", "< 3.13.0"
gem "rack-cache", "~> 1.2"
gem "sass-rails"
gem "turbolinks", "~> 5"
-gem "webpacker", ">= 4.0.0.rc.3", require: ENV["SKIP_REQUIRE_WEBPACKER"] != "true"
+gem "webpacker", "~> 4.0.0", require: ENV["SKIP_REQUIRE_WEBPACKER"] != "true"
# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid Active Model (and by extension the entire framework)
# being dependent on a binary library.