Remove sprockets-export from Gemfile

Its usage was removed in 7d116c9 but I forgot to remove it

The other changes come from running bundle install, it looks like they
were supposed to be removed in d9e79ce
This commit is contained in:
Hartley McGuire 2023-01-03 22:56:28 -05:00
parent 18b2964dea
commit 0d339411e1
No known key found for this signature in database
GPG Key ID: E823FC1403858A82
2 changed files with 0 additions and 16 deletions

View File

@ -110,11 +110,6 @@ group :ujs do
gem "webdrivers" gem "webdrivers"
end end
# Action View
group :view do
gem "sprockets-export", require: false
end
# Add your own local bundler stuff. # Add your own local bundler stuff.
local_gemfile = File.expand_path(".Gemfile", __dir__) local_gemfile = File.expand_path(".Gemfile", __dir__)
instance_eval File.read local_gemfile if File.exist? local_gemfile instance_eval File.read local_gemfile if File.exist? local_gemfile

View File

@ -178,14 +178,6 @@ GEM
digest (3.1.0) digest (3.1.0)
digest-crc (0.6.4) digest-crc (0.6.4)
rake (>= 12.0.0, < 14.0.0) rake (>= 12.0.0, < 14.0.0)
em-http-request (1.1.7)
addressable (>= 2.3.4)
cookiejar (!= 0.3.1)
em-socksify (>= 0.3)
eventmachine (>= 1.0.3)
http_parser.rb (>= 0.6.0)
em-socksify (0.3.2)
eventmachine (>= 1.0.0.beta.4)
error_highlight (0.5.1) error_highlight (0.5.1)
erubi (1.11.0) erubi (1.11.0)
et-orbi (1.2.6) et-orbi (1.2.6)
@ -465,7 +457,6 @@ GEM
sprockets (4.0.2) sprockets (4.0.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
sprockets-export (1.0.0)
sprockets-rails (3.4.2) sprockets-rails (3.4.2)
actionpack (>= 5.2) actionpack (>= 5.2)
activesupport (>= 5.2) activesupport (>= 5.2)
@ -496,7 +487,6 @@ GEM
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
uber (0.1.0) uber (0.1.0)
unicode-display_width (2.3.0) unicode-display_width (2.3.0)
useragent (0.16.10)
w3c_validators (1.3.6) w3c_validators (1.3.6)
json (>= 1.8) json (>= 1.8)
nokogiri (~> 1.6) nokogiri (~> 1.6)
@ -588,7 +578,6 @@ DEPENDENCIES
sequel sequel
sidekiq sidekiq
sneakers sneakers
sprockets-export
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
sqlite3 (~> 1.4) sqlite3 (~> 1.4)
stackprof stackprof