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 1b537b0 commit f1068b9Copy full SHA for f1068b9
Gemfile
@@ -5,6 +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"
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