Skip to content

Commit

Permalink
upgrading nano-bots
Browse files Browse the repository at this point in the history
  • Loading branch information
icebaker committed Dec 17, 2023
1 parent 318cae4 commit 0200575
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'concurrent-ruby', '~> 1.2', '>= 1.2.2'

gem 'newrelic_rpm', '~> 9.6'

gem 'nano-bots', '~> 2.1'
gem 'nano-bots', '~> 2.2'

group :test, :development do
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
multipart-post (~> 2)
faraday-net_http (3.0.2)
ffi (1.16.3)
gemini-ai (2.1.0)
gemini-ai (2.2.0)
event_stream_parser (~> 1.0)
faraday (~> 2.7, >= 2.7.12)
googleauth (~> 1.9, >= 1.9.1)
Expand All @@ -41,11 +41,11 @@ GEM
method_source (1.0.0)
multi_json (1.15.0)
multipart-post (2.3.0)
nano-bots (2.1.0)
nano-bots (2.2.0)
babosa (~> 2.0)
concurrent-ruby (~> 1.2, >= 1.2.2)
dotenv (~> 2.8, >= 2.8.1)
gemini-ai (~> 2.1)
gemini-ai (~> 2.2)
pry (~> 0.14.2)
rainbow (~> 3.1, >= 3.1.1)
rbnacl (~> 7.1, >= 7.1.1)
Expand Down Expand Up @@ -124,7 +124,7 @@ PLATFORMS
DEPENDENCIES
concurrent-ruby (~> 1.2, >= 1.2.2)
dotenv (~> 2.8, >= 2.8.1)
nano-bots (~> 2.1)
nano-bots (~> 2.2)
newrelic_rpm (~> 9.6)
pry-byebug (~> 3.10, >= 3.10.1)
puma (~> 6.4)
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.2.0',
version: '1.3.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 0200575

Please sign in to comment.