Skip to content

Commit d7f36c9

Browse files
authored
Merge pull request rails#46881 from skipkayhil/cleanup-gems
Remove sprockets-export from Gemfile
2 parents 18b2964 + 0d33941 commit d7f36c9

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

Gemfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ group :ujs do
110110
gem "webdrivers"
111111
end
112112

113-
# Action View
114-
group :view do
115-
gem "sprockets-export", require: false
116-
end
117-
118113
# Add your own local bundler stuff.
119114
local_gemfile = File.expand_path(".Gemfile", __dir__)
120115
instance_eval File.read local_gemfile if File.exist? local_gemfile

Gemfile.lock

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,6 @@ GEM
178178
digest (3.1.0)
179179
digest-crc (0.6.4)
180180
rake (>= 12.0.0, < 14.0.0)
181-
em-http-request (1.1.7)
182-
addressable (>= 2.3.4)
183-
cookiejar (!= 0.3.1)
184-
em-socksify (>= 0.3)
185-
eventmachine (>= 1.0.3)
186-
http_parser.rb (>= 0.6.0)
187-
em-socksify (0.3.2)
188-
eventmachine (>= 1.0.0.beta.4)
189181
error_highlight (0.5.1)
190182
erubi (1.11.0)
191183
et-orbi (1.2.6)
@@ -465,7 +457,6 @@ GEM
465457
sprockets (4.0.2)
466458
concurrent-ruby (~> 1.0)
467459
rack (> 1, < 3)
468-
sprockets-export (1.0.0)
469460
sprockets-rails (3.4.2)
470461
actionpack (>= 5.2)
471462
activesupport (>= 5.2)
@@ -496,7 +487,6 @@ GEM
496487
concurrent-ruby (~> 1.0)
497488
uber (0.1.0)
498489
unicode-display_width (2.3.0)
499-
useragent (0.16.10)
500490
w3c_validators (1.3.6)
501491
json (>= 1.8)
502492
nokogiri (~> 1.6)
@@ -588,7 +578,6 @@ DEPENDENCIES
588578
sequel
589579
sidekiq
590580
sneakers
591-
sprockets-export
592581
sprockets-rails (>= 2.0.0)
593582
sqlite3 (~> 1.4)
594583
stackprof

0 commit comments

Comments
 (0)