diff options
author | Azul <azul@riseup.net> | 2016-10-02 15:27:47 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-10-02 15:27:47 +0200 |
commit | 9877a4ddba09da5ccaf9f3c2a2b414a313671574 (patch) | |
tree | 3a8f6af6bde2a9b6f7c002fceec50295a2d78244 | |
parent | 9a5bea5c3f5e109eaa3dd40cb9848867fc4b66aa (diff) |
minor: include Gemfile.lock
-rw-r--r-- | Gemfile.lock | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..3ac4164 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,71 @@ +PATH + remote: . + specs: + nickserver (0.3.0) + http + reel + +GEM + remote: https://rubygems.org/ + specs: + addressable (2.4.0) + byebug (9.0.5) + celluloid (0.17.3) + celluloid-essentials + celluloid-extras + celluloid-fsm + celluloid-pool + celluloid-supervision + timers (>= 4.1.1) + celluloid-essentials (0.20.5) + timers (>= 4.1.1) + celluloid-extras (0.20.5) + timers (>= 4.1.1) + celluloid-fsm (0.20.5) + timers (>= 4.1.1) + celluloid-io (0.17.3) + celluloid (>= 0.17.2) + nio4r (>= 1.1) + timers (>= 4.1.1) + celluloid-pool (0.20.5) + timers (>= 4.1.1) + celluloid-supervision (0.20.6) + timers (>= 4.1.1) + domain_name (0.5.20160826) + unf (>= 0.0.5, < 1.0.0) + hitimes (1.2.4) + http (2.0.3) + addressable (~> 2.3) + http-cookie (~> 1.0) + http-form_data (~> 1.0.1) + http_parser.rb (~> 0.6.0) + http-cookie (1.0.2) + domain_name (~> 0.5) + http-form_data (1.0.1) + http_parser.rb (0.6.0) + minitest (5.9.0) + nio4r (1.2.1) + rake (11.2.2) + reel (0.6.1) + celluloid (>= 0.15.1) + celluloid-io (>= 0.15.0) + http (>= 0.6.0.pre) + http_parser.rb (>= 0.6.0) + websocket-driver (>= 0.5.1) + timers (4.1.1) + hitimes + unf (0.1.4) + unf_ext + unf_ext (0.0.7.2) + websocket-driver (0.6.4) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.2) + +PLATFORMS + ruby + +DEPENDENCIES + byebug + minitest + nickserver! + rake |