Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 6-neural-networks/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source 'https://rubygems.org'

gem 'ruby-fann'
gem 'rake'
gem 'sinatra', '1.3.6'
gem 'sinatra', '2.2.0'
gem 'puma'
20 changes: 12 additions & 8 deletions 6-neural-networks/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.8)
puma (4.3.11)
nio4r (~> 2.0)
rack (1.6.12)
rack-protection (1.5.5)
rack (2.2.3)
rack-protection (2.2.0)
rack
rake (12.3.3)
ruby-fann (1.2.4)
sinatra (1.3.6)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
tilt (1.4.1)
ruby2_keywords (0.0.5)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
tilt (2.0.10)

PLATFORMS
ruby
Expand All @@ -22,4 +26,4 @@ DEPENDENCIES
puma
rake
ruby-fann
sinatra (= 1.3.6)
sinatra (= 2.2.0)