From 02267f881547cd684f2f4b31aaf7e4c1f4afb7d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 22:52:17 +0000 Subject: [PATCH] chore(deps): update concurrent-ruby requirement from 1.3.4 to 1.3.5 Updates the requirements on [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) to permit the latest version. - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases) - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: concurrent-ruby dependency-version: 1.3.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5b908a9..1bc913a 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gemspec rails_version = ENV["RAILS_VERSION"] == "edge" ? { github: "rails/rails" } : ENV["RAILS_VERSION"] gem "actionpack", rails_version gem "activesupport", rails_version -gem "concurrent-ruby", "1.3.4" +gem "concurrent-ruby", "1.3.5" graphql_version = ENV["GRAPHQL_VERSION"] == "edge" ? { github: "rmosolgo/graphql-ruby", ref: "interpreter-without-legacy" } : ENV["GRAPHQL_VERSION"] gem "graphql", graphql_version