budget/Gemfile.lock

318 lines
7.8 KiB
Text
Raw Normal View History

2024-06-21 21:44:43 -04:00
GIT
remote: https://github.com/rails/rails.git
revision: 5bec50bc70380bb1e70e8fb0a1654130042b1f16
branch: main
2022-11-20 15:06:27 -05:00
specs:
2024-06-21 21:44:43 -04:00
actioncable (8.0.0.alpha)
actionpack (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
2022-11-20 15:06:27 -05:00
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
2024-06-21 21:44:43 -04:00
actionmailbox (8.0.0.alpha)
actionpack (= 8.0.0.alpha)
activejob (= 8.0.0.alpha)
activerecord (= 8.0.0.alpha)
activestorage (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
mail (>= 2.8.0)
actionmailer (8.0.0.alpha)
actionpack (= 8.0.0.alpha)
actionview (= 8.0.0.alpha)
activejob (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
mail (>= 2.8.0)
2023-08-18 21:23:34 -04:00
rails-dom-testing (~> 2.2)
2024-06-21 21:44:43 -04:00
actionpack (8.0.0.alpha)
actionview (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
nokogiri (>= 1.8.5)
2024-01-26 20:42:19 -05:00
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
2022-11-20 15:06:27 -05:00
rack-test (>= 0.6.3)
2023-08-18 21:23:34 -04:00
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
2024-06-21 21:44:43 -04:00
useragent (~> 0.16)
actiontext (8.0.0.alpha)
actionpack (= 8.0.0.alpha)
activerecord (= 8.0.0.alpha)
activestorage (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
2022-11-20 15:06:27 -05:00
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
2024-06-21 21:44:43 -04:00
actionview (8.0.0.alpha)
activesupport (= 8.0.0.alpha)
2022-11-20 15:06:27 -05:00
builder (~> 3.1)
erubi (~> 1.11)
2023-08-18 21:23:34 -04:00
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
2024-06-21 21:44:43 -04:00
activejob (8.0.0.alpha)
activesupport (= 8.0.0.alpha)
2022-11-20 15:06:27 -05:00
globalid (>= 0.3.6)
2024-06-21 21:44:43 -04:00
activemodel (8.0.0.alpha)
activesupport (= 8.0.0.alpha)
activerecord (8.0.0.alpha)
activemodel (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
timeout (>= 0.4.0)
2024-06-21 21:44:43 -04:00
activestorage (8.0.0.alpha)
actionpack (= 8.0.0.alpha)
activejob (= 8.0.0.alpha)
activerecord (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
2022-11-20 15:06:27 -05:00
marcel (~> 1.0)
2024-06-21 21:44:43 -04:00
activesupport (8.0.0.alpha)
2023-08-18 21:23:34 -04:00
base64
bigdecimal
2024-06-21 21:44:43 -04:00
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
2023-08-18 21:23:34 -04:00
drb
2022-11-20 15:06:27 -05:00
i18n (>= 1.6, < 2)
2024-06-21 21:44:43 -04:00
logger
2022-11-20 15:06:27 -05:00
minitest (>= 5.1)
2024-06-21 21:44:43 -04:00
tzinfo (~> 2.0, >= 2.0.5)
rails (8.0.0.alpha)
actioncable (= 8.0.0.alpha)
actionmailbox (= 8.0.0.alpha)
actionmailer (= 8.0.0.alpha)
actionpack (= 8.0.0.alpha)
actiontext (= 8.0.0.alpha)
actionview (= 8.0.0.alpha)
activejob (= 8.0.0.alpha)
activemodel (= 8.0.0.alpha)
activerecord (= 8.0.0.alpha)
activestorage (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
bundler (>= 1.15.0)
railties (= 8.0.0.alpha)
railties (8.0.0.alpha)
actionpack (= 8.0.0.alpha)
activesupport (= 8.0.0.alpha)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
GEM
remote: https://rubygems.org/
specs:
2024-06-21 21:45:31 -04:00
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
2023-12-07 20:14:42 -05:00
base64 (0.2.0)
2024-06-21 21:44:43 -04:00
bigdecimal (3.1.8)
2022-11-20 15:06:27 -05:00
bindex (0.8.1)
bootsnap (1.18.3)
2022-11-20 15:06:27 -05:00
msgpack (~> 1.2)
brakeman (6.1.2)
racc
2024-06-21 21:44:43 -04:00
builder (3.3.0)
2024-01-26 20:42:19 -05:00
capybara (3.40.0)
2022-11-20 15:06:27 -05:00
addressable
matrix
mini_mime (>= 0.1.3)
2024-01-26 20:42:19 -05:00
nokogiri (~> 1.11)
2022-11-20 15:06:27 -05:00
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
2024-06-21 21:44:43 -04:00
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
2022-11-20 15:06:27 -05:00
crass (1.0.6)
2023-12-07 20:14:42 -05:00
date (3.3.4)
debug (1.9.2)
2024-01-26 20:42:19 -05:00
irb (~> 1.10)
reline (>= 0.3.8)
drb (2.2.1)
2024-06-21 21:44:43 -04:00
erubi (1.13.0)
globalid (1.2.1)
activesupport (>= 6.1)
2024-06-21 21:44:43 -04:00
i18n (1.14.5)
2022-11-20 15:06:27 -05:00
concurrent-ruby (~> 1.0)
2024-01-26 20:42:19 -05:00
importmap-rails (2.0.1)
2022-11-20 15:06:27 -05:00
actionpack (>= 6.0.0)
2023-12-07 20:14:42 -05:00
activesupport (>= 6.0.0)
2022-11-20 15:06:27 -05:00
railties (>= 6.0.0)
2024-01-26 20:42:19 -05:00
io-console (0.7.2)
2024-06-21 21:44:43 -04:00
irb (1.13.2)
rdoc (>= 4.0.0)
2024-01-26 20:42:19 -05:00
reline (>= 0.4.2)
2024-06-21 21:45:31 -04:00
jbuilder (2.12.0)
2022-11-20 15:06:27 -05:00
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
2024-06-21 21:44:43 -04:00
logger (1.6.0)
2023-12-07 20:14:42 -05:00
loofah (2.22.0)
2022-11-20 15:06:27 -05:00
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
2022-11-20 15:06:27 -05:00
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.4)
2022-11-20 15:06:27 -05:00
matrix (0.4.2)
2023-08-18 21:23:34 -04:00
mini_mime (1.1.5)
2024-06-21 21:44:43 -04:00
minitest (5.24.0)
2023-08-18 21:23:34 -04:00
msgpack (1.7.2)
2024-06-21 21:44:43 -04:00
net-imap (0.4.13)
date
2022-11-20 15:06:27 -05:00
net-protocol
net-pop (0.1.2)
net-protocol
2023-12-07 20:14:42 -05:00
net-protocol (0.2.2)
2022-11-20 15:06:27 -05:00
timeout
net-smtp (0.5.0)
2022-11-20 15:06:27 -05:00
net-protocol
2024-06-21 21:44:43 -04:00
nio4r (2.7.3)
2024-06-21 22:15:05 -04:00
nokogiri (1.16.6-aarch64-linux)
racc (~> 1.4)
2024-06-21 21:44:43 -04:00
nokogiri (1.16.6-arm64-darwin)
2024-01-26 20:42:19 -05:00
racc (~> 1.4)
2024-06-21 21:44:43 -04:00
nokogiri (1.16.6-x86_64-linux)
2022-11-20 15:06:27 -05:00
racc (~> 1.4)
2024-06-21 21:45:31 -04:00
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
2024-01-26 20:42:19 -05:00
psych (5.1.2)
stringio
2024-06-21 21:45:31 -04:00
public_suffix (6.0.0)
2024-01-26 20:42:19 -05:00
puma (6.4.2)
2022-11-20 15:06:27 -05:00
nio4r (~> 2.0)
2024-06-21 21:44:43 -04:00
racc (1.8.0)
rack (3.1.3)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
2022-11-20 15:06:27 -05:00
rack (>= 1.3)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
2023-08-18 21:23:34 -04:00
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
2022-11-20 15:06:27 -05:00
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rainbow (3.1.1)
rake (13.2.1)
2024-06-21 21:44:43 -04:00
rdoc (6.7.0)
psych (>= 4.0.0)
2024-06-21 21:45:31 -04:00
regexp_parser (2.9.2)
2024-06-21 21:44:43 -04:00
reline (0.5.9)
2022-11-20 15:06:27 -05:00
io-console (~> 0.5)
2024-06-21 21:45:31 -04:00
rexml (3.3.0)
strscan
rubocop (1.64.1)
json (~> 2.3)
2023-10-10 23:10:19 -04:00
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
2024-06-21 21:45:31 -04:00
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
2024-06-21 21:58:57 -04:00
rubocop-minitest (0.35.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
2024-06-21 21:45:31 -04:00
rubocop-performance (1.21.1)
2024-01-26 20:42:19 -05:00
rubocop (>= 1.48.1, < 2.0)
2024-06-21 21:45:31 -04:00
rubocop-ast (>= 1.31.1, < 2.0)
2024-06-21 21:58:57 -04:00
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails-omakase (1.0.0)
rubocop
rubocop-minitest
rubocop-performance
rubocop-rails
ruby-progressbar (1.13.0)
2022-11-20 15:06:27 -05:00
rubyzip (2.3.2)
2024-06-21 22:27:39 -04:00
selenium-webdriver (4.22.0)
base64 (~> 0.2)
logger (~> 1.4)
2022-11-20 15:06:27 -05:00
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
2023-10-10 23:10:19 -04:00
sprockets (4.2.1)
2022-11-20 15:06:27 -05:00
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
2024-06-21 21:45:31 -04:00
sprockets-rails (3.5.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
2022-11-20 15:06:27 -05:00
sprockets (>= 3.0.0)
2024-06-21 22:15:05 -04:00
sqlite3 (2.0.2-aarch64-linux-gnu)
2024-06-21 21:46:25 -04:00
sqlite3 (2.0.2-arm64-darwin)
sqlite3 (2.0.2-x86_64-linux-gnu)
2024-01-26 20:42:19 -05:00
stimulus-rails (1.3.3)
2022-11-20 15:06:27 -05:00
railties (>= 6.0.0)
2024-06-21 21:44:43 -04:00
stringio (3.1.1)
2024-06-21 21:45:31 -04:00
strscan (3.1.0)
2024-06-21 22:15:05 -04:00
tailwindcss-rails (2.6.1-aarch64-linux)
railties (>= 7.0.0)
2024-06-21 21:45:31 -04:00
tailwindcss-rails (2.6.1-arm64-darwin)
railties (>= 7.0.0)
tailwindcss-rails (2.6.1-x86_64-linux)
railties (>= 7.0.0)
thor (1.3.1)
2023-12-07 20:14:42 -05:00
timeout (0.4.1)
turbo-rails (2.0.5)
2022-11-20 15:06:27 -05:00
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6)
2022-11-20 15:06:27 -05:00
concurrent-ruby (~> 1.0)
2023-10-10 23:10:19 -04:00
unicode-display_width (2.5.0)
2024-06-21 21:44:43 -04:00
useragent (0.16.10)
2023-10-10 23:10:19 -04:00
web-console (4.2.1)
2022-11-20 15:06:27 -05:00
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webrick (1.8.1)
2023-10-10 23:10:19 -04:00
websocket (1.2.10)
2023-08-18 21:23:34 -04:00
websocket-driver (0.7.6)
2022-11-20 15:06:27 -05:00
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
2024-06-21 21:44:43 -04:00
zeitwerk (2.6.16)
2022-11-20 15:06:27 -05:00
PLATFORMS
2024-06-21 22:15:05 -04:00
aarch64-linux
2023-11-13 22:18:32 -05:00
arm64-darwin-23
2022-11-20 15:06:27 -05:00
x86_64-linux
DEPENDENCIES
bootsnap
brakeman
2022-11-20 15:06:27 -05:00
capybara
debug
importmap-rails
jbuilder
puma (>= 5.0)
2024-06-21 21:44:43 -04:00
rails!
2024-06-21 21:58:57 -04:00
rubocop-rails-omakase
2022-11-20 15:06:27 -05:00
selenium-webdriver
sprockets-rails
sqlite3 (>= 1.4)
2022-11-20 15:06:27 -05:00
stimulus-rails
2022-11-20 15:07:09 -05:00
tailwindcss-rails (~> 2.0)
2022-11-20 15:06:27 -05:00
turbo-rails
tzinfo-data
2022-11-20 15:06:27 -05:00
web-console
BUNDLED WITH
2.5.9