Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the minor-and-patch group across 1 directory with 75 updates #4913

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
42 changes: 21 additions & 21 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'devise_saml_authenticatable'
gem 'omniauth-rails_csrf_protection'
gem "view_component"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 7.0"
gem "rails", "~> 7.1"
# Use Puma as the app server
gem "puma", "~> 6.4"
# Use SCSS for stylesheets
Expand All @@ -35,15 +35,15 @@ gem "terser"
# Use CoffeeScript for .coffee assets and views
gem "coffee-rails", "~> 5.0"
gem "select2-rails"
gem 'redcarpet', '~> 3.3', '>= 3.3.4'
gem 'redcarpet', '~> 3.6'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem "turbolinks", "~> 5"
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem "jbuilder", "~> 2.11"

gem "devise"

gem "commontator", "~> 7.0.0"
gem "commontator", "~> 7.0.1"

# To generate sitemap.xml
gem "sitemap_generator"
Expand Down Expand Up @@ -92,7 +92,7 @@ gem "http"

# Database

gem "pg", "~> 1.5.3"
gem "pg", "~> 1.5.6"

gem "meta-tags"

Expand All @@ -107,14 +107,14 @@ gem "font-awesome-sass", "~> 5.13.1"
gem "disposable_mail", github: 'CircuitVerse/disposable_email'
gem "flipper-redis"
gem "flipper-ui"
gem "friendly_id", "~> 5.4.2"
gem "friendly_id", "~> 5.5.1"
gem "inline_svg"
gem "jsonapi-serializer"
gem "jwt"
gem "rails-i18n", "~> 7.0.3"
gem "rails-i18n", "~> 7.0.9"
gem "recaptcha"
gem "simple_discussion", github: "CircuitVerse/simple_discussion"
gem "sprockets", "~> 4.1"
gem "sprockets", "~> 4.2"
gem "strong_migrations"
gem 'rails-data-migrations'

Expand All @@ -125,12 +125,12 @@ group :development, :test do
# Adds support for debug
gem "debug"
# Adds support for Capybara system testing and selenium driver
gem "coveralls_reborn", "~> 0.26.0", require: false
gem "coveralls_reborn", "~> 0.28.0", require: false
gem "erb_lint", require: false
gem "factory_bot_rails"
gem "faker"
gem "pry-rails"
gem "rspec-rails", "~> 6.0"
gem "rspec-rails", "~> 6.1"
gem "rubocop-performance", require: false
gem "rubocop-rails", require: false
gem "rubocop-rspec", require: false
Expand All @@ -140,7 +140,7 @@ group :development, :test do
end

group :test do
gem "capybara", "~> 3.39"
gem "capybara", "~> 3.40"
gem "json-schema"
gem "rspec_junit_formatter"
gem "selenium-webdriver"
Expand All @@ -154,7 +154,7 @@ end

group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem "listen", ">= 3.0.5", "< 3.9"
gem "listen", ">= 3.0.5", "< 3.10"
gem "web-console", ">= 3.3.0"
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem "rails-erd"
Expand All @@ -170,34 +170,34 @@ end
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

# mails
gem "premailer-rails", "~> 1.11", ">= 1.11.1"
gem "premailer-rails", "~> 1.12"

gem "bugsnag", "~> 6.24"
gem "bugsnag", "~> 6.26"

gem "invisible_captcha", "~> 2.0"
gem "invisible_captcha", "~> 2.3"

gem "newrelic_rpm", "~> 8.14"

gem "oj", "~> 3.15"
gem "oj", "~> 3.16"

gem "hairtrigger", "~> 0.2.25"

# Used for rate limiting
gem "rack-attack"

gem "jsbundling-rails", "~> 1.0"
gem "jsbundling-rails", "~> 1.3"

gem "sassc-rails"
gem "stimulus-rails", "~> 1.0"
gem "stimulus-rails", "~> 1.3"

gem "noticed", "~> 1.6"

# ActiveStorage AWS S3 + Variant Processing
gem "aws-sdk-s3", "~> 1.116"
gem "aws-sdk-s3", "~> 1.148"
gem "image_processing", "~> 1.12"
# Distributed Tracing OTEL ruby
gem "opentelemetry-sdk", "~> 1.2"
gem "opentelemetry-exporter-otlp", "~> 0.25.0"
gem "opentelemetry-sdk", "~> 1.4"
gem "opentelemetry-exporter-otlp", "~> 0.26.3"
gem "opentelemetry-instrumentation-active_job"
gem "opentelemetry-instrumentation-active_model_serializers"
gem "opentelemetry-instrumentation-active_record"
Expand All @@ -215,4 +215,4 @@ gem "opentelemetry-instrumentation-sidekiq"
gem "opentelemetry-instrumentation-action_pack"
gem "opentelemetry-instrumentation-action_view"

gem "maintenance_tasks", "~> 2.3"
gem "maintenance_tasks", "~> 2.7"