This commit is contained in:
parent
619a43ef15
commit
5526f407f1
2 changed files with 78 additions and 84 deletions
2
Gemfile
2
Gemfile
|
@ -2,7 +2,7 @@ source "https://rubygems.org"
|
|||
|
||||
gem "rails", github: "rails/rails", branch: "main"
|
||||
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
|
||||
gem "propshaft", github: "rails/propshaft", branch: "main"
|
||||
gem "propshaft"
|
||||
# Use sqlite3 as the database for Active Record
|
||||
gem "sqlite3", ">= 1.4"
|
||||
# Use the Puma web server [https://github.com/puma/puma]
|
||||
|
|
160
Gemfile.lock
160
Gemfile.lock
|
@ -1,42 +1,31 @@
|
|||
GIT
|
||||
remote: https://github.com/rails/propshaft.git
|
||||
revision: 993c67d843cd544927cce150cddc160b9c5607e3
|
||||
branch: main
|
||||
specs:
|
||||
propshaft (1.1.0)
|
||||
actionpack (>= 7.0.0)
|
||||
activesupport (>= 7.0.0)
|
||||
rack
|
||||
railties (>= 7.0.0)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/rails/rails.git
|
||||
revision: 0df09ddb654461574dc45af5518b0cfa3a24e09e
|
||||
revision: 68714ea8c8dc259d71dc1fc76a7202a483af18c7
|
||||
branch: main
|
||||
specs:
|
||||
actioncable (8.0.0.beta1)
|
||||
actionpack (= 8.0.0.beta1)
|
||||
activesupport (= 8.0.0.beta1)
|
||||
actioncable (8.1.0.alpha)
|
||||
actionpack (= 8.1.0.alpha)
|
||||
activesupport (= 8.1.0.alpha)
|
||||
nio4r (~> 2.0)
|
||||
websocket-driver (>= 0.6.1)
|
||||
zeitwerk (~> 2.6)
|
||||
actionmailbox (8.0.0.beta1)
|
||||
actionpack (= 8.0.0.beta1)
|
||||
activejob (= 8.0.0.beta1)
|
||||
activerecord (= 8.0.0.beta1)
|
||||
activestorage (= 8.0.0.beta1)
|
||||
activesupport (= 8.0.0.beta1)
|
||||
actionmailbox (8.1.0.alpha)
|
||||
actionpack (= 8.1.0.alpha)
|
||||
activejob (= 8.1.0.alpha)
|
||||
activerecord (= 8.1.0.alpha)
|
||||
activestorage (= 8.1.0.alpha)
|
||||
activesupport (= 8.1.0.alpha)
|
||||
mail (>= 2.8.0)
|
||||
actionmailer (8.0.0.beta1)
|
||||
actionpack (= 8.0.0.beta1)
|
||||
actionview (= 8.0.0.beta1)
|
||||
activejob (= 8.0.0.beta1)
|
||||
activesupport (= 8.0.0.beta1)
|
||||
actionmailer (8.1.0.alpha)
|
||||
actionpack (= 8.1.0.alpha)
|
||||
actionview (= 8.1.0.alpha)
|
||||
activejob (= 8.1.0.alpha)
|
||||
activesupport (= 8.1.0.alpha)
|
||||
mail (>= 2.8.0)
|
||||
rails-dom-testing (~> 2.2)
|
||||
actionpack (8.0.0.beta1)
|
||||
actionview (= 8.0.0.beta1)
|
||||
activesupport (= 8.0.0.beta1)
|
||||
actionpack (8.1.0.alpha)
|
||||
actionview (= 8.1.0.alpha)
|
||||
activesupport (= 8.1.0.alpha)
|
||||
nokogiri (>= 1.8.5)
|
||||
rack (>= 2.2.4)
|
||||
rack-session (>= 1.0.1)
|
||||
|
@ -44,35 +33,35 @@ GIT
|
|||
rails-dom-testing (~> 2.2)
|
||||
rails-html-sanitizer (~> 1.6)
|
||||
useragent (~> 0.16)
|
||||
actiontext (8.0.0.beta1)
|
||||
actionpack (= 8.0.0.beta1)
|
||||
activerecord (= 8.0.0.beta1)
|
||||
activestorage (= 8.0.0.beta1)
|
||||
activesupport (= 8.0.0.beta1)
|
||||
actiontext (8.1.0.alpha)
|
||||
actionpack (= 8.1.0.alpha)
|
||||
activerecord (= 8.1.0.alpha)
|
||||
activestorage (= 8.1.0.alpha)
|
||||
activesupport (= 8.1.0.alpha)
|
||||
globalid (>= 0.6.0)
|
||||
nokogiri (>= 1.8.5)
|
||||
actionview (8.0.0.beta1)
|
||||
activesupport (= 8.0.0.beta1)
|
||||
actionview (8.1.0.alpha)
|
||||
activesupport (= 8.1.0.alpha)
|
||||
builder (~> 3.1)
|
||||
erubi (~> 1.11)
|
||||
rails-dom-testing (~> 2.2)
|
||||
rails-html-sanitizer (~> 1.6)
|
||||
activejob (8.0.0.beta1)
|
||||
activesupport (= 8.0.0.beta1)
|
||||
activejob (8.1.0.alpha)
|
||||
activesupport (= 8.1.0.alpha)
|
||||
globalid (>= 0.3.6)
|
||||
activemodel (8.0.0.beta1)
|
||||
activesupport (= 8.0.0.beta1)
|
||||
activerecord (8.0.0.beta1)
|
||||
activemodel (= 8.0.0.beta1)
|
||||
activesupport (= 8.0.0.beta1)
|
||||
activemodel (8.1.0.alpha)
|
||||
activesupport (= 8.1.0.alpha)
|
||||
activerecord (8.1.0.alpha)
|
||||
activemodel (= 8.1.0.alpha)
|
||||
activesupport (= 8.1.0.alpha)
|
||||
timeout (>= 0.4.0)
|
||||
activestorage (8.0.0.beta1)
|
||||
actionpack (= 8.0.0.beta1)
|
||||
activejob (= 8.0.0.beta1)
|
||||
activerecord (= 8.0.0.beta1)
|
||||
activesupport (= 8.0.0.beta1)
|
||||
activestorage (8.1.0.alpha)
|
||||
actionpack (= 8.1.0.alpha)
|
||||
activejob (= 8.1.0.alpha)
|
||||
activerecord (= 8.1.0.alpha)
|
||||
activesupport (= 8.1.0.alpha)
|
||||
marcel (~> 1.0)
|
||||
activesupport (8.0.0.beta1)
|
||||
activesupport (8.1.0.alpha)
|
||||
base64
|
||||
benchmark (>= 0.3)
|
||||
bigdecimal
|
||||
|
@ -85,23 +74,23 @@ GIT
|
|||
securerandom (>= 0.3)
|
||||
tzinfo (~> 2.0, >= 2.0.5)
|
||||
uri (>= 0.13.1)
|
||||
rails (8.0.0.beta1)
|
||||
actioncable (= 8.0.0.beta1)
|
||||
actionmailbox (= 8.0.0.beta1)
|
||||
actionmailer (= 8.0.0.beta1)
|
||||
actionpack (= 8.0.0.beta1)
|
||||
actiontext (= 8.0.0.beta1)
|
||||
actionview (= 8.0.0.beta1)
|
||||
activejob (= 8.0.0.beta1)
|
||||
activemodel (= 8.0.0.beta1)
|
||||
activerecord (= 8.0.0.beta1)
|
||||
activestorage (= 8.0.0.beta1)
|
||||
activesupport (= 8.0.0.beta1)
|
||||
rails (8.1.0.alpha)
|
||||
actioncable (= 8.1.0.alpha)
|
||||
actionmailbox (= 8.1.0.alpha)
|
||||
actionmailer (= 8.1.0.alpha)
|
||||
actionpack (= 8.1.0.alpha)
|
||||
actiontext (= 8.1.0.alpha)
|
||||
actionview (= 8.1.0.alpha)
|
||||
activejob (= 8.1.0.alpha)
|
||||
activemodel (= 8.1.0.alpha)
|
||||
activerecord (= 8.1.0.alpha)
|
||||
activestorage (= 8.1.0.alpha)
|
||||
activesupport (= 8.1.0.alpha)
|
||||
bundler (>= 1.15.0)
|
||||
railties (= 8.0.0.beta1)
|
||||
railties (8.0.0.beta1)
|
||||
actionpack (= 8.0.0.beta1)
|
||||
activesupport (= 8.0.0.beta1)
|
||||
railties (= 8.1.0.alpha)
|
||||
railties (8.1.0.alpha)
|
||||
actionpack (= 8.1.0.alpha)
|
||||
activesupport (= 8.1.0.alpha)
|
||||
irb (~> 1.13)
|
||||
rackup (>= 1.0.0)
|
||||
rake (>= 12.2)
|
||||
|
@ -121,7 +110,7 @@ GEM
|
|||
bindex (0.8.1)
|
||||
bootsnap (1.18.4)
|
||||
msgpack (~> 1.2)
|
||||
brakeman (6.2.1)
|
||||
brakeman (6.2.2)
|
||||
racc
|
||||
builder (3.3.0)
|
||||
capybara (3.40.0)
|
||||
|
@ -151,7 +140,7 @@ GEM
|
|||
activesupport (>= 6.1)
|
||||
i18n (1.14.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
importmap-rails (2.0.1)
|
||||
importmap-rails (2.0.3)
|
||||
actionpack (>= 6.0.0)
|
||||
activesupport (>= 6.0.0)
|
||||
railties (>= 6.0.0)
|
||||
|
@ -162,10 +151,10 @@ GEM
|
|||
jbuilder (2.13.0)
|
||||
actionview (>= 5.0.0)
|
||||
activesupport (>= 5.0.0)
|
||||
json (2.7.2)
|
||||
json (2.7.4)
|
||||
language_server-protocol (3.17.0.3)
|
||||
logger (1.6.1)
|
||||
loofah (2.22.0)
|
||||
loofah (2.23.1)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.12.0)
|
||||
mail (2.8.1)
|
||||
|
@ -177,8 +166,8 @@ GEM
|
|||
matrix (0.4.2)
|
||||
mini_mime (1.1.5)
|
||||
minitest (5.25.1)
|
||||
msgpack (1.7.2)
|
||||
net-imap (0.4.16)
|
||||
msgpack (1.7.3)
|
||||
net-imap (0.5.0)
|
||||
date
|
||||
net-protocol
|
||||
net-pop (0.1.2)
|
||||
|
@ -198,6 +187,11 @@ GEM
|
|||
parser (3.3.5.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
propshaft (1.1.0)
|
||||
actionpack (>= 7.0.0)
|
||||
activesupport (>= 7.0.0)
|
||||
rack
|
||||
railties (>= 7.0.0)
|
||||
psych (5.1.2)
|
||||
stringio
|
||||
public_suffix (6.0.1)
|
||||
|
@ -205,7 +199,7 @@ GEM
|
|||
nio4r (~> 2.0)
|
||||
raabro (1.4.0)
|
||||
racc (1.8.1)
|
||||
rack (3.1.7)
|
||||
rack (3.1.8)
|
||||
rack-session (2.0.0)
|
||||
rack (>= 3.0.0)
|
||||
rack-test (2.1.0)
|
||||
|
@ -227,8 +221,8 @@ GEM
|
|||
regexp_parser (2.9.2)
|
||||
reline (0.5.10)
|
||||
io-console (~> 0.5)
|
||||
rexml (3.3.8)
|
||||
rubocop (1.66.1)
|
||||
rexml (3.3.9)
|
||||
rubocop (1.67.0)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (>= 3.17.0)
|
||||
parallel (~> 1.10)
|
||||
|
@ -276,21 +270,21 @@ GEM
|
|||
fugit (~> 1.11.0)
|
||||
railties (>= 7.1)
|
||||
thor (~> 1.3.1)
|
||||
sqlite3 (2.1.0-aarch64-linux-gnu)
|
||||
sqlite3 (2.1.0-arm64-darwin)
|
||||
sqlite3 (2.1.0-x86_64-linux-gnu)
|
||||
sqlite3 (2.1.1-aarch64-linux-gnu)
|
||||
sqlite3 (2.1.1-arm64-darwin)
|
||||
sqlite3 (2.1.1-x86_64-linux-gnu)
|
||||
stimulus-rails (1.3.4)
|
||||
railties (>= 6.0.0)
|
||||
stringio (3.1.1)
|
||||
tailwindcss-rails (2.7.7-aarch64-linux)
|
||||
tailwindcss-rails (2.7.9-aarch64-linux)
|
||||
railties (>= 7.0.0)
|
||||
tailwindcss-rails (2.7.7-arm64-darwin)
|
||||
tailwindcss-rails (2.7.9-arm64-darwin)
|
||||
railties (>= 7.0.0)
|
||||
tailwindcss-rails (2.7.7-x86_64-linux)
|
||||
tailwindcss-rails (2.7.9-x86_64-linux)
|
||||
railties (>= 7.0.0)
|
||||
thor (1.3.2)
|
||||
timeout (0.4.1)
|
||||
turbo-rails (2.0.10)
|
||||
turbo-rails (2.0.11)
|
||||
actionpack (>= 6.0.0)
|
||||
railties (>= 6.0.0)
|
||||
tzinfo (2.0.6)
|
||||
|
@ -310,7 +304,7 @@ GEM
|
|||
websocket-extensions (0.1.5)
|
||||
xpath (3.2.0)
|
||||
nokogiri (~> 1.8)
|
||||
zeitwerk (2.6.18)
|
||||
zeitwerk (2.7.1)
|
||||
|
||||
PLATFORMS
|
||||
aarch64-linux
|
||||
|
@ -325,7 +319,7 @@ DEPENDENCIES
|
|||
debug
|
||||
importmap-rails
|
||||
jbuilder
|
||||
propshaft!
|
||||
propshaft
|
||||
puma (>= 5.0)
|
||||
rails!
|
||||
rubocop-rails-omakase
|
||||
|
|
Loading…
Reference in a new issue