Skip to content

Commit 382fdbb

Browse files
committed
bump to 1.4.0
1 parent 23991ec commit 382fdbb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem 'concurrent-ruby', '~> 1.2', '>= 1.2.2'
1818

1919
gem 'newrelic_rpm', '~> 9.6'
2020

21-
gem 'nano-bots', '~> 2.4'
21+
gem 'nano-bots', '~> 2.4', '>= 2.4.1'
2222

2323
group :test, :development do
2424
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ GEM
4646
faraday (~> 2.8, >= 2.8.1)
4747
multi_json (1.15.0)
4848
multipart-post (2.3.0)
49-
nano-bots (2.4.0)
49+
nano-bots (2.4.1)
5050
babosa (~> 2.0)
5151
cohere-ai (~> 1.0, >= 1.0.1)
5252
concurrent-ruby (~> 1.2, >= 1.2.2)
@@ -131,7 +131,7 @@ PLATFORMS
131131
DEPENDENCIES
132132
concurrent-ruby (~> 1.2, >= 1.2.2)
133133
dotenv (~> 2.8, >= 2.8.1)
134-
nano-bots (~> 2.4)
134+
nano-bots (~> 2.4, >= 2.4.1)
135135
newrelic_rpm (~> 9.6)
136136
pry-byebug (~> 3.10, >= 3.10.1)
137137
puma (~> 6.4)

static/api.rb

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

55
API = {
66
project: 'Nano Bots API',
7-
version: '1.3.0',
7+
version: '1.4.0',
88
'nano-bots': { version: NanoBot.version, specification: NanoBot.specification },
99
documentation: 'https://spec.nbots.io',
1010
'live-editor': 'https://clinic.nbots.io',

0 commit comments

Comments
 (0)