From 7570888c531ffec72ab3de414e888c1c20e15c93 Mon Sep 17 00:00:00 2001 From: icebaker Date: Thu, 7 Dec 2023 21:22:36 -0300 Subject: [PATCH] upgrading nano-bots --- Gemfile | 2 +- Gemfile.lock | 4 ++-- static/api.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5b16235..8f96845 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'concurrent-ruby', '~> 1.2', '>= 1.2.2' gem 'newrelic_rpm', '~> 9.6' -gem 'nano-bots', '~> 1.1' +gem 'nano-bots', '~> 1.1', '>= 1.1.1' group :test, :development do gem 'pry-byebug', '~> 3.10', '>= 3.10.1' diff --git a/Gemfile.lock b/Gemfile.lock index 9418fa9..e12bbbd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,7 +24,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) method_source (1.0.0) multipart-post (2.3.0) - nano-bots (1.1.0) + nano-bots (1.1.1) babosa (~> 2.0) concurrent-ruby (~> 1.2, >= 1.2.2) dotenv (~> 2.8, >= 2.8.1) @@ -100,7 +100,7 @@ PLATFORMS DEPENDENCIES concurrent-ruby (~> 1.2, >= 1.2.2) dotenv (~> 2.8, >= 2.8.1) - nano-bots (~> 1.1) + nano-bots (~> 1.1, >= 1.1.1) newrelic_rpm (~> 9.6) pry-byebug (~> 3.10, >= 3.10.1) puma (~> 6.4) diff --git a/static/api.rb b/static/api.rb index d4c01a1..5d7ea7b 100644 --- a/static/api.rb +++ b/static/api.rb @@ -2,7 +2,7 @@ API = { project: 'Nano Bots API', - version: '1.0.5', + version: '1.0.6', documentation: 'https://spec.nbots.io', 'live-editor': 'https://clinic.nbots.io', github: 'https://github.com/icebaker/nano-bots-api'