Skip to content

Commit 40897dd

Browse files
committed
bundle add webpacker
1 parent cba5b53 commit 40897dd

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ end
4646

4747
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
4848
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
49+
50+
gem "webpacker", "~> 5.1"

Gemfile.lock

+9
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ GEM
105105
puma (4.3.5)
106106
nio4r (~> 2.0)
107107
rack (2.2.3)
108+
rack-proxy (0.6.5)
109+
rack
108110
rack-test (1.1.0)
109111
rack (>= 1.0, < 3)
110112
rails (6.0.3.2)
@@ -142,6 +144,7 @@ GEM
142144
selenium-webdriver (3.142.7)
143145
childprocess (>= 0.5, < 4.0)
144146
rubyzip (>= 1.2.2)
147+
semantic_range (2.3.0)
145148
spring (2.1.0)
146149
spring-watcher-listen (2.0.1)
147150
listen (>= 2.7, < 4.0)
@@ -167,6 +170,11 @@ GEM
167170
nokogiri (~> 1.6)
168171
rubyzip (>= 1.3.0)
169172
selenium-webdriver (>= 3.0, < 4.0)
173+
webpacker (5.1.1)
174+
activesupport (>= 5.2)
175+
rack-proxy (>= 0.6.1)
176+
railties (>= 5.2)
177+
semantic_range (>= 2.3.0)
170178
websocket-driver (0.7.3)
171179
websocket-extensions (>= 0.1.0)
172180
websocket-extensions (0.1.5)
@@ -192,6 +200,7 @@ DEPENDENCIES
192200
tzinfo-data
193201
web-console (>= 3.3.0)
194202
webdrivers
203+
webpacker (~> 5.1)
195204

196205
RUBY VERSION
197206
ruby 2.7.1p83

0 commit comments

Comments
 (0)