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 89e8230 commit b7c349dCopy full SHA for b7c349d
2 files changed
Appraisals
@@ -125,6 +125,7 @@ end
125
126
appraise "ruby-3-2" do
127
eval_gemfile "modular/x_std_libs/r3/libs.gemfile"
128
+ gem "json", "< 2.19"
129
eval_gemfile "modular/faraday_v2.gemfile"
130
eval_gemfile "modular/hashie_v5.gemfile"
131
eval_gemfile "modular/jwt_v2.gemfile"
gemfiles/ruby_3_2.gemfile
@@ -2,6 +2,8 @@
2
3
source "https://gem.coop"
4
5
+gem "json", "< 2.19"
6
+
7
gemspec path: "../"
8
9
eval_gemfile("modular/faraday_v2.gemfile")
0 commit comments