Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified .gitignore
Binary file not shown.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
source "https://rubygems.org"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.0"
gem "rails", "~> 7.1"
gem "devise"
gem "propshaft"
gem "bullet"
# Use postgresql as the database for Active Record
gem "pg", "~> 1.1"
# Use the Puma web server [https://github.com/puma/puma]
Expand Down
175 changes: 95 additions & 80 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,79 +1,79 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (7.0.10)
actionpack (= 7.0.10)
activesupport (= 7.0.10)
actioncable (7.2.3)
actionpack (= 7.2.3)
activesupport (= 7.2.3)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (7.0.10)
actionpack (= 7.0.10)
activejob (= 7.0.10)
activerecord (= 7.0.10)
activestorage (= 7.0.10)
activesupport (= 7.0.10)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.0.10)
actionpack (= 7.0.10)
actionview (= 7.0.10)
activejob (= 7.0.10)
activesupport (= 7.0.10)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
actionpack (7.0.10)
actionview (= 7.0.10)
activesupport (= 7.0.10)
zeitwerk (~> 2.6)
actionmailbox (7.2.3)
actionpack (= 7.2.3)
activejob (= 7.2.3)
activerecord (= 7.2.3)
activestorage (= 7.2.3)
activesupport (= 7.2.3)
mail (>= 2.8.0)
actionmailer (7.2.3)
actionpack (= 7.2.3)
actionview (= 7.2.3)
activejob (= 7.2.3)
activesupport (= 7.2.3)
mail (>= 2.8.0)
rails-dom-testing (~> 2.2)
actionpack (7.2.3)
actionview (= 7.2.3)
activesupport (= 7.2.3)
cgi
nokogiri (>= 1.8.5)
racc
rack (~> 2.0, >= 2.2.4)
rack (>= 2.2.4, < 3.3)
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.10)
actionpack (= 7.0.10)
activerecord (= 7.0.10)
activestorage (= 7.0.10)
activesupport (= 7.0.10)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actiontext (7.2.3)
actionpack (= 7.2.3)
activerecord (= 7.2.3)
activestorage (= 7.2.3)
activesupport (= 7.2.3)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.0.10)
activesupport (= 7.0.10)
actionview (7.2.3)
activesupport (= 7.2.3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.10)
activesupport (= 7.0.10)
cgi
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.2.3)
activesupport (= 7.2.3)
globalid (>= 0.3.6)
activemodel (7.0.10)
activesupport (= 7.0.10)
activerecord (7.0.10)
activemodel (= 7.0.10)
activesupport (= 7.0.10)
activestorage (7.0.10)
actionpack (= 7.0.10)
activejob (= 7.0.10)
activerecord (= 7.0.10)
activesupport (= 7.0.10)
activemodel (7.2.3)
activesupport (= 7.2.3)
activerecord (7.2.3)
activemodel (= 7.2.3)
activesupport (= 7.2.3)
timeout (>= 0.4.0)
activestorage (7.2.3)
actionpack (= 7.2.3)
activejob (= 7.2.3)
activerecord (= 7.2.3)
activesupport (= 7.2.3)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (7.0.10)
activesupport (7.2.3)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.9)
public_suffix (>= 2.0.2, < 8.0)
ast (2.4.3)
Expand All @@ -88,6 +88,9 @@ GEM
brakeman (8.0.4)
racc
builder (3.3.0)
bullet (8.1.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
capybara (3.40.0)
addressable
matrix
Expand All @@ -97,7 +100,9 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
cgi (0.5.1)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
crass (1.0.6)
date (3.5.1)
debug (1.11.1)
Expand Down Expand Up @@ -162,13 +167,11 @@ GEM
matrix (0.4.3)
mcp (0.8.0)
json-schema (>= 4.1)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (6.0.2)
drb (~> 2.0)
prism (~> 1.5)
msgpack (1.8.0)
mutex_m (0.3.0)
net-imap (0.6.3)
date
net-protocol
Expand All @@ -184,9 +187,9 @@ GEM
net-protocol
net-ssh (7.3.1)
nio4r (2.7.5)
nokogiri (1.19.1-x64-mingw-ucrt)
nokogiri (1.19.2-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.19.1-x86_64-linux-gnu)
nokogiri (1.19.2-x86_64-linux-gnu)
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.6.3)
Expand All @@ -212,36 +215,44 @@ GEM
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.22)
rack-session (1.0.2)
rack (< 3)
rack-test (2.2.0)
rack (>= 1.3)
rails (7.0.10)
actioncable (= 7.0.10)
actionmailbox (= 7.0.10)
actionmailer (= 7.0.10)
actionpack (= 7.0.10)
actiontext (= 7.0.10)
actionview (= 7.0.10)
activejob (= 7.0.10)
activemodel (= 7.0.10)
activerecord (= 7.0.10)
activestorage (= 7.0.10)
activesupport (= 7.0.10)
rackup (1.0.1)
rack (< 3)
webrick
rails (7.2.3)
actioncable (= 7.2.3)
actionmailbox (= 7.2.3)
actionmailer (= 7.2.3)
actionpack (= 7.2.3)
actiontext (= 7.2.3)
actionview (= 7.2.3)
activejob (= 7.2.3)
activemodel (= 7.2.3)
activerecord (= 7.2.3)
activestorage (= 7.2.3)
activesupport (= 7.2.3)
bundler (>= 1.15.0)
railties (= 7.0.10)
railties (= 7.2.3)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.7.0)
loofah (~> 2.25)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (7.0.10)
actionpack (= 7.0.10)
activesupport (= 7.0.10)
method_source
railties (7.2.3)
actionpack (= 7.2.3)
activesupport (= 7.2.3)
cgi
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
thor (~> 1.0, >= 1.2.2)
tsort (>= 0.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.1)
rdoc (7.2.0)
Expand Down Expand Up @@ -331,13 +342,16 @@ GEM
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.2.0)
uniform_notifier (1.18.0)
useragent (0.16.11)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webrick (1.9.2)
websocket (1.2.11)
websocket-driver (0.8.0)
base64
Expand All @@ -354,6 +368,7 @@ PLATFORMS
DEPENDENCIES
bootsnap
brakeman
bullet
capybara
debug
devise
Expand All @@ -363,7 +378,7 @@ DEPENDENCIES
pg (~> 1.1)
propshaft
puma (>= 5.0)
rails (~> 7.0.0)
rails (~> 7.1)
rubocop-rails-omakase
selenium-webdriver
solid_cable
Expand Down
Loading
Loading