Skip to content

Commit

Permalink
Adjust target ruby version from v3.3 to v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ksylvest committed Oct 30, 2024
1 parent 43e6091 commit 2542873
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ require:

AllCops:
NewCops: enable
TargetRubyVersion: 3.3

RSpec/SpecFilePathFormat:
CustomTransform:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.3.5
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
omniai-mistral (1.8.1)
omniai-mistral (1.9.0)
event_stream_parser
omniai
zeitwerk
Expand Down Expand Up @@ -45,12 +45,12 @@ GEM
http-cookie (1.0.7)
domain_name (~> 0.5)
http-form_data (2.3.0)
json (2.7.4)
json (2.7.5)
language_server-protocol (3.17.0.3)
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
omniai (1.8.4)
omniai (1.9.0)
event_stream_parser
http
zeitwerk
Expand All @@ -68,12 +68,12 @@ GEM
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
Expand All @@ -89,7 +89,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
rubocop-ast (1.33.0)
parser (>= 3.3.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
Expand All @@ -100,7 +100,7 @@ GEM
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
unicode-display_width (2.6.0)
webmock (3.24.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/omniai/mistral/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAI
module Mistral
VERSION = '1.8.1'
VERSION = '1.9.0'
end
end
2 changes: 1 addition & 1 deletion omniai-mistral.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.description = 'An implementation of OmniAI for Mistral'
spec.homepage = 'https://github.com/ksylvest/omniai-mistral'

spec.required_ruby_version = '>= 3.3.0'
spec.required_ruby_version = '>= 3.2.0'

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['changelog_uri'] = "#{spec.homepage}/releases"
Expand Down

0 comments on commit 2542873

Please sign in to comment.