Skip to content

Commit cdfd0a8

Browse files
committed
bump minimum versions
1 parent e44773f commit cdfd0a8

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins:
44
- rubocop-rspec
55

66
AllCops:
7-
TargetRubyVersion: 3.0
7+
TargetRubyVersion: 3.1
88
Include:
99
- lib/**/*.rb
1010
- spec/**/*.rb

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LaunchDarkly overview
2727
Supported Ruby versions
2828
-----------------------
2929

30-
This version of the library has a minimum Ruby version of 3.0.0, or 9.4.0 for JRuby.
30+
This version of the library has a minimum Ruby version of 3.1.0, or 9.4.0 for JRuby.
3131

3232
Getting started
3333
-----------

examples/chatbot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We've built a simple console application that demonstrates how LaunchDarkly's Ru
44

55
Below, you'll find the build procedure. For more comprehensive instructions, you can visit your [Quickstart page](https://docs.launchdarkly.com/home/ai-configs/quickstart) or the [Ruby reference guide](https://docs.launchdarkly.com/sdk/ai/ruby).
66

7-
This demo requires Ruby 3.0 or higher.
7+
This demo requires Ruby 3.1 or higher.
88

99
## Build Instructions
1010

examples/chatbot/aws-bedrock/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
ruby '>= 3.0.0'
5+
ruby '>= 3.1.0'
66

77
gem 'aws-sdk-bedrockruntime', '~> 1.0'
88
gem 'launchdarkly-server-sdk-ai', path: '../../..'

examples/chatbot/openai/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
ruby '>= 3.0.0'
5+
ruby '>= 3.1.0'
66

77
gem 'launchdarkly-server-sdk-ai', path: '../../..'
88
gem 'openai', '~> 0.7.0'

0 commit comments

Comments
 (0)