mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update gems
This commit is contained in:
parent
4e1b61e82c
commit
4b1eecd699
1 changed files with 21 additions and 15 deletions
36
Gemfile.lock
36
Gemfile.lock
|
@ -1,15 +1,15 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activesupport (5.1.2)
|
||||
activesupport (5.1.3)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (~> 0.7)
|
||||
minitest (~> 5.1)
|
||||
tzinfo (~> 1.1)
|
||||
backports (3.8.0)
|
||||
better_errors (2.1.1)
|
||||
better_errors (2.3.0)
|
||||
coderay (>= 1.0.0)
|
||||
erubis (>= 2.6.6)
|
||||
erubi (>= 1.0.0)
|
||||
rack (>= 0.9.0)
|
||||
browser (2.4.0)
|
||||
coderay (1.1.1)
|
||||
|
@ -20,10 +20,9 @@ GEM
|
|||
concurrent-ruby (1.0.5)
|
||||
daemons (1.2.4)
|
||||
erubi (1.6.1)
|
||||
erubis (2.7.0)
|
||||
ethon (0.10.1)
|
||||
ffi (>= 1.3.0)
|
||||
eventmachine (1.2.3)
|
||||
eventmachine (1.2.5)
|
||||
execjs (2.7.0)
|
||||
exifr (1.3.1)
|
||||
ffi (1.9.18)
|
||||
|
@ -32,21 +31,21 @@ GEM
|
|||
html-pipeline (2.6.0)
|
||||
activesupport (>= 2)
|
||||
nokogiri (>= 1.4)
|
||||
i18n (0.8.4)
|
||||
i18n (0.8.6)
|
||||
image_optim (0.25.0)
|
||||
exifr (~> 1.2, >= 1.2.2)
|
||||
fspath (~> 3.0)
|
||||
image_size (~> 1.5)
|
||||
in_threads (~> 1.3)
|
||||
progress (~> 3.0, >= 3.0.1)
|
||||
image_optim_pack (0.5.0.20170712)
|
||||
image_optim_pack (0.5.0.20170803)
|
||||
fspath (>= 2.1, < 4)
|
||||
image_optim (~> 0.19)
|
||||
image_size (1.5.0)
|
||||
in_threads (1.4.0)
|
||||
method_source (0.8.2)
|
||||
mini_portile2 (2.2.0)
|
||||
minitest (5.10.2)
|
||||
minitest (5.10.3)
|
||||
multi_json (1.12.1)
|
||||
mustermann (1.0.0)
|
||||
nokogiri (1.8.0)
|
||||
|
@ -63,11 +62,18 @@ GEM
|
|||
rack (2.0.3)
|
||||
rack-protection (2.0.0)
|
||||
rack
|
||||
rack-test (0.6.3)
|
||||
rack (>= 1.0)
|
||||
rack-test (0.7.0)
|
||||
rack (>= 1.0, < 3)
|
||||
rake (12.0.0)
|
||||
rr (1.2.0)
|
||||
sass (3.4.24)
|
||||
rb-fsevent (0.10.2)
|
||||
rb-inotify (0.9.10)
|
||||
ffi (>= 0.5.0, < 2)
|
||||
rr (1.2.1)
|
||||
sass (3.5.1)
|
||||
sass-listen (~> 4.0.0)
|
||||
sass-listen (4.0.0)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
sinatra (2.0.0)
|
||||
mustermann (~> 1.0)
|
||||
rack (~> 2.0)
|
||||
|
@ -86,14 +92,14 @@ GEM
|
|||
rack (> 1, < 3)
|
||||
sprockets-helpers (1.2.1)
|
||||
sprockets (>= 2.2)
|
||||
thin (1.7.1)
|
||||
thin (1.7.2)
|
||||
daemons (~> 1.0, >= 1.0.9)
|
||||
eventmachine (~> 1.0, >= 1.0.4)
|
||||
rack (>= 1, < 3)
|
||||
thor (0.19.4)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.0.7)
|
||||
tty-pager (0.7.1)
|
||||
tilt (2.0.8)
|
||||
tty-pager (0.8.0)
|
||||
tty-screen (~> 0.5.0)
|
||||
tty-which (~> 0.3.0)
|
||||
verse (~> 0.5.0)
|
||||
|
|
Loading…
Reference in a new issue