Skip to content

Commit b6cf4df

Browse files
chillaqHarness
authored andcommitted
update fme ruby sdk version (#100928)
* 12d4ce update fme ruby sdk version
1 parent 110451c commit b6cf4df

File tree

1 file changed

+2
-2
lines changed
  • docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks

1 file changed

+2
-2
lines changed

docs/feature-management-experimentation/sdks-and-infrastructure/server-side-sdks/ruby-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ Older SDK versions will return the control treatment for flags using rule-based
2626
<TabItem value="Ruby">
2727

2828
```ruby
29-
gem install splitclient-rb -v '~> 8.10.0'
29+
gem install splitclient-rb -v '~> 8.10.1'
3030
```
3131

3232
</TabItem>
3333
<TabItem value="JRuby">
3434

3535
```ruby
36-
gem install splitclient-rb -v '~> 8.10.0'
36+
gem install splitclient-rb -v '~> 8.10.1'
3737
```
3838

3939
</TabItem>

0 commit comments

Comments
 (0)