Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cwise committed Feb 19, 2019
1 parent 284a38d commit b2b9cce
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,102 @@
GEM
remote: https://rubygems.org/
specs:
backports (3.11.4)
colorize (0.8.1)
diff-lcs (1.3)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
equatable (0.5.0)
faastruby (0.4.18)
colorize (~> 0.8)
faastruby-rpc (~> 0.2.1)
oj (~> 3.6)
puma (~> 3.12)
rest-client (~> 2.0)
rubyzip (~> 1.2)
sinatra (~> 2.0)
sinatra-contrib (~> 2.0)
tty-spinner (~> 0.8)
tty-table (~> 0.10)
faastruby-rpc (0.2.1)
oj (~> 3.6)
http-cookie (1.0.3)
domain_name (~> 0.5)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
multi_json (1.13.1)
mustermann (1.0.3)
necromancer (0.4.0)
netrc (0.11.0)
oj (3.7.9)
pastel (0.7.2)
equatable (~> 0.5.0)
tty-color (~> 0.4.0)
puma (3.12.0)
rack (2.0.6)
rack-protection (2.0.5)
rack
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubyzip (1.2.2)
sinatra (2.0.5)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.5)
tilt (~> 2.0)
sinatra-contrib (2.0.5)
backports (>= 2.8.2)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.5)
sinatra (= 2.0.5)
tilt (>= 1.3, < 3)
strings (0.1.4)
strings-ansi (~> 0.1.0)
unicode-display_width (~> 1.4.0)
unicode_utils (~> 1.4.0)
strings-ansi (0.1.0)
tilt (2.0.9)
tty-color (0.4.3)
tty-cursor (0.6.0)
tty-screen (0.6.5)
tty-spinner (0.9.0)
tty-cursor (~> 0.6.0)
tty-table (0.10.0)
equatable (~> 0.5.0)
necromancer (~> 0.4.0)
pastel (~> 0.7.2)
strings (~> 0.1.0)
tty-screen (~> 0.6.4)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unicode-display_width (1.4.1)
unicode_utils (1.4.0)

PLATFORMS
ruby

DEPENDENCIES
faastruby
faastruby-rpc
rspec

BUNDLED WITH
1.16.1

0 comments on commit b2b9cce

Please sign in to comment.