Skip to content

Commit 02267f8

Browse files
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](ruby-concurrency/concurrent-ruby@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] <[email protected]>
1 parent 5018b70 commit 02267f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gemspec
55
rails_version = ENV["RAILS_VERSION"] == "edge" ? { github: "rails/rails" } : ENV["RAILS_VERSION"]
66
gem "actionpack", rails_version
77
gem "activesupport", rails_version
8-
gem "concurrent-ruby", "1.3.4"
8+
gem "concurrent-ruby", "1.3.5"
99

1010
graphql_version = ENV["GRAPHQL_VERSION"] == "edge" ? { github: "rmosolgo/graphql-ruby", ref: "interpreter-without-legacy" } : ENV["GRAPHQL_VERSION"]
1111
gem "graphql", graphql_version

0 commit comments

Comments
 (0)