devdocs/Gemfile.lock

133 lines
2.6 KiB
Text
Raw Normal View History

2013-10-24 20:25:52 +02:00
GEM
remote: https://rubygems.org/
specs:
2015-11-21 17:21:17 +01:00
activesupport (4.2.5)
2014-12-28 19:57:47 +01:00
i18n (~> 0.7)
2014-04-13 21:10:15 +02:00
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
2014-12-28 19:57:47 +01:00
thread_safe (~> 0.3, >= 0.3.4)
2014-04-13 21:10:15 +02:00
tzinfo (~> 1.1)
2015-11-21 17:21:17 +01:00
backports (3.6.7)
2015-01-10 23:46:11 +01:00
better_errors (2.1.1)
2013-10-24 20:25:52 +02:00
coderay (>= 1.0.0)
erubis (>= 2.6.6)
2014-08-23 22:17:47 +02:00
rack (>= 0.9.0)
2016-01-09 16:53:24 +01:00
browser (1.1.0)
2013-11-19 19:11:37 +01:00
coderay (1.1.0)
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
2015-11-21 17:21:17 +01:00
coffee-script-source (1.10.0)
2016-01-09 16:53:24 +01:00
concurrent-ruby (1.0.0)
2015-07-05 15:06:14 +02:00
daemons (1.2.3)
2013-10-24 20:25:52 +02:00
erubis (2.7.0)
2015-10-11 17:05:00 +02:00
ethon (0.8.0)
2013-10-24 20:25:52 +02:00
ffi (>= 1.3.0)
2015-08-29 17:38:22 +02:00
eventmachine (1.0.8)
execjs (2.6.0)
2015-07-05 15:06:14 +02:00
ffi (1.9.10)
2015-10-11 17:05:00 +02:00
highline (1.7.8)
2015-11-21 17:21:17 +01:00
html-pipeline (2.2.2)
2015-10-11 17:05:00 +02:00
activesupport (>= 2, < 5)
nokogiri (>= 1.4)
2014-12-28 19:57:47 +01:00
i18n (0.7.0)
2015-06-07 21:57:32 +02:00
json (1.8.3)
2013-10-24 20:25:52 +02:00
method_source (0.8.2)
2016-01-09 16:53:24 +01:00
mini_portile2 (2.0.0)
2015-11-21 17:21:17 +01:00
minitest (5.8.3)
2015-07-05 15:06:14 +02:00
multi_json (1.11.2)
2016-01-09 16:53:24 +01:00
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
2014-02-22 16:17:13 +01:00
options (2.3.2)
2015-10-11 17:05:00 +02:00
progress_bar (1.0.5)
highline (~> 1.6)
2013-10-24 20:25:52 +02:00
options (~> 2.3.0)
2015-11-21 17:21:17 +01:00
pry (0.10.3)
2015-01-04 22:26:58 +01:00
coderay (~> 1.1.0)
method_source (~> 0.8.1)
2013-10-24 20:25:52 +02:00
slop (~> 3.4)
2015-07-05 15:06:14 +02:00
rack (1.6.4)
2014-04-13 21:10:15 +02:00
rack-protection (1.5.3)
2013-10-24 20:25:52 +02:00
rack
2015-01-10 23:46:11 +01:00
rack-test (0.6.3)
2013-10-24 20:25:52 +02:00
rack (>= 1.0)
2015-03-02 00:57:47 +01:00
rake (10.4.2)
2013-10-24 20:25:52 +02:00
rr (1.1.2)
2016-01-09 16:53:24 +01:00
sass (3.4.20)
2015-03-29 23:36:22 +02:00
sinatra (1.4.6)
2013-10-24 20:25:52 +02:00
rack (~> 1.4)
rack-protection (~> 1.4)
2015-03-29 23:36:22 +02:00
tilt (>= 1.3, < 3)
2015-07-05 15:06:14 +02:00
sinatra-contrib (1.4.6)
2013-10-24 20:25:52 +02:00
backports (>= 2.0)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
2015-06-07 21:57:32 +02:00
tilt (>= 1.3, < 3)
2014-07-21 03:35:59 +02:00
slop (3.6.0)
2016-01-09 16:53:24 +01:00
sprockets (3.5.2)
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)
2015-10-11 17:05:00 +02:00
thin (1.6.4)
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)
2014-10-12 15:53:14 +02:00
rack (~> 1.0)
2014-03-30 21:20:38 +02:00
thor (0.19.1)
2015-03-14 21:54:01 +01:00
thread_safe (0.3.5)
2016-01-09 16:53:24 +01:00
tilt (2.0.2)
2016-01-24 16:03:12 +01:00
tty-pager (0.3.0)
tty-screen (~> 0.4.0)
tty-which (~> 0.1.0)
verse (~> 0.4.0)
tty-screen (0.4.3)
tty-which (0.1.0)
2015-10-11 17:05:00 +02:00
typhoeus (0.8.0)
ethon (>= 0.8.0)
2014-08-23 22:17:47 +02:00
tzinfo (1.2.2)
2014-04-13 21:10:15 +02:00
thread_safe (~> 0.1)
2015-08-29 17:38:22 +02:00
uglifier (2.7.2)
2013-10-24 20:25:52 +02:00
execjs (>= 0.3.0)
2013-11-19 19:11:37 +01:00
json (>= 1.8.0)
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)
2016-01-24 16:03:12 +01:00
verse (0.4.0)
unicode_utils (~> 1.4.0)
2014-06-14 17:37:14 +02:00
yajl-ruby (1.2.1)
2013-10-24 20:25:52 +02:00
PLATFORMS
ruby
DEPENDENCIES
2016-01-09 16:54:54 +01:00
activesupport (~> 4.2)
2013-10-24 20:25:52 +02:00
better_errors
browser
coffee-script
erubis
html-pipeline
minitest
2016-01-09 16:53:24 +01:00
nokogiri
2013-10-24 20:25:52 +02:00
progress_bar
2015-01-04 22:26:58 +01:00
pry (~> 0.10.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
BUNDLED WITH
1.11.2