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 7, 2023
1 parent 0505b29 commit 2943f17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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', '~> 1.0.1'
gem 'nano-bots', '~> 1.1'

group :test, :development do
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ GEM
multipart-post (~> 2)
faraday-net_http (3.0.2)
ffi (1.16.3)
json (2.7.0)
json (2.7.1)
language_server-protocol (3.17.0.3)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
method_source (1.0.0)
multipart-post (2.3.0)
nano-bots (1.0.1)
nano-bots (1.1.0)
babosa (~> 2.0)
concurrent-ruby (~> 1.2, >= 1.2.2)
dotenv (~> 2.8, >= 2.8.1)
faraday (~> 2.7, >= 2.7.12)
pry (~> 0.14.2)
rainbow (~> 3.1, >= 3.1.1)
rbnacl (~> 7.1, >= 7.1.1)
ruby-openai (~> 6.3)
ruby-openai (~> 6.3, >= 6.3.1)
sweet-moon (~> 0.0.7)
newrelic_rpm (9.6.0)
base64
Expand Down Expand Up @@ -64,7 +64,7 @@ GEM
ffi (~> 1.0)
rbnacl (7.1.1)
ffi
regexp_parser (2.8.2)
regexp_parser (2.8.3)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.2.6)
Expand All @@ -83,7 +83,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
ruby-openai (6.3.0)
ruby-openai (6.3.1)
event_stream_parser (>= 0.3.0, < 2.0.0)
faraday (>= 1)
faraday-multipart (>= 1)
Expand All @@ -100,7 +100,7 @@ PLATFORMS
DEPENDENCIES
concurrent-ruby (~> 1.2, >= 1.2.2)
dotenv (~> 2.8, >= 2.8.1)
nano-bots (~> 1.0.1)
nano-bots (~> 1.1)
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 @@ -2,7 +2,7 @@

API = {
project: 'Nano Bots API',
version: '1.0.4',
version: '1.0.5',
documentation: 'https://spec.nbots.io',
'live-editor': 'https://clinic.nbots.io',
github: 'https://github.com/icebaker/nano-bots-api'
Expand Down

0 comments on commit 2943f17

Please sign in to comment.