Skip to content

Commit

Permalink
bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icebaker committed Dec 15, 2023
1 parent 7570888 commit 4fce9bb
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ gem 'rackup', '~> 2.1'

gem 'puma', '~> 6.4'
gem 'rack-attack', '~> 6.7'
gem 'roda', '~> 3.74'
gem 'roda', '~> 3.75'

gem 'concurrent-ruby', '~> 1.2', '>= 1.2.2'

gem 'newrelic_rpm', '~> 9.6'

gem 'nano-bots', '~> 1.1', '>= 1.1.1'
gem 'nano-bots', '~> 1.2'

group :test, :development do
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
Expand Down
36 changes: 30 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
babosa (2.0.0)
base64 (0.2.0)
Expand All @@ -17,18 +19,33 @@ GEM
multipart-post (~> 2)
faraday-net_http (3.0.2)
ffi (1.16.3)
gemini-ai (1.0.0)
event_stream_parser (~> 1.0)
faraday (~> 2.7, >= 2.7.12)
googleauth (~> 1.9, >= 1.9.1)
google-cloud-env (2.1.0)
faraday (>= 1.0, < 3.a)
googleauth (1.9.1)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.1)
jwt (>= 1.4, < 3.0)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
json (2.7.1)
jwt (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)
multi_json (1.15.0)
multipart-post (2.3.0)
nano-bots (1.1.1)
nano-bots (1.2.0)
babosa (~> 2.0)
concurrent-ruby (~> 1.2, >= 1.2.2)
dotenv (~> 2.8, >= 2.8.1)
faraday (~> 2.7, >= 2.7.12)
gemini-ai (~> 1.0)
pry (~> 0.14.2)
rainbow (~> 3.1, >= 3.1.1)
rbnacl (~> 7.1, >= 7.1.1)
Expand All @@ -37,6 +54,7 @@ GEM
newrelic_rpm (9.6.0)
base64
nio4r (2.7.0)
os (1.1.4)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand All @@ -47,6 +65,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.4)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.3)
Expand All @@ -68,9 +87,9 @@ GEM
rerun (0.14.0)
listen (~> 3.0)
rexml (3.2.6)
roda (3.74.0)
roda (3.75.0)
rack
rubocop (1.58.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -89,6 +108,11 @@ GEM
faraday-multipart (>= 1)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
signet (0.18.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
sweet-moon (0.0.7)
ffi (~> 1.15, >= 1.15.5)
unicode-display_width (2.5.0)
Expand All @@ -100,7 +124,7 @@ PLATFORMS
DEPENDENCIES
concurrent-ruby (~> 1.2, >= 1.2.2)
dotenv (~> 2.8, >= 2.8.1)
nano-bots (~> 1.1, >= 1.1.1)
nano-bots (~> 1.2)
newrelic_rpm (~> 9.6)
pry-byebug (~> 3.10, >= 3.10.1)
puma (~> 6.4)
Expand All @@ -109,7 +133,7 @@ DEPENDENCIES
rack-cors (~> 2.0, >= 2.0.1)
rackup (~> 2.1)
rerun (~> 0.14.0)
roda (~> 3.74)
roda (~> 3.75)
rubocop (~> 1.58)

RUBY VERSION
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.6',
version: '1.1.0',
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 4fce9bb

Please sign in to comment.