bundle update
This commit is contained in:
@@ -6,11 +6,10 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
|||||||
ruby "3.1.1"
|
ruby "3.1.1"
|
||||||
|
|
||||||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
||||||
gem "rails", "~> 7.0.0"
|
gem "rails", "~> 7.0.2", ">= 7.0.2.2"
|
||||||
# gem "rails", github: "rails/rails", branch: "7-0-stable"
|
|
||||||
|
|
||||||
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
|
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
|
||||||
gem "sprockets-rails", ">= 3.4.1"
|
gem "sprockets-rails"
|
||||||
|
|
||||||
# Use postgresql as the database for Active Record
|
# Use postgresql as the database for Active Record
|
||||||
gem "pg", "~> 1.3"
|
gem "pg", "~> 1.3"
|
||||||
|
|||||||
+6
-6
@@ -141,14 +141,14 @@ GEM
|
|||||||
net-protocol
|
net-protocol
|
||||||
timeout
|
timeout
|
||||||
nio4r (2.5.8)
|
nio4r (2.5.8)
|
||||||
nokogiri (1.13.1-aarch64-linux)
|
nokogiri (1.13.2-aarch64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.13.1-arm64-darwin)
|
nokogiri (1.13.2-arm64-darwin)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.13.1-x86_64-linux)
|
nokogiri (1.13.2-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
parallel (1.21.0)
|
parallel (1.21.0)
|
||||||
parser (3.1.0.0)
|
parser (3.1.1.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.3.2)
|
pg (1.3.2)
|
||||||
public_suffix (4.0.6)
|
public_suffix (4.0.6)
|
||||||
@@ -287,13 +287,13 @@ DEPENDENCIES
|
|||||||
pg (~> 1.3)
|
pg (~> 1.3)
|
||||||
puma (~> 5.6)
|
puma (~> 5.6)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (~> 7.0.0)
|
rails (~> 7.0.2, >= 7.0.2.2)
|
||||||
redis (~> 4.6)
|
redis (~> 4.6)
|
||||||
rspec-rails
|
rspec-rails
|
||||||
rubocop-rails
|
rubocop-rails
|
||||||
rubocop-rspec
|
rubocop-rspec
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
sprockets-rails (>= 3.4.1)
|
sprockets-rails
|
||||||
stimulus-rails
|
stimulus-rails
|
||||||
turbo-rails
|
turbo-rails
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
|
|||||||
Reference in New Issue
Block a user