diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c29ba65..a95c620 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,13 +3,15 @@ PATH specs: nickserver (0.9.0) http + nio4r (~> 1.2) reel GEM remote: https://rubygems.org/ specs: - addressable (2.4.0) - byebug (9.0.5) + addressable (2.5.1) + public_suffix (~> 2.0, >= 2.0.2) + byebug (9.0.6) celluloid (0.17.3) celluloid-essentials celluloid-extras @@ -31,33 +33,34 @@ GEM timers (>= 4.1.1) celluloid-supervision (0.20.6) timers (>= 4.1.1) - domain_name (0.5.20160826) + domain_name (0.5.20170404) unf (>= 0.0.5, < 1.0.0) hitimes (1.2.4) - http (2.0.3) + http (2.2.2) addressable (~> 2.3) http-cookie (~> 1.0) http-form_data (~> 1.0.1) http_parser.rb (~> 0.6.0) - http-cookie (1.0.2) + http-cookie (1.0.3) domain_name (~> 0.5) - http-form_data (1.0.1) + http-form_data (1.0.2) http_parser.rb (0.6.0) - minitest (5.9.0) + minitest (5.10.2) nio4r (1.2.1) - rake (11.2.2) + public_suffix (2.0.5) + rake (12.0.0) 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) + timers (4.1.2) hitimes unf (0.1.4) unf_ext - unf_ext (0.0.7.2) - websocket-driver (0.6.4) + unf_ext (0.0.7.4) + websocket-driver (0.6.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.2) @@ -71,4 +74,4 @@ DEPENDENCIES rake BUNDLED WITH - 1.12.5 + 1.14.6 |