From 22dd2c36f73efa30b1f7b197ca618574dbd13ad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 19:43:26 +0000 Subject: [PATCH] Bump rack from 2.2.3 to 2.2.6.3 Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.6.3. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.2.3...v2.2.6.3) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 124 +++++++++++++++++++++++++-------------------------- Gemfile.lock | 4 +- 2 files changed, 64 insertions(+), 64 deletions(-) diff --git a/Gemfile b/Gemfile index 8f19ff4..ae95c24 100644 --- a/Gemfile +++ b/Gemfile @@ -1,62 +1,62 @@ -source 'https://rubygems.org' -ruby "2.7.1" - -# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 6.1.3' -#'>= 5.0.0.beta1.1', '< 5.1' -# gem 'rails', github: "rails/rails", ref: "dbf67b3a6f549769c5f581b70bc0c0d880d5d5d1" -# Use postgresql as the database for Active Record -# gem 'pg', '= 1.2.3' -# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -# gem 'jbuilder', '~> 2.0' -# Use Puma as the app server -gem 'puma' - -gem 'awesome_print' - -gem 'active_model_serializers', '~> 0.10.0'#, :git => "git://github.com/rails-api/active_model_serializers" - -gem 'fog-aws' - -gem 'mime-types', '~> 3.3.1' - -gem 'sucker_punch', '~> 2.1.2' - -gem 'friendly_id', '~> 5.1.0' - -gem 'carrierwave' - -# for basic search functionality -gem 'ransack', '~> 2.3.2' - -# Use ActiveModel has_secure_password -# gem 'bcrypt', '~> 3.1.7' - -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - -# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible -gem 'rack-cors' - -gem 'rack', '~> 2.2.3' - -# gem 'rails_12factor', group: :production - -group :development, :test do - # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' - gem 'pry' -end - -group :development do - # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring - gem 'spring' - # Pretty DB diagrams - gem "rails-erd" -end -group :production do - gem 'pg', '1.2.3' - gem 'rails_12factor' -end -# Windows does not include zoneinfo files, so bundle the tzinfo-data gem -gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] +source 'https://rubygems.org' +ruby "2.7.1" + +# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' +gem 'rails', '~> 6.1.3' +#'>= 5.0.0.beta1.1', '< 5.1' +# gem 'rails', github: "rails/rails", ref: "dbf67b3a6f549769c5f581b70bc0c0d880d5d5d1" +# Use postgresql as the database for Active Record +# gem 'pg', '= 1.2.3' +# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder +# gem 'jbuilder', '~> 2.0' +# Use Puma as the app server +gem 'puma' + +gem 'awesome_print' + +gem 'active_model_serializers', '~> 0.10.0'#, :git => "git://github.com/rails-api/active_model_serializers" + +gem 'fog-aws' + +gem 'mime-types', '~> 3.3.1' + +gem 'sucker_punch', '~> 2.1.2' + +gem 'friendly_id', '~> 5.1.0' + +gem 'carrierwave' + +# for basic search functionality +gem 'ransack', '~> 2.3.2' + +# Use ActiveModel has_secure_password +# gem 'bcrypt', '~> 3.1.7' + +# Use Capistrano for deployment +# gem 'capistrano-rails', group: :development + +# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible +gem 'rack-cors' + +gem 'rack', '~> 2.2.6' + +# gem 'rails_12factor', group: :production + +group :development, :test do + # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem 'byebug' + gem 'pry' +end + +group :development do + # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring + gem 'spring' + # Pretty DB diagrams + gem "rails-erd" +end +group :production do + gem 'pg', '1.2.3' + gem 'rails_12factor' +end +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/Gemfile.lock b/Gemfile.lock index c0dcd6e..3d01a8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -148,7 +148,7 @@ GEM puma (5.2.2) nio4r (~> 2.0) racc (1.5.2) - rack (2.2.3) + rack (2.2.6.3) rack-cors (1.1.1) rack (>= 2.0.0) rack-test (1.1.0) @@ -236,7 +236,7 @@ DEPENDENCIES pg (= 1.2.3) pry puma - rack (~> 2.2.3) + rack (~> 2.2.6) rack-cors rails (~> 6.1.3) rails-erd