We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5018b70 commit 02267f8Copy full SHA for 02267f8
Gemfile
@@ -5,7 +5,7 @@ gemspec
5
rails_version = ENV["RAILS_VERSION"] == "edge" ? { github: "rails/rails" } : ENV["RAILS_VERSION"]
6
gem "actionpack", rails_version
7
gem "activesupport", rails_version
8
-gem "concurrent-ruby", "1.3.4"
+gem "concurrent-ruby", "1.3.5"
9
10
graphql_version = ENV["GRAPHQL_VERSION"] == "edge" ? { github: "rmosolgo/graphql-ruby", ref: "interpreter-without-legacy" } : ENV["GRAPHQL_VERSION"]
11
gem "graphql", graphql_version
0 commit comments