From 16100c4b2f0f245dc99cd374c280ceedfd420dd4 Mon Sep 17 00:00:00 2001 From: Yatish Mehta Date: Mon, 13 May 2024 23:12:39 -0700 Subject: [PATCH] Updated the Gemfile with latest Gems --- Gemfile | 46 +++++++++++++++++++++++----------------------- Gemfile.lock | 46 +++++++++++++++++++++++----------------------- 2 files changed, 46 insertions(+), 46 deletions(-) diff --git a/Gemfile b/Gemfile index a6fd4bd..4f237ab 100644 --- a/Gemfile +++ b/Gemfile @@ -2,36 +2,36 @@ source "https://rubygems.org" ruby "3.3.1" -gem "bootsnap", require: false -gem "jbuilder" -gem "pg", "~> 1.1" -gem "puma", ">= 5.0" -gem "rails", "~> 7.1.3", ">= 7.1.3.2" +gem "bootsnap", "~> 1.18", ">= 1.18.3", require: false +gem "jbuilder", "~> 2.12" +gem "pg", "~> 1.5", ">= 1.5.6" +gem "puma", "~> 6.4", ">= 6.4.2" +gem "rails", "~> 7.1", ">= 7.1.3.2" gem "solid_queue", "~> 0.3.0" -gem "stimulus-rails" -gem "turbo-rails" -gem "tzinfo-data", platforms: %i[windows jruby] -gem "vite_rails", "~> 3.0" +gem "stimulus-rails", "~> 1.3", ">= 1.3.3" +gem "turbo-rails", "~> 2.0", ">= 2.0.5" +gem "tzinfo-data", "~> 1.2024", ">= 1.2024.1", platforms: %i[windows jruby] +gem "vite_rails", "~> 3.0", ">= 3.0.17" group :development, :test do - gem "debug", platforms: %i[mri windows] - gem "dotenv", ">= 3.0" - gem "factory_bot_rails" - gem "rubocop-rails-omakase", require: false, group: [ :development ] - gem "minitest-reporters" + gem "debug", "~> 1.9", ">= 1.9.2", platforms: %i[mri windows] + gem "dotenv", "~> 3.1", ">= 3.1.2" + gem "factory_bot_rails", "~> 6.4", ">= 6.4.3" + gem "rubocop-rails-omakase", "~> 1.0", require: false, group: [ :development ] + gem "minitest-reporters", "~> 1.6", ">= 1.6.1" end group :development do gem "brakeman", require: false - gem "bundler-audit", require: false + gem "bundler-audit", "~> 0.9.1", require: false gem "erb_lint", "~> 0.5", require: false gem "foreman", "~> 0.88" - gem "colorize" - gem "letter_opener" - gem "rubocop", require: false - gem "rubocop-factory_bot", require: false - gem "rubocop-minitest", require: false - gem "rubocop-performance", require: false - gem "rubocop-rails", ">= 2.22.0", require: false - gem "web-console" + gem "colorize", "~> 1.1" + gem "letter_opener", "~> 1.10" + gem "rubocop", "~> 1.63", ">= 1.63.5", require: false + gem "rubocop-factory_bot", "~> 2.25", ">= 2.25.1", require: false + gem "rubocop-minitest", "~> 0.35.0", require: false + gem "rubocop-performance", "~> 1.21", require: false + gem "rubocop-rails", "~> 2.24", ">= 2.24.1", require: false + gem "web-console", "~> 4.2", ">= 4.2.1" end diff --git a/Gemfile.lock b/Gemfile.lock index 388dee2..e13ff7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -323,33 +323,33 @@ PLATFORMS x86_64-linux DEPENDENCIES - bootsnap + bootsnap (~> 1.18, >= 1.18.3) brakeman - bundler-audit - colorize - debug - dotenv (>= 3.0) + bundler-audit (~> 0.9.1) + colorize (~> 1.1) + debug (~> 1.9, >= 1.9.2) + dotenv (~> 3.1, >= 3.1.2) erb_lint (~> 0.5) - factory_bot_rails + factory_bot_rails (~> 6.4, >= 6.4.3) foreman (~> 0.88) - jbuilder - letter_opener - minitest-reporters - pg (~> 1.1) - puma (>= 5.0) - rails (~> 7.1.3, >= 7.1.3.2) - rubocop - rubocop-factory_bot - rubocop-minitest - rubocop-performance - rubocop-rails (>= 2.22.0) - rubocop-rails-omakase + jbuilder (~> 2.12) + letter_opener (~> 1.10) + minitest-reporters (~> 1.6, >= 1.6.1) + pg (~> 1.5, >= 1.5.6) + puma (~> 6.4, >= 6.4.2) + rails (~> 7.1, >= 7.1.3.2) + rubocop (~> 1.63, >= 1.63.5) + rubocop-factory_bot (~> 2.25, >= 2.25.1) + rubocop-minitest (~> 0.35.0) + rubocop-performance (~> 1.21) + rubocop-rails (~> 2.24, >= 2.24.1) + rubocop-rails-omakase (~> 1.0) solid_queue (~> 0.3.0) - stimulus-rails - turbo-rails - tzinfo-data - vite_rails (~> 3.0) - web-console + stimulus-rails (~> 1.3, >= 1.3.3) + turbo-rails (~> 2.0, >= 2.0.5) + tzinfo-data (~> 1.2024, >= 1.2024.1) + vite_rails (~> 3.0, >= 3.0.17) + web-console (~> 4.2, >= 4.2.1) RUBY VERSION ruby 3.3.1p55