Skip to content

Commit

Permalink
bump to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icebaker committed May 19, 2024
1 parent c92262e commit d08918f
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 57 deletions.
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ ruby '3.2.2'

source 'https://rubygems.org'

gem 'dotenv', '~> 2.8', '>= 2.8.1'
gem 'dotenv', '~> 3.1', '>= 3.1.2'

gem 'rack', '~> 3.0', '>= 3.0.8'
gem 'rack-cors', '~> 2.0', '>= 2.0.1'
gem 'rack', '~> 3.0', '>= 3.0.11'
gem 'rack-cors', '~> 2.0', '>= 2.0.2'
gem 'rackup', '~> 2.1'

gem 'puma', '~> 6.4', '>= 6.4.2'
gem 'rack-attack', '~> 6.7'
gem 'roda', '~> 3.76'
gem 'roda', '~> 3.80'

gem 'concurrent-ruby', '~> 1.2', '>= 1.2.2'
gem 'concurrent-ruby', '~> 1.2', '>= 1.2.3'

gem 'newrelic_rpm', '~> 9.7'
gem 'newrelic_rpm', '~> 9.9'

gem 'nano-bots', '~> 3.0', '>= 3.0.1'
gem 'nano-bots', '~> 3.1'

group :test, :development do
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
gem 'rerun', '~> 0.14.0'
gem 'rubocop', '~> 1.59'
gem 'rubocop', '~> 1.63', '>= 1.63.5'
end
117 changes: 69 additions & 48 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,71 +5,88 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
babosa (2.0.0)
base64 (0.2.0)
byebug (11.1.3)
coderay (1.1.3)
cohere-ai (1.0.2)
cohere-ai (1.1.0)
faraday (~> 2.9)
concurrent-ruby (1.2.2)
dotenv (2.8.1)
faraday-typhoeus (~> 1.1)
concurrent-ruby (1.2.3)
dotenv (3.1.2)
ethon (0.16.0)
ffi (>= 1.15.0)
event_stream_parser (1.0.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.1.0)
net-http
faraday-typhoeus (1.1.0)
faraday (~> 2.0)
typhoeus (~> 1.4)
ffi (1.16.3)
gemini-ai (3.1.3)
gemini-ai (4.0.0)
event_stream_parser (~> 1.0)
faraday (~> 2.9)
faraday-typhoeus (~> 1.1)
googleauth (~> 1.8)
google-cloud-env (2.1.0)
typhoeus (~> 1.4, >= 1.4.1)
google-cloud-env (2.1.1)
faraday (>= 1.0, < 3.a)
googleauth (1.9.1)
googleauth (1.11.0)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.1)
jwt (>= 1.4, < 3.0)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
json (2.7.1)
jwt (2.7.1)
json (2.7.2)
jwt (2.8.1)
base64
language_server-protocol (3.17.0.3)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
maritaca-ai (1.0.1)
maritaca-ai (1.2.0)
event_stream_parser (~> 1.0)
faraday (~> 2.9)
method_source (1.0.0)
mistral-ai (1.1.2)
faraday-typhoeus (~> 1.1)
method_source (1.1.0)
mistral-ai (1.2.0)
event_stream_parser (~> 1.0)
faraday (~> 2.9)
faraday-typhoeus (~> 1.1)
multi_json (1.15.0)
multipart-post (2.3.0)
nano-bots (3.0.1)
multipart-post (2.4.1)
nano-bots (3.1.0)
babosa (~> 2.0)
cohere-ai (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.2, >= 1.2.2)
dotenv (~> 2.8, >= 2.8.1)
gemini-ai (~> 3.1, >= 3.1.3)
maritaca-ai (~> 1.0, >= 1.0.1)
mistral-ai (~> 1.1, >= 1.1.2)
ollama-ai (~> 1.0, >= 1.0.1)
cohere-ai (~> 1.1)
concurrent-ruby (~> 1.2, >= 1.2.3)
dotenv (~> 3.1, >= 3.1.2)
faraday (~> 2.9)
faraday-typhoeus (~> 1.1)
gemini-ai (~> 4.0)
maritaca-ai (~> 1.2)
mistral-ai (~> 1.2)
ollama-ai (~> 1.2, >= 1.2.1)
pry (~> 0.14.2)
rainbow (~> 3.1, >= 3.1.1)
rbnacl (~> 7.1, >= 7.1.1)
redcarpet (~> 3.6)
ruby-openai (~> 6.3, >= 6.3.1)
ruby-openai (~> 7.0, >= 7.0.1)
sweet-moon (~> 0.0.7)
typhoeus (~> 1.4, >= 1.4.1)
net-http (0.4.1)
uri
newrelic_rpm (9.7.0)
nio4r (2.7.0)
ollama-ai (1.0.1)
newrelic_rpm (9.9.0)
nio4r (2.7.3)
ollama-ai (1.2.1)
faraday (~> 2.9)
faraday-typhoeus (~> 1.1)
os (1.1.4)
parallel (1.24.0)
parser (3.3.0.2)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -78,56 +95,60 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.4)
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.0.8)
rack (3.0.11)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-cors (2.0.1)
rack-cors (2.0.2)
rack (>= 2.0.0)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbnacl (7.1.1)
ffi
redcarpet (3.6.0)
regexp_parser (2.9.0)
regexp_parser (2.9.2)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.2.6)
roda (3.76.0)
rexml (3.2.8)
strscan (>= 3.0.9)
roda (3.80.0)
rack
rubocop (1.59.0)
rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
ruby-openai (6.3.1)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-openai (7.0.1)
event_stream_parser (>= 0.3.0, < 2.0.0)
faraday (>= 1)
faraday-multipart (>= 1)
ruby-progressbar (1.13.0)
signet (0.18.0)
signet (0.19.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
strscan (3.1.0)
sweet-moon (0.0.7)
ffi (~> 1.15, >= 1.15.5)
typhoeus (1.4.1)
ethon (>= 0.9.0)
unicode-display_width (2.5.0)
uri (0.13.0)
webrick (1.8.1)
Expand All @@ -136,19 +157,19 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
concurrent-ruby (~> 1.2, >= 1.2.2)
dotenv (~> 2.8, >= 2.8.1)
nano-bots (~> 3.0, >= 3.0.1)
newrelic_rpm (~> 9.7)
concurrent-ruby (~> 1.2, >= 1.2.3)
dotenv (~> 3.1, >= 3.1.2)
nano-bots (~> 3.1)
newrelic_rpm (~> 9.9)
pry-byebug (~> 3.10, >= 3.10.1)
puma (~> 6.4, >= 6.4.2)
rack (~> 3.0, >= 3.0.8)
rack (~> 3.0, >= 3.0.11)
rack-attack (~> 6.7)
rack-cors (~> 2.0, >= 2.0.1)
rack-cors (~> 2.0, >= 2.0.2)
rackup (~> 2.1)
rerun (~> 0.14.0)
roda (~> 3.76)
rubocop (~> 1.59)
roda (~> 3.80)
rubocop (~> 1.63, >= 1.63.5)

RUBY VERSION
ruby 3.2.2p53
Expand Down
2 changes: 1 addition & 1 deletion static/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

API = {
project: 'Nano Bots API',
version: '1.6.0',
version: '1.7.0',
'nano-bots': { version: NanoBot.version, specification: NanoBot.specification },
documentation: 'https://spec.nbots.io',
'live-editor': 'https://clinic.nbots.io',
Expand Down

0 comments on commit d08918f

Please sign in to comment.