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