Update Gemfile
This commit is contained in:
@@ -1,67 +1,27 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
ruby file: ".ruby-version"
|
||||||
|
|
||||||
ruby "3.3.3"
|
gem "rails", github: "rails/rails", branch: "main"
|
||||||
|
|
||||||
# Use specific branch of Rails
|
# Assets & front end
|
||||||
gem "rails", github: "rails/rails", branch: "7-1-stable"
|
|
||||||
|
|
||||||
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
|
|
||||||
gem "propshaft"
|
|
||||||
|
|
||||||
# Use sqlite3 as the database for Active Record
|
|
||||||
gem "sqlite3", ">= 1.4"
|
|
||||||
|
|
||||||
# Use the Puma web server [https://github.com/puma/puma]
|
|
||||||
gem "puma", ">= 5.0"
|
|
||||||
|
|
||||||
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
|
|
||||||
gem "importmap-rails"
|
gem "importmap-rails"
|
||||||
|
gem "propshaft"
|
||||||
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
|
gem "stimulus-rails"
|
||||||
gem "turbo-rails"
|
gem "turbo-rails"
|
||||||
|
|
||||||
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
|
# Deployment and drivers
|
||||||
gem "stimulus-rails"
|
|
||||||
|
|
||||||
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
|
|
||||||
gem "jbuilder"
|
|
||||||
|
|
||||||
# Use Redis adapter to run Action Cable in production
|
|
||||||
gem "redis", ">= 4.0.1"
|
|
||||||
|
|
||||||
# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
|
|
||||||
# gem "kredis"
|
|
||||||
|
|
||||||
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
|
|
||||||
# gem "bcrypt", "~> 3.1.7"
|
|
||||||
|
|
||||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
|
||||||
gem "tzinfo-data", platforms: %i[ windows jruby ]
|
|
||||||
|
|
||||||
# Reduces boot times through caching; required in config/boot.rb
|
|
||||||
gem "bootsnap", require: false
|
gem "bootsnap", require: false
|
||||||
|
gem "puma", ">= 5.0"
|
||||||
|
gem "sqlite3", ">= 2.0"
|
||||||
|
|
||||||
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
|
# Features
|
||||||
# gem "image_processing", "~> 1.2"
|
gem "bcrypt", "~> 3.1.7"
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
|
gem "rubocop-rails-omakase", require: false
|
||||||
gem "debug", platforms: %i[ mri windows ]
|
|
||||||
end
|
|
||||||
|
|
||||||
group :development do
|
|
||||||
# Use console on exceptions pages [https://github.com/rails/web-console]
|
|
||||||
gem "web-console"
|
|
||||||
|
|
||||||
# Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
|
|
||||||
# gem "rack-mini-profiler"
|
|
||||||
|
|
||||||
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
|
|
||||||
# gem "spring"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
|
|
||||||
gem "capybara"
|
gem "capybara"
|
||||||
gem "selenium-webdriver"
|
gem "selenium-webdriver"
|
||||||
end
|
end
|
||||||
|
|||||||
+108
-90
@@ -1,37 +1,31 @@
|
|||||||
GIT
|
GIT
|
||||||
remote: https://github.com/rails/rails.git
|
remote: https://github.com/rails/rails.git
|
||||||
revision: ec3faa63a8760e9d9c9da67eb1a32725e0b52d12
|
revision: 16d8b82d5e2aca4780c5d10b1fe9a90b33a0e84e
|
||||||
branch: 7-1-stable
|
branch: main
|
||||||
specs:
|
specs:
|
||||||
actioncable (7.1.3.4)
|
actioncable (8.0.0.alpha)
|
||||||
actionpack (= 7.1.3.4)
|
actionpack (= 8.0.0.alpha)
|
||||||
activesupport (= 7.1.3.4)
|
activesupport (= 8.0.0.alpha)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
actionmailbox (7.1.3.4)
|
actionmailbox (8.0.0.alpha)
|
||||||
actionpack (= 7.1.3.4)
|
actionpack (= 8.0.0.alpha)
|
||||||
activejob (= 7.1.3.4)
|
activejob (= 8.0.0.alpha)
|
||||||
activerecord (= 7.1.3.4)
|
activerecord (= 8.0.0.alpha)
|
||||||
activestorage (= 7.1.3.4)
|
activestorage (= 8.0.0.alpha)
|
||||||
activesupport (= 7.1.3.4)
|
activesupport (= 8.0.0.alpha)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.8.0)
|
||||||
net-imap
|
actionmailer (8.0.0.alpha)
|
||||||
net-pop
|
actionpack (= 8.0.0.alpha)
|
||||||
net-smtp
|
actionview (= 8.0.0.alpha)
|
||||||
actionmailer (7.1.3.4)
|
activejob (= 8.0.0.alpha)
|
||||||
actionpack (= 7.1.3.4)
|
activesupport (= 8.0.0.alpha)
|
||||||
actionview (= 7.1.3.4)
|
mail (>= 2.8.0)
|
||||||
activejob (= 7.1.3.4)
|
|
||||||
activesupport (= 7.1.3.4)
|
|
||||||
mail (~> 2.5, >= 2.5.4)
|
|
||||||
net-imap
|
|
||||||
net-pop
|
|
||||||
net-smtp
|
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
actionpack (7.1.3.4)
|
actionpack (8.0.0.alpha)
|
||||||
actionview (= 7.1.3.4)
|
actionview (= 8.0.0.alpha)
|
||||||
activesupport (= 7.1.3.4)
|
activesupport (= 8.0.0.alpha)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
racc
|
racc
|
||||||
rack (>= 2.2.4)
|
rack (>= 2.2.4)
|
||||||
@@ -39,62 +33,63 @@ GIT
|
|||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
actiontext (7.1.3.4)
|
useragent (~> 0.16)
|
||||||
actionpack (= 7.1.3.4)
|
actiontext (8.0.0.alpha)
|
||||||
activerecord (= 7.1.3.4)
|
actionpack (= 8.0.0.alpha)
|
||||||
activestorage (= 7.1.3.4)
|
activerecord (= 8.0.0.alpha)
|
||||||
activesupport (= 7.1.3.4)
|
activestorage (= 8.0.0.alpha)
|
||||||
|
activesupport (= 8.0.0.alpha)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (7.1.3.4)
|
actionview (8.0.0.alpha)
|
||||||
activesupport (= 7.1.3.4)
|
activesupport (= 8.0.0.alpha)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.11)
|
erubi (~> 1.11)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
activejob (7.1.3.4)
|
activejob (8.0.0.alpha)
|
||||||
activesupport (= 7.1.3.4)
|
activesupport (= 8.0.0.alpha)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (7.1.3.4)
|
activemodel (8.0.0.alpha)
|
||||||
activesupport (= 7.1.3.4)
|
activesupport (= 8.0.0.alpha)
|
||||||
activerecord (7.1.3.4)
|
activerecord (8.0.0.alpha)
|
||||||
activemodel (= 7.1.3.4)
|
activemodel (= 8.0.0.alpha)
|
||||||
activesupport (= 7.1.3.4)
|
activesupport (= 8.0.0.alpha)
|
||||||
timeout (>= 0.4.0)
|
timeout (>= 0.4.0)
|
||||||
activestorage (7.1.3.4)
|
activestorage (8.0.0.alpha)
|
||||||
actionpack (= 7.1.3.4)
|
actionpack (= 8.0.0.alpha)
|
||||||
activejob (= 7.1.3.4)
|
activejob (= 8.0.0.alpha)
|
||||||
activerecord (= 7.1.3.4)
|
activerecord (= 8.0.0.alpha)
|
||||||
activesupport (= 7.1.3.4)
|
activesupport (= 8.0.0.alpha)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
activesupport (7.1.3.4)
|
activesupport (8.0.0.alpha)
|
||||||
base64
|
base64
|
||||||
bigdecimal
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
||||||
connection_pool (>= 2.2.5)
|
connection_pool (>= 2.2.5)
|
||||||
drb
|
drb
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
|
logger
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
mutex_m
|
tzinfo (~> 2.0, >= 2.0.5)
|
||||||
tzinfo (~> 2.0)
|
rails (8.0.0.alpha)
|
||||||
rails (7.1.3.4)
|
actioncable (= 8.0.0.alpha)
|
||||||
actioncable (= 7.1.3.4)
|
actionmailbox (= 8.0.0.alpha)
|
||||||
actionmailbox (= 7.1.3.4)
|
actionmailer (= 8.0.0.alpha)
|
||||||
actionmailer (= 7.1.3.4)
|
actionpack (= 8.0.0.alpha)
|
||||||
actionpack (= 7.1.3.4)
|
actiontext (= 8.0.0.alpha)
|
||||||
actiontext (= 7.1.3.4)
|
actionview (= 8.0.0.alpha)
|
||||||
actionview (= 7.1.3.4)
|
activejob (= 8.0.0.alpha)
|
||||||
activejob (= 7.1.3.4)
|
activemodel (= 8.0.0.alpha)
|
||||||
activemodel (= 7.1.3.4)
|
activerecord (= 8.0.0.alpha)
|
||||||
activerecord (= 7.1.3.4)
|
activestorage (= 8.0.0.alpha)
|
||||||
activestorage (= 7.1.3.4)
|
activesupport (= 8.0.0.alpha)
|
||||||
activesupport (= 7.1.3.4)
|
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 7.1.3.4)
|
railties (= 8.0.0.alpha)
|
||||||
railties (7.1.3.4)
|
railties (8.0.0.alpha)
|
||||||
actionpack (= 7.1.3.4)
|
actionpack (= 8.0.0.alpha)
|
||||||
activesupport (= 7.1.3.4)
|
activesupport (= 8.0.0.alpha)
|
||||||
irb
|
irb (~> 1.13)
|
||||||
rackup (>= 1.0.0)
|
rackup (>= 1.0.0)
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
thor (~> 1.0, >= 1.2.2)
|
thor (~> 1.0, >= 1.2.2)
|
||||||
@@ -105,9 +100,10 @@ GEM
|
|||||||
specs:
|
specs:
|
||||||
addressable (2.8.7)
|
addressable (2.8.7)
|
||||||
public_suffix (>= 2.0.2, < 7.0)
|
public_suffix (>= 2.0.2, < 7.0)
|
||||||
|
ast (2.4.2)
|
||||||
base64 (0.2.0)
|
base64 (0.2.0)
|
||||||
|
bcrypt (3.1.20)
|
||||||
bigdecimal (3.1.8)
|
bigdecimal (3.1.8)
|
||||||
bindex (0.8.1)
|
|
||||||
bootsnap (1.18.3)
|
bootsnap (1.18.3)
|
||||||
msgpack (~> 1.2)
|
msgpack (~> 1.2)
|
||||||
builder (3.3.0)
|
builder (3.3.0)
|
||||||
@@ -124,9 +120,6 @@ GEM
|
|||||||
connection_pool (2.4.1)
|
connection_pool (2.4.1)
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
date (3.3.4)
|
date (3.3.4)
|
||||||
debug (1.9.2)
|
|
||||||
irb (~> 1.10)
|
|
||||||
reline (>= 0.3.8)
|
|
||||||
drb (2.2.1)
|
drb (2.2.1)
|
||||||
erubi (1.13.0)
|
erubi (1.13.0)
|
||||||
globalid (1.2.1)
|
globalid (1.2.1)
|
||||||
@@ -141,9 +134,8 @@ GEM
|
|||||||
irb (1.13.2)
|
irb (1.13.2)
|
||||||
rdoc (>= 4.0.0)
|
rdoc (>= 4.0.0)
|
||||||
reline (>= 0.4.2)
|
reline (>= 0.4.2)
|
||||||
jbuilder (2.12.0)
|
json (2.7.2)
|
||||||
actionview (>= 5.0.0)
|
language_server-protocol (3.17.0.3)
|
||||||
activesupport (>= 5.0.0)
|
|
||||||
logger (1.6.0)
|
logger (1.6.0)
|
||||||
loofah (2.22.0)
|
loofah (2.22.0)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
@@ -158,7 +150,6 @@ GEM
|
|||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
minitest (5.24.0)
|
minitest (5.24.0)
|
||||||
msgpack (1.7.2)
|
msgpack (1.7.2)
|
||||||
mutex_m (0.2.0)
|
|
||||||
net-imap (0.4.13)
|
net-imap (0.4.13)
|
||||||
date
|
date
|
||||||
net-protocol
|
net-protocol
|
||||||
@@ -180,6 +171,11 @@ GEM
|
|||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.16.6-x86_64-linux)
|
nokogiri (1.16.6-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
|
parallel (1.25.1)
|
||||||
|
parser (3.3.3.0)
|
||||||
|
ast (~> 2.4.1)
|
||||||
|
racc
|
||||||
|
pg (1.5.6)
|
||||||
propshaft (0.9.0)
|
propshaft (0.9.0)
|
||||||
actionpack (>= 7.0.0)
|
actionpack (>= 7.0.0)
|
||||||
activesupport (>= 7.0.0)
|
activesupport (>= 7.0.0)
|
||||||
@@ -206,18 +202,45 @@ GEM
|
|||||||
rails-html-sanitizer (1.6.0)
|
rails-html-sanitizer (1.6.0)
|
||||||
loofah (~> 2.21)
|
loofah (~> 2.21)
|
||||||
nokogiri (~> 1.14)
|
nokogiri (~> 1.14)
|
||||||
|
rainbow (3.1.1)
|
||||||
rake (13.2.1)
|
rake (13.2.1)
|
||||||
rdoc (6.7.0)
|
rdoc (6.7.0)
|
||||||
psych (>= 4.0.0)
|
psych (>= 4.0.0)
|
||||||
redis (5.2.0)
|
|
||||||
redis-client (>= 0.22.0)
|
|
||||||
redis-client (0.22.2)
|
|
||||||
connection_pool
|
|
||||||
regexp_parser (2.9.2)
|
regexp_parser (2.9.2)
|
||||||
reline (0.5.9)
|
reline (0.5.9)
|
||||||
io-console (~> 0.5)
|
io-console (~> 0.5)
|
||||||
rexml (3.3.0)
|
rexml (3.3.0)
|
||||||
strscan
|
strscan
|
||||||
|
rubocop (1.64.1)
|
||||||
|
json (~> 2.3)
|
||||||
|
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)
|
||||||
|
rubocop-ast (1.31.3)
|
||||||
|
parser (>= 3.3.1.0)
|
||||||
|
rubocop-minitest (0.35.0)
|
||||||
|
rubocop (>= 1.61, < 2.0)
|
||||||
|
rubocop-ast (>= 1.31.1, < 2.0)
|
||||||
|
rubocop-performance (1.21.1)
|
||||||
|
rubocop (>= 1.48.1, < 2.0)
|
||||||
|
rubocop-ast (>= 1.31.1, < 2.0)
|
||||||
|
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)
|
||||||
rubyzip (2.3.2)
|
rubyzip (2.3.2)
|
||||||
selenium-webdriver (4.22.0)
|
selenium-webdriver (4.22.0)
|
||||||
base64 (~> 0.2)
|
base64 (~> 0.2)
|
||||||
@@ -247,11 +270,8 @@ GEM
|
|||||||
railties (>= 6.0.0)
|
railties (>= 6.0.0)
|
||||||
tzinfo (2.0.6)
|
tzinfo (2.0.6)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
web-console (4.2.1)
|
unicode-display_width (2.5.0)
|
||||||
actionview (>= 6.0.0)
|
useragent (0.16.10)
|
||||||
activemodel (>= 6.0.0)
|
|
||||||
bindex (>= 0.4.0)
|
|
||||||
railties (>= 6.0.0)
|
|
||||||
webrick (1.8.1)
|
webrick (1.8.1)
|
||||||
websocket (1.2.10)
|
websocket (1.2.10)
|
||||||
websocket-driver (0.7.6)
|
websocket-driver (0.7.6)
|
||||||
@@ -278,21 +298,19 @@ PLATFORMS
|
|||||||
x86_64-linux-musl
|
x86_64-linux-musl
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
bcrypt (~> 3.1.7)
|
||||||
bootsnap
|
bootsnap
|
||||||
capybara
|
capybara
|
||||||
debug
|
|
||||||
importmap-rails
|
importmap-rails
|
||||||
jbuilder
|
pg (~> 1.1)
|
||||||
propshaft
|
propshaft
|
||||||
puma (>= 5.0)
|
puma (>= 5.0)
|
||||||
rails!
|
rails!
|
||||||
redis (>= 4.0.1)
|
rubocop-rails-omakase
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
sqlite3 (>= 1.4)
|
sqlite3 (>= 2.0)
|
||||||
stimulus-rails
|
stimulus-rails
|
||||||
turbo-rails
|
turbo-rails
|
||||||
tzinfo-data
|
|
||||||
web-console
|
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.3.3p89
|
ruby 3.3.3p89
|
||||||
|
|||||||
Reference in New Issue
Block a user