Skip to content

Commit

Permalink
Merge branch 'release/1.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorv1316 committed Apr 24, 2024
2 parents c3146c8 + 7fa42e5 commit e755043
Show file tree
Hide file tree
Showing 48 changed files with 670 additions and 513 deletions.
18 changes: 9 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.2.2"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.8.1"
gem "rails", "~> 7.1.3"

# Use postgresql as the database for Active Record
gem "pg"
Expand Down Expand Up @@ -65,7 +65,7 @@ gem "react-rails", "2.6.2"
# Use SCSS for stylesheets
gem "sass-rails"

##--- gems for server & infra configuration ---##
# #--- gems for server & infra configuration ---##
gem "dotenv-rails"
gem "foreman"

Expand All @@ -82,13 +82,13 @@ gem "money"
gem "aws-sdk-s3", require: false

# Ransack gem for advanced searching
gem "ransack"
gem "ransack", "~> 4.1"

# For Soft deletion
gem "discard", "~> 1.2"

# Use newrelic for monitoring
gem "newrelic_rpm", "~> 8.4"
gem "newrelic_rpm", "~> 9.8.0"

# Role management library with resource scoping
gem "rolify", "~> 6.0"
Expand All @@ -115,7 +115,7 @@ gem "active_interaction"
gem "stripe"

# Background job processing adapter
gem "sidekiq", "<8"
gem "sidekiq", "~> 7.2"

# job scheduler extension for Sidekiq
gem "sidekiq-scheduler"
Expand Down Expand Up @@ -155,7 +155,7 @@ group :development, :test, :ci do
gem "rubocop-rspec", require: false

# Use RSpec as the testing framework
gem "rspec-rails", "~> 5.0", ">= 5.0.2"
gem "rspec-rails", "~> 6.1"

# For linting ERB files
gem "erb_lint", require: false, git: "https://github.com/Shopify/erb-lint.git", branch: "main"
Expand All @@ -174,7 +174,7 @@ group :development, :test, :ci do
gem "rails-controller-testing", "~> 1.0", ">= 1.0.5"

# help to kill N+1 queries and unused eager loading. https://github.com/flyerhzm/bullet
gem "bullet"
gem "bullet", "~> 7.1"

# To record response of outgoing API calls
gem "vcr", "~> 6.1"
Expand Down Expand Up @@ -209,7 +209,7 @@ group :test, :ci do
# Strategies for cleaning databases in Ruby.
gem "database_cleaner", "~> 2.0"
gem "hash_dot"
gem "rspec-sidekiq"
gem "rspec-sidekiq", git: "https://github.com/wspurgin/rspec-sidekiq", branch: "main"

gem "rspec-buildkite"
gem "rspec-retry"
Expand All @@ -225,7 +225,7 @@ gem "strong_migrations"

# Error tracking: https://docs.sentry.io/platforms/ruby/guides/rails/
gem "sentry-rails"
gem "sentry-ruby"
gem "sentry-ruby", "~> 5.17"

# https://github.com/grosser/parallel_tests
gem "parallel_tests", group: [:development, :test]
Expand Down
Loading

0 comments on commit e755043

Please sign in to comment.