mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: update rails and puma
This commit is contained in:
parent
ed8e621333
commit
55601020a0
2 changed files with 6 additions and 6 deletions
6
Gemfile
6
Gemfile
|
|
@ -7,13 +7,13 @@ git_source(:github) do |repo_name|
|
|||
end
|
||||
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem "rails", "~> 7.1.0"
|
||||
gem "rails", "~> 7.1.2"
|
||||
gem "sprockets-rails"
|
||||
|
||||
gem "pg"
|
||||
|
||||
# Use Puma as the app server
|
||||
gem "puma", ">= 5.6.4"
|
||||
gem "puma", ">= 6.4.0"
|
||||
# Use Uglifier as compressor for JavaScript assets
|
||||
# gem "uglifier", ">= 1.3.0"
|
||||
# See https://github.com/rails/execjs#readme for more supported runtimes
|
||||
|
|
@ -26,7 +26,7 @@ gem "puma", ">= 5.6.4"
|
|||
# Use ActiveModel has_secure_password
|
||||
# gem 'bcrypt', '~> 3.1.7'
|
||||
|
||||
gem "nokogiri", ">= 1.13.4"
|
||||
gem "nokogiri"
|
||||
|
||||
gem "bootsnap", require: false
|
||||
|
||||
|
|
|
|||
|
|
@ -485,13 +485,13 @@ DEPENDENCIES
|
|||
nested_scaffold
|
||||
net-sftp
|
||||
newrelic_rpm
|
||||
nokogiri (>= 1.13.4)
|
||||
nokogiri
|
||||
parallel_tests
|
||||
pg
|
||||
puma (>= 5.6.4)
|
||||
puma (>= 6.4.0)
|
||||
rack-livereload
|
||||
rack-mini-profiler
|
||||
rails (~> 7.1.0)
|
||||
rails (~> 7.1.2)
|
||||
rails-controller-testing
|
||||
rspec-rails (~> 6.0.3)
|
||||
rubocop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue