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

group :test, :development do
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
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.5',
version: '1.0.6',
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 7570888

Please sign in to comment.