mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 01:10:39 -07:00
fix: patch security vulnerabilities
This commit is contained in:
parent
62beec8879
commit
6239fbe73c
4 changed files with 20 additions and 217 deletions
183
Gemfile
183
Gemfile
|
|
@ -6,7 +6,6 @@ git_source(:github) do |repo_name|
|
|||
"https://github.com/#{repo_name}.git"
|
||||
end
|
||||
|
||||
<<<<<<< HEAD
|
||||
gem "activerecord-import"
|
||||
gem "bcrypt_pbkdf"
|
||||
gem "bootsnap", require: false
|
||||
|
|
@ -34,6 +33,7 @@ gem "watir"
|
|||
group :development do
|
||||
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
|
||||
gem "brakeman"
|
||||
gem "bullet"
|
||||
gem "dexter"
|
||||
gem "erb_lint", require: false
|
||||
gem "erblint-github"
|
||||
|
|
@ -52,187 +52,6 @@ group :development do
|
|||
# gem "web-console"
|
||||
# gem 'reek', require: false
|
||||
end
|
||||
||||||| parent of 66fc8f9 (chore: add deprecated gems to gemfile because they will get removed from the ruby standard library in the next version. Also address security vulnerabilities)
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem "rails", "~> 7.1.3"
|
||||
gem "sprockets-rails"
|
||||
|
||||
gem "pg"
|
||||
|
||||
# Use Puma as the app server
|
||||
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
|
||||
# Use jquery as the JavaScript library
|
||||
gem "jquery-rails"
|
||||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
||||
gem "jbuilder", "~> 2.5"
|
||||
# Use Redis adapter to run Action Cable in production
|
||||
gem "redis", "~> 3.0"
|
||||
# Use ActiveModel has_secure_password
|
||||
# gem 'bcrypt', '~> 3.1.7'
|
||||
|
||||
gem "nokogiri"
|
||||
|
||||
gem "bootsnap", require: false
|
||||
|
||||
gem "haml"
|
||||
|
||||
gem "friendly_id", "~> 5.1.0"
|
||||
|
||||
gem "newrelic_rpm"
|
||||
|
||||
gem "devise", git: "https://github.com/heartcombo/devise"
|
||||
|
||||
gem "omniauth"
|
||||
|
||||
gem "activerecord-import"
|
||||
|
||||
gem "jsbundling-rails"
|
||||
|
||||
gem "cssbundling-rails"
|
||||
|
||||
gem "turbo-rails"
|
||||
|
||||
gem "stimulus-rails"
|
||||
|
||||
gem "watir"
|
||||
|
||||
gem "bcrypt_pbkdf"
|
||||
gem "ed25519"
|
||||
gem "net-sftp"
|
||||
|
||||
gem "standard_deviation"
|
||||
=======
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem "activerecord-import"
|
||||
gem "bcrypt_pbkdf"
|
||||
gem "bootsnap", require: false
|
||||
gem "cssbundling-rails"
|
||||
gem "devise", git: "https://github.com/heartcombo/devise"
|
||||
gem "ed25519"
|
||||
gem "friendly_id", "~> 5.1.0"
|
||||
gem "haml"
|
||||
gem "jbuilder", "~> 2.5"
|
||||
gem "jquery-rails"
|
||||
gem "jsbundling-rails"
|
||||
gem "logger"
|
||||
gem "net-sftp"
|
||||
gem "newrelic_rpm"
|
||||
gem "nokogiri"
|
||||
gem "omniauth"
|
||||
gem "ostruct"
|
||||
gem "pg"
|
||||
gem "puma", ">= 6.4.0"
|
||||
gem "rails", "~> 7.1.3"
|
||||
gem "redis", "~> 3.0"
|
||||
gem "sprockets-rails"
|
||||
gem "standard_deviation"
|
||||
gem "stimulus-rails"
|
||||
gem "turbo-rails"
|
||||
gem "uglifier", ">= 1.3.0"
|
||||
gem "watir"
|
||||
>>>>>>> 66fc8f9 (chore: add deprecated gems to gemfile because they will get removed from the ruby standard library in the next version. Also address security vulnerabilities)
|
||||
|
||||
group :development, :test do
|
||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||
gem "byebug", platform: :mri
|
||||
gem "dotenv-rails"
|
||||
gem "factory_bot_rails"
|
||||
gem "parallel_tests"
|
||||
gem "rack-mini-profiler"
|
||||
gem "rspec-rails", "~> 6.0.3"
|
||||
end
|
||||
|
||||
group :test do
|
||||
gem "capybara"
|
||||
gem "cuprite"
|
||||
gem "database_cleaner"
|
||||
gem "launchy"
|
||||
gem "rails-controller-testing"
|
||||
gem "simplecov", require: false
|
||||
# gem "timecop"
|
||||
end
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
|
||||
|
||||
# gem "reline", "~> 0.3.2"
|
||||
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
|
||||
# Use jquery as the JavaScript library
|
||||
gem "jquery-rails"
|
||||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
||||
gem "jbuilder", "~> 2.5"
|
||||
# Use Redis adapter to run Action Cable in production
|
||||
gem "redis", "~> 3.0"
|
||||
# Use ActiveModel has_secure_password
|
||||
# gem 'bcrypt', '~> 3.1.7'
|
||||
|
||||
gem "nokogiri"
|
||||
|
||||
gem "bootsnap", require: false
|
||||
|
||||
gem "haml"
|
||||
|
||||
gem "friendly_id", "~> 5.1.0"
|
||||
|
||||
gem "newrelic_rpm"
|
||||
|
||||
gem "devise", git: "https://github.com/heartcombo/devise"
|
||||
|
||||
gem "omniauth"
|
||||
|
||||
gem "activerecord-import"
|
||||
|
||||
gem "jsbundling-rails"
|
||||
|
||||
gem "cssbundling-rails"
|
||||
|
||||
gem "turbo-rails"
|
||||
|
||||
gem "stimulus-rails"
|
||||
|
||||
gem "watir"
|
||||
|
||||
gem "bcrypt_pbkdf"
|
||||
gem "ed25519"
|
||||
gem "net-sftp"
|
||||
|
||||
gem "standard_deviation"
|
||||
=======
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem "activerecord-import"
|
||||
gem "bcrypt_pbkdf"
|
||||
gem "bootsnap", require: false
|
||||
gem "cssbundling-rails"
|
||||
gem "devise", git: "https://github.com/heartcombo/devise"
|
||||
gem "ed25519"
|
||||
gem "friendly_id", "~> 5.1.0"
|
||||
gem "haml"
|
||||
gem "jbuilder", "~> 2.5"
|
||||
gem "jquery-rails"
|
||||
gem "jsbundling-rails"
|
||||
gem "logger"
|
||||
gem "net-sftp"
|
||||
gem "newrelic_rpm"
|
||||
gem "nokogiri"
|
||||
gem "omniauth"
|
||||
gem "ostruct"
|
||||
gem "pg"
|
||||
gem "puma", ">= 6.4.0"
|
||||
gem "rails", "~> 7.1.3"
|
||||
gem "redis", "~> 3.0"
|
||||
gem "sprockets-rails"
|
||||
gem "standard_deviation"
|
||||
gem "stimulus-rails"
|
||||
gem "turbo-rails"
|
||||
gem "uglifier", ">= 1.3.0"
|
||||
gem "watir"
|
||||
>>>>>>> 66fc8f9 (chore: add deprecated gems to gemfile because they will get removed from the ruby standard library in the next version. Also address security vulnerabilities)
|
||||
|
||||
group :development, :test do
|
||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue