devdocs/Gemfile.lock

162 lines
3.3 KiB
Text
Raw Normal View History

2013-10-24 20:25:52 +02:00
GEM
remote: https://rubygems.org/
specs:
2018-04-28 15:22:04 +02:00
activesupport (5.2.0)
2017-01-22 20:40:33 +01:00
concurrent-ruby (~> 1.0, >= 1.0.2)
2018-04-28 15:22:04 +02:00
i18n (>= 0.7, < 2)
2014-04-13 21:10:15 +02:00
minitest (~> 5.1)
tzinfo (~> 1.1)
2018-04-28 15:22:04 +02:00
backports (3.11.3)
2017-11-10 17:41:31 +01:00
better_errors (2.4.0)
2013-10-24 20:25:52 +02:00
coderay (>= 1.0.0)
2017-08-08 00:33:44 +02:00
erubi (>= 1.0.0)
2014-08-23 22:17:47 +02:00
rack (>= 0.9.0)
2018-04-28 15:22:04 +02:00
browser (2.5.3)
2017-09-17 15:43:48 +02:00
coderay (1.1.2)
2015-04-19 16:39:23 +02:00
coffee-script (2.4.1)
2013-10-24 20:25:52 +02:00
coffee-script-source
execjs
2017-01-22 20:40:33 +01:00
coffee-script-source (1.12.2)
2017-03-04 17:41:30 +01:00
concurrent-ruby (1.0.5)
2018-01-08 00:07:02 +01:00
daemons (1.2.6)
2018-04-28 15:22:04 +02:00
erubi (1.7.1)
2017-11-10 17:41:31 +01:00
ethon (0.11.0)
2013-10-24 20:25:52 +02:00
ffi (>= 1.3.0)
2018-06-11 03:54:58 +02:00
eventmachine (1.2.7)
2016-06-11 16:15:41 +02:00
execjs (2.7.0)
2018-06-11 03:54:58 +02:00
exifr (1.3.4)
ffi (1.9.25)
fspath (3.1.0)
2017-11-26 22:32:57 +01:00
highline (1.7.10)
2018-07-29 22:34:39 +02:00
html-pipeline (2.8.4)
2016-07-30 15:48:52 +02:00
activesupport (>= 2)
2015-10-11 17:05:00 +02:00
nokogiri (>= 1.4)
2018-04-28 15:22:04 +02:00
i18n (1.0.1)
2017-11-10 17:41:31 +01:00
concurrent-ruby (~> 1.0)
2018-01-08 00:07:02 +01:00
image_optim (0.26.1)
exifr (~> 1.2, >= 1.2.2)
fspath (~> 3.0)
image_size (~> 1.5)
in_threads (~> 1.3)
progress (~> 3.0, >= 3.0.1)
2018-06-11 03:54:58 +02:00
image_optim_pack (0.5.1)
fspath (>= 2.1, < 4)
image_optim (~> 0.19)
image_size (1.5.0)
2017-11-26 22:32:57 +01:00
in_threads (1.5.0)
2017-10-07 16:58:17 +02:00
method_source (0.9.0)
mini_portile2 (2.3.0)
2018-02-25 15:45:08 +01:00
minitest (5.11.3)
multi_json (1.13.1)
mustermann (1.0.2)
2018-06-11 03:54:58 +02:00
newrelic_rpm (5.2.0.345)
2018-07-08 22:18:53 +02:00
nokogiri (1.8.4)
2017-10-07 16:58:17 +02:00
mini_portile2 (~> 2.3.0)
2014-02-22 16:17:13 +01:00
options (2.3.2)
2017-11-10 17:41:31 +01:00
progress (3.4.0)
2018-02-25 15:45:08 +01:00
progress_bar (1.2.0)
2015-10-11 17:05:00 +02:00
highline (~> 1.6)
2013-10-24 20:25:52 +02:00
options (~> 2.3.0)
2017-11-26 22:32:57 +01:00
pry (0.11.3)
2015-01-04 22:26:58 +01:00
coderay (~> 1.1.0)
2017-10-07 16:58:17 +02:00
method_source (~> 0.9.0)
2018-04-28 15:22:04 +02:00
rack (2.0.5)
2018-06-11 03:54:58 +02:00
rack-protection (2.0.3)
2013-10-24 20:25:52 +02:00
rack
2018-07-29 22:34:39 +02:00
rack-test (1.1.0)
2017-08-08 00:33:44 +02:00
rack (>= 1.0, < 3)
2018-04-28 15:22:04 +02:00
rake (12.3.1)
rb-fsevent (0.10.3)
2017-08-08 00:33:44 +02:00
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rr (1.2.1)
2018-07-29 22:34:39 +02:00
sass (3.5.7)
2017-08-08 00:33:44 +02:00
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
2018-06-11 03:54:58 +02:00
sinatra (2.0.3)
mustermann (~> 1.0)
rack (~> 2.0)
2018-06-11 03:54:58 +02:00
rack-protection (= 2.0.3)
tilt (~> 2.0)
2018-06-11 03:54:58 +02:00
sinatra-contrib (2.0.3)
activesupport (>= 4.0.0)
backports (>= 2.8.2)
2013-10-24 20:25:52 +02:00
multi_json
mustermann (~> 1.0)
2018-06-11 03:54:58 +02:00
rack-protection (= 2.0.3)
sinatra (= 2.0.3)
2015-06-07 21:57:32 +02:00
tilt (>= 1.3, < 3)
2018-07-08 22:18:53 +02:00
sprockets (3.7.2)
2016-01-09 16:53:24 +01:00
concurrent-ruby (~> 1.0)
2015-10-11 17:05:00 +02:00
rack (> 1, < 3)
2015-07-05 15:06:14 +02:00
sprockets-helpers (1.2.1)
sprockets (>= 2.2)
2018-02-25 15:45:08 +01:00
strings (0.1.1)
unicode-display_width (~> 1.3.0)
unicode_utils (~> 1.4.0)
2017-08-08 00:33:44 +02:00
thin (1.7.2)
2014-10-12 15:53:14 +02:00
daemons (~> 1.0, >= 1.0.9)
2015-10-11 17:05:00 +02:00
eventmachine (~> 1.0, >= 1.0.4)
2016-06-11 16:15:41 +02:00
rack (>= 1, < 3)
2017-08-26 16:12:22 +02:00
thor (0.20.0)
2017-03-04 17:41:30 +01:00
thread_safe (0.3.6)
2017-08-08 00:33:44 +02:00
tilt (2.0.8)
2018-02-25 15:45:08 +01:00
tty-pager (0.11.0)
strings (~> 0.1.0)
tty-screen (~> 0.6.4)
2017-04-15 16:17:31 +02:00
tty-which (~> 0.3.0)
2018-07-29 22:34:39 +02:00
tty-screen (0.6.5)
2017-04-15 16:17:31 +02:00
tty-which (0.3.0)
2017-08-26 16:12:22 +02:00
typhoeus (1.3.0)
2016-05-15 15:35:07 +02:00
ethon (>= 0.9.0)
2018-02-25 15:45:08 +01:00
tzinfo (1.2.5)
2014-04-13 21:10:15 +02:00
thread_safe (~> 0.1)
2018-07-29 22:34:39 +02:00
uglifier (4.1.17)
2016-03-26 19:19:14 +01:00
execjs (>= 0.3.0, < 3)
2018-06-11 03:54:58 +02:00
unicode-display_width (1.3.3)
2016-01-24 16:03:12 +01:00
unicode_utils (1.4.0)
2013-10-24 20:25:52 +02:00
unix_utils (0.0.15)
2018-07-29 22:34:39 +02:00
yajl-ruby (1.4.1)
2013-10-24 20:25:52 +02:00
PLATFORMS
ruby
DEPENDENCIES
2018-04-28 15:22:04 +02:00
activesupport (~> 5.2)
2013-10-24 20:25:52 +02:00
better_errors
browser
coffee-script
2017-02-05 23:04:57 +01:00
erubi
2013-10-24 20:25:52 +02:00
html-pipeline
image_optim
image_optim_pack
2013-10-24 20:25:52 +02:00
minitest
2018-03-24 20:06:19 +01:00
newrelic_rpm
2016-01-09 16:53:24 +01:00
nokogiri
2013-10-24 20:25:52 +02:00
progress_bar
2017-10-07 16:58:17 +02:00
pry (~> 0.11.0)
2013-10-24 20:25:52 +02:00
rack
2015-01-03 16:38:22 +01:00
rack-test
2015-03-02 00:57:47 +01:00
rake
2013-10-24 20:25:52 +02:00
rr
sass
sinatra
sinatra-contrib
sprockets
sprockets-helpers
thin
thor
2016-01-24 16:03:12 +01:00
tty-pager
2013-10-24 20:25:52 +02:00
typhoeus
uglifier
unix_utils
yajl-ruby
2016-01-24 16:03:12 +01:00
2016-10-09 17:15:08 +02:00
RUBY VERSION
2018-03-31 23:12:28 +02:00
ruby 2.5.1p57
2016-10-09 17:15:08 +02:00
2016-01-24 16:03:12 +01:00
BUNDLED WITH
2018-02-25 15:45:08 +01:00
1.16.1