Skip to content

Commit

Permalink
bump ir to account for ruby upgrade (#3868)
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo authored Jun 18, 2024
1 parent c8b81b0 commit 2610518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const V39_TO_V38_MIGRATION: IrMigration<
[GeneratorName.GO_MODEL]: GeneratorWasNeverUpdatedToConsumeNewIR,
[GeneratorName.GO_SDK]: GeneratorWasNeverUpdatedToConsumeNewIR,
[GeneratorName.RUBY_MODEL]: GeneratorWasNeverUpdatedToConsumeNewIR,
[GeneratorName.RUBY_SDK]: GeneratorWasNeverUpdatedToConsumeNewIR,
[GeneratorName.RUBY_SDK]: "0.7.0-rc0",
[GeneratorName.CSHARP_MODEL]: GeneratorWasNeverUpdatedToConsumeNewIR,
[GeneratorName.CSHARP_SDK]: GeneratorWasNeverUpdatedToConsumeNewIR
},
Expand Down

0 comments on commit 2610518

Please sign in to comment.