-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make gem compatible with current Rails 7 and 8 versions
- Loading branch information
1 parent
0ec27cf
commit d6ad84d
Showing
4 changed files
with
175 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,188 +1,227 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
rails_redhot (0.2.0) | ||
rails (~> 7.0.0) | ||
rails_redhot (0.3.0) | ||
rails (>= 7.0.0) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actioncable (7.0.4.2) | ||
actionpack (= 7.0.4.2) | ||
activesupport (= 7.0.4.2) | ||
actioncable (8.0.0) | ||
actionpack (= 8.0.0) | ||
activesupport (= 8.0.0) | ||
nio4r (~> 2.0) | ||
websocket-driver (>= 0.6.1) | ||
actionmailbox (7.0.4.2) | ||
actionpack (= 7.0.4.2) | ||
activejob (= 7.0.4.2) | ||
activerecord (= 7.0.4.2) | ||
activestorage (= 7.0.4.2) | ||
activesupport (= 7.0.4.2) | ||
mail (>= 2.7.1) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
actionmailer (7.0.4.2) | ||
actionpack (= 7.0.4.2) | ||
actionview (= 7.0.4.2) | ||
activejob (= 7.0.4.2) | ||
activesupport (= 7.0.4.2) | ||
mail (~> 2.5, >= 2.5.4) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
rails-dom-testing (~> 2.0) | ||
actionpack (7.0.4.2) | ||
actionview (= 7.0.4.2) | ||
activesupport (= 7.0.4.2) | ||
rack (~> 2.0, >= 2.2.0) | ||
zeitwerk (~> 2.6) | ||
actionmailbox (8.0.0) | ||
actionpack (= 8.0.0) | ||
activejob (= 8.0.0) | ||
activerecord (= 8.0.0) | ||
activestorage (= 8.0.0) | ||
activesupport (= 8.0.0) | ||
mail (>= 2.8.0) | ||
actionmailer (8.0.0) | ||
actionpack (= 8.0.0) | ||
actionview (= 8.0.0) | ||
activejob (= 8.0.0) | ||
activesupport (= 8.0.0) | ||
mail (>= 2.8.0) | ||
rails-dom-testing (~> 2.2) | ||
actionpack (8.0.0) | ||
actionview (= 8.0.0) | ||
activesupport (= 8.0.0) | ||
nokogiri (>= 1.8.5) | ||
rack (>= 2.2.4) | ||
rack-session (>= 1.0.1) | ||
rack-test (>= 0.6.3) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.0, >= 1.2.0) | ||
actiontext (7.0.4.2) | ||
actionpack (= 7.0.4.2) | ||
activerecord (= 7.0.4.2) | ||
activestorage (= 7.0.4.2) | ||
activesupport (= 7.0.4.2) | ||
rails-dom-testing (~> 2.2) | ||
rails-html-sanitizer (~> 1.6) | ||
useragent (~> 0.16) | ||
actiontext (8.0.0) | ||
actionpack (= 8.0.0) | ||
activerecord (= 8.0.0) | ||
activestorage (= 8.0.0) | ||
activesupport (= 8.0.0) | ||
globalid (>= 0.6.0) | ||
nokogiri (>= 1.8.5) | ||
actionview (7.0.4.2) | ||
activesupport (= 7.0.4.2) | ||
actionview (8.0.0) | ||
activesupport (= 8.0.0) | ||
builder (~> 3.1) | ||
erubi (~> 1.4) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.1, >= 1.2.0) | ||
activejob (7.0.4.2) | ||
activesupport (= 7.0.4.2) | ||
erubi (~> 1.11) | ||
rails-dom-testing (~> 2.2) | ||
rails-html-sanitizer (~> 1.6) | ||
activejob (8.0.0) | ||
activesupport (= 8.0.0) | ||
globalid (>= 0.3.6) | ||
activemodel (7.0.4.2) | ||
activesupport (= 7.0.4.2) | ||
activerecord (7.0.4.2) | ||
activemodel (= 7.0.4.2) | ||
activesupport (= 7.0.4.2) | ||
activestorage (7.0.4.2) | ||
actionpack (= 7.0.4.2) | ||
activejob (= 7.0.4.2) | ||
activerecord (= 7.0.4.2) | ||
activesupport (= 7.0.4.2) | ||
activemodel (8.0.0) | ||
activesupport (= 8.0.0) | ||
activerecord (8.0.0) | ||
activemodel (= 8.0.0) | ||
activesupport (= 8.0.0) | ||
timeout (>= 0.4.0) | ||
activestorage (8.0.0) | ||
actionpack (= 8.0.0) | ||
activejob (= 8.0.0) | ||
activerecord (= 8.0.0) | ||
activesupport (= 8.0.0) | ||
marcel (~> 1.0) | ||
mini_mime (>= 1.1.0) | ||
activesupport (7.0.4.2) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
activesupport (8.0.0) | ||
base64 | ||
benchmark (>= 0.3) | ||
bigdecimal | ||
concurrent-ruby (~> 1.0, >= 1.3.1) | ||
connection_pool (>= 2.2.5) | ||
drb | ||
i18n (>= 1.6, < 2) | ||
logger (>= 1.4.2) | ||
minitest (>= 5.1) | ||
tzinfo (~> 2.0) | ||
builder (3.2.4) | ||
concurrent-ruby (1.2.2) | ||
securerandom (>= 0.3) | ||
tzinfo (~> 2.0, >= 2.0.5) | ||
uri (>= 0.13.1) | ||
base64 (0.2.0) | ||
benchmark (0.4.0) | ||
bigdecimal (3.1.8) | ||
builder (3.3.0) | ||
concurrent-ruby (1.3.4) | ||
connection_pool (2.4.1) | ||
crass (1.0.6) | ||
date (3.3.3) | ||
docile (1.4.0) | ||
erubi (1.12.0) | ||
globalid (1.1.0) | ||
activesupport (>= 5.0) | ||
i18n (1.12.0) | ||
date (3.4.0) | ||
docile (1.4.1) | ||
drb (2.2.1) | ||
erubi (1.13.0) | ||
globalid (1.2.1) | ||
activesupport (>= 6.1) | ||
i18n (1.14.6) | ||
concurrent-ruby (~> 1.0) | ||
importmap-rails (1.1.5) | ||
importmap-rails (2.0.3) | ||
actionpack (>= 6.0.0) | ||
activesupport (>= 6.0.0) | ||
railties (>= 6.0.0) | ||
loofah (2.19.1) | ||
io-console (0.7.2) | ||
irb (1.14.1) | ||
rdoc (>= 4.0.0) | ||
reline (>= 0.4.2) | ||
logger (1.6.1) | ||
loofah (2.23.1) | ||
crass (~> 1.0.2) | ||
nokogiri (>= 1.5.9) | ||
nokogiri (>= 1.12.0) | ||
mail (2.8.1) | ||
mini_mime (>= 0.1.1) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
marcel (1.0.2) | ||
method_source (1.0.0) | ||
mini_mime (1.1.2) | ||
minitest (5.18.0) | ||
net-imap (0.3.4) | ||
marcel (1.0.4) | ||
mini_mime (1.1.5) | ||
minitest (5.25.2) | ||
mutex_m (0.3.0) | ||
net-imap (0.5.1) | ||
date | ||
net-protocol | ||
net-pop (0.1.2) | ||
net-protocol | ||
net-protocol (0.2.1) | ||
net-protocol (0.2.2) | ||
timeout | ||
net-smtp (0.3.3) | ||
net-smtp (0.5.0) | ||
net-protocol | ||
nio4r (2.5.8) | ||
nokogiri (1.14.2-x86_64-linux) | ||
nio4r (2.7.4) | ||
nokogiri (1.16.7-x86_64-linux) | ||
racc (~> 1.4) | ||
puma (5.6.5) | ||
psych (5.2.0) | ||
stringio | ||
puma (6.5.0) | ||
nio4r (~> 2.0) | ||
racc (1.6.2) | ||
rack (2.2.6.3) | ||
rack-test (2.0.2) | ||
racc (1.8.1) | ||
rack (3.1.8) | ||
rack-session (2.0.0) | ||
rack (>= 3.0.0) | ||
rack-test (2.1.0) | ||
rack (>= 1.3) | ||
rails (7.0.4.2) | ||
actioncable (= 7.0.4.2) | ||
actionmailbox (= 7.0.4.2) | ||
actionmailer (= 7.0.4.2) | ||
actionpack (= 7.0.4.2) | ||
actiontext (= 7.0.4.2) | ||
actionview (= 7.0.4.2) | ||
activejob (= 7.0.4.2) | ||
activemodel (= 7.0.4.2) | ||
activerecord (= 7.0.4.2) | ||
activestorage (= 7.0.4.2) | ||
activesupport (= 7.0.4.2) | ||
rackup (2.2.1) | ||
rack (>= 3) | ||
rails (8.0.0) | ||
actioncable (= 8.0.0) | ||
actionmailbox (= 8.0.0) | ||
actionmailer (= 8.0.0) | ||
actionpack (= 8.0.0) | ||
actiontext (= 8.0.0) | ||
actionview (= 8.0.0) | ||
activejob (= 8.0.0) | ||
activemodel (= 8.0.0) | ||
activerecord (= 8.0.0) | ||
activestorage (= 8.0.0) | ||
activesupport (= 8.0.0) | ||
bundler (>= 1.15.0) | ||
railties (= 7.0.4.2) | ||
rails-dom-testing (2.0.3) | ||
activesupport (>= 4.2.0) | ||
railties (= 8.0.0) | ||
rails-dom-testing (2.2.0) | ||
activesupport (>= 5.0.0) | ||
minitest | ||
nokogiri (>= 1.6) | ||
rails-html-sanitizer (1.5.0) | ||
loofah (~> 2.19, >= 2.19.1) | ||
railties (7.0.4.2) | ||
actionpack (= 7.0.4.2) | ||
activesupport (= 7.0.4.2) | ||
method_source | ||
rails-html-sanitizer (1.6.0) | ||
loofah (~> 2.21) | ||
nokogiri (~> 1.14) | ||
railties (8.0.0) | ||
actionpack (= 8.0.0) | ||
activesupport (= 8.0.0) | ||
irb (~> 1.13) | ||
rackup (>= 1.0.0) | ||
rake (>= 12.2) | ||
thor (~> 1.0) | ||
zeitwerk (~> 2.5) | ||
rake (13.0.6) | ||
thor (~> 1.0, >= 1.2.2) | ||
zeitwerk (~> 2.6) | ||
rake (13.2.1) | ||
rdoc (6.8.1) | ||
psych (>= 4.0.0) | ||
reline (0.5.11) | ||
io-console (~> 0.5) | ||
securerandom (0.3.2) | ||
simplecov (0.22.0) | ||
docile (~> 1.1) | ||
simplecov-html (~> 0.11) | ||
simplecov_json_formatter (~> 0.1) | ||
simplecov-html (0.12.3) | ||
simplecov-html (0.13.1) | ||
simplecov_json_formatter (0.1.4) | ||
sprockets (4.2.0) | ||
sprockets (4.2.1) | ||
concurrent-ruby (~> 1.0) | ||
rack (>= 2.2.4, < 4) | ||
sprockets-rails (3.4.2) | ||
actionpack (>= 5.2) | ||
activesupport (>= 5.2) | ||
sprockets-rails (3.5.2) | ||
actionpack (>= 6.1) | ||
activesupport (>= 6.1) | ||
sprockets (>= 3.0.0) | ||
sqlite3 (1.6.1-x86_64-linux) | ||
tailwindcss-rails (2.0.24-x86_64-linux) | ||
railties (>= 6.0.0) | ||
thor (1.2.1) | ||
timeout (0.3.2) | ||
turbo-rails (1.4.0) | ||
sqlite3 (2.3.1-x86_64-linux-gnu) | ||
stringio (3.1.2) | ||
tailwindcss-rails (3.0.0) | ||
railties (>= 7.0.0) | ||
tailwindcss-ruby | ||
tailwindcss-ruby (3.4.15-x86_64-linux) | ||
thor (1.3.2) | ||
timeout (0.4.2) | ||
turbo-rails (2.0.11) | ||
actionpack (>= 6.0.0) | ||
activejob (>= 6.0.0) | ||
railties (>= 6.0.0) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
websocket-driver (0.7.5) | ||
uri (1.0.2) | ||
useragent (0.16.10) | ||
websocket-driver (0.7.6) | ||
websocket-extensions (>= 0.1.0) | ||
websocket-extensions (0.1.5) | ||
zeitwerk (2.6.7) | ||
zeitwerk (2.7.1) | ||
|
||
PLATFORMS | ||
x86_64-linux | ||
|
||
DEPENDENCIES | ||
base64 | ||
bigdecimal | ||
drb | ||
importmap-rails (>= 0.9.4) | ||
puma (~> 5.5) | ||
mutex_m | ||
puma | ||
rails_redhot! | ||
simplecov | ||
sprockets-rails | ||
sqlite3 (~> 1.4) | ||
sqlite3 | ||
tailwindcss-rails (>= 0.5.4) | ||
turbo-rails (>= 0.9.0) | ||
|
||
BUNDLED WITH | ||
2.4.6 | ||
2.5.23 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters