Use blade 0.7.3 to support Ruby 3.2

blade 0.7.3 includes https://github.com/javan/blade/pull/12

Related to https://github.com/rails/rails/pull/44152
18e3226c9b
This commit is contained in:
Yasuo Honda 2022-04-13 08:31:38 +09:00
parent 39b7bf7a00
commit 75d104fbb0
2 changed files with 14 additions and 19 deletions

View File

@ -108,7 +108,7 @@ end
# Action View # Action View
group :view do group :view do
gem "blade", github: "javan/blade", require: false, platforms: [:ruby] gem "blade", require: false, platforms: [:ruby]
gem "sprockets-export", require: false gem "sprockets-export", require: false
end end

View File

@ -4,23 +4,6 @@ GIT
specs: specs:
mysql2 (0.5.3) mysql2 (0.5.3)
GIT
remote: https://github.com/javan/blade.git
revision: 685be36e36b8c0b1638d6bca9021a079c930ff29
specs:
blade (0.7.2)
activesupport (>= 3.0.0)
blade-qunit_adapter (>= 2.0.1)
coffee-script
coffee-script-source
curses (>= 1.4.0)
eventmachine
faye
sprockets (>= 3.0)
thin (>= 1.6.0)
thor (>= 0.19.1)
useragent (>= 0.16.7)
GIT GIT
remote: https://github.com/matthewd/websocket-client-simple.git remote: https://github.com/matthewd/websocket-client-simple.git
revision: e161305f1a466b9398d86df3b1731b03362da91b revision: e161305f1a466b9398d86df3b1731b03362da91b
@ -162,6 +145,18 @@ GEM
bcrypt (3.1.16) bcrypt (3.1.16)
beaneater (1.1.1) beaneater (1.1.1)
benchmark-ips (2.9.2) benchmark-ips (2.9.2)
blade (0.7.3)
activesupport (>= 3.0.0)
blade-qunit_adapter (>= 2.0.1)
coffee-script
coffee-script-source
curses (>= 1.4.0)
eventmachine
faye
sprockets (>= 3.0)
thin (>= 1.6.0)
thor (>= 0.19.1)
useragent (>= 0.16.7)
blade-qunit_adapter (2.0.1) blade-qunit_adapter (2.0.1)
bootsnap (1.9.3) bootsnap (1.9.3)
msgpack (~> 1.0) msgpack (~> 1.0)
@ -577,7 +572,7 @@ DEPENDENCIES
backburner backburner
bcrypt (~> 3.1.11) bcrypt (~> 3.1.11)
benchmark-ips benchmark-ips
blade! blade
bootsnap (>= 1.4.4) bootsnap (>= 1.4.4)
capybara (>= 3.26) capybara (>= 3.26)
connection_pool connection_pool