|
@@ -30,10 +30,12 @@ GEM
|
|
|
activemodel (= 4.2.6)
|
|
|
activesupport (= 4.2.6)
|
|
|
arel (~> 6.0)
|
|
|
- activerecord-session_store (0.1.2)
|
|
|
- actionpack (>= 4.0.0, < 5)
|
|
|
- activerecord (>= 4.0.0, < 5)
|
|
|
- railties (>= 4.0.0, < 5)
|
|
|
+ activerecord-session_store (1.0.0)
|
|
|
+ actionpack (>= 4.0, < 5.1)
|
|
|
+ activerecord (>= 4.0, < 5.1)
|
|
|
+ multi_json (~> 1.11, >= 1.11.2)
|
|
|
+ rack (>= 1.5.2, < 3)
|
|
|
+ railties (>= 4.0, < 5.1)
|
|
|
activesupport (4.2.6)
|
|
|
i18n (~> 0.7)
|
|
|
json (~> 1.7, >= 1.7.7)
|
|
@@ -42,13 +44,13 @@ GEM
|
|
|
tzinfo (~> 1.1)
|
|
|
addressable (2.4.0)
|
|
|
arel (6.0.3)
|
|
|
- ast (2.2.0)
|
|
|
- autoprefixer-rails (6.3.6)
|
|
|
+ ast (2.3.0)
|
|
|
+ autoprefixer-rails (6.3.6.2)
|
|
|
execjs
|
|
|
biz (1.5.2)
|
|
|
clavius (~> 1.0)
|
|
|
tzinfo
|
|
|
- browser (2.0.3)
|
|
|
+ browser (2.1.0)
|
|
|
buftok (0.2.0)
|
|
|
builder (3.2.2)
|
|
|
childprocess (0.5.9)
|
|
@@ -68,15 +70,15 @@ GEM
|
|
|
coffee-script
|
|
|
execjs
|
|
|
json
|
|
|
- concurrent-ruby (1.0.1)
|
|
|
+ concurrent-ruby (1.0.2)
|
|
|
daemons (1.2.3)
|
|
|
- delayed_job (4.1.1)
|
|
|
- activesupport (>= 3.0, < 5.0)
|
|
|
- delayed_job_active_record (4.1.0)
|
|
|
- activerecord (>= 3.0, < 5)
|
|
|
+ delayed_job (4.1.2)
|
|
|
+ activesupport (>= 3.0, < 5.1)
|
|
|
+ delayed_job_active_record (4.1.1)
|
|
|
+ activerecord (>= 3.0, < 5.1)
|
|
|
delayed_job (>= 3.0, < 5)
|
|
|
diffy (3.1.0)
|
|
|
- dnsruby (1.59.2)
|
|
|
+ dnsruby (1.59.3)
|
|
|
docile (1.1.5)
|
|
|
domain_name (0.5.20160310)
|
|
|
unf (>= 0.0.5, < 1.0.0)
|
|
@@ -93,16 +95,16 @@ GEM
|
|
|
equalizer (0.0.10)
|
|
|
erubis (2.7.0)
|
|
|
eventmachine (1.2.0.1)
|
|
|
- execjs (2.6.0)
|
|
|
+ execjs (2.7.0)
|
|
|
faraday (0.9.2)
|
|
|
multipart-post (>= 1.2, < 3)
|
|
|
ffi (1.9.10)
|
|
|
formatador (0.2.5)
|
|
|
globalid (0.3.6)
|
|
|
activesupport (>= 4.1.0)
|
|
|
- guard (2.13.0)
|
|
|
+ guard (2.14.0)
|
|
|
formatador (>= 0.2.4)
|
|
|
- listen (>= 2.7, <= 4.0)
|
|
|
+ listen (>= 2.7, < 4.0)
|
|
|
lumberjack (~> 1.0)
|
|
|
nenv (~> 0.1)
|
|
|
notiffany (~> 0.0)
|
|
@@ -115,7 +117,7 @@ GEM
|
|
|
guard (~> 2.8)
|
|
|
guard-compat (~> 1.0)
|
|
|
multi_json (~> 1.8)
|
|
|
- hashie (3.4.3)
|
|
|
+ hashie (3.4.4)
|
|
|
htmlentities (4.3.4)
|
|
|
http (1.0.4)
|
|
|
addressable (~> 2.3)
|
|
@@ -136,9 +138,10 @@ GEM
|
|
|
faraday
|
|
|
multi_json
|
|
|
libv8 (3.16.14.15)
|
|
|
- listen (3.1.1)
|
|
|
- rb-fsevent (>= 0.9.3)
|
|
|
- rb-inotify (>= 0.9.7)
|
|
|
+ listen (3.1.5)
|
|
|
+ rb-fsevent (~> 0.9, >= 0.9.4)
|
|
|
+ rb-inotify (~> 0.9, >= 0.9.7)
|
|
|
+ ruby_dep (~> 1.2)
|
|
|
loofah (2.0.3)
|
|
|
nokogiri (>= 1.5.9)
|
|
|
lumberjack (1.0.10)
|
|
@@ -147,20 +150,21 @@ GEM
|
|
|
memoizable (0.4.2)
|
|
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
|
method_source (0.8.2)
|
|
|
- mime-types (2.99.1)
|
|
|
- mini_portile2 (2.0.0)
|
|
|
- minitest (5.8.4)
|
|
|
- multi_json (1.11.3)
|
|
|
+ mime-types (2.99.2)
|
|
|
+ mini_portile2 (2.1.0)
|
|
|
+ minitest (5.9.0)
|
|
|
+ multi_json (1.12.1)
|
|
|
multi_xml (0.5.5)
|
|
|
multipart-post (2.0.0)
|
|
|
- mysql2 (0.3.20)
|
|
|
+ mysql2 (0.3.21)
|
|
|
naught (1.1.0)
|
|
|
nenv (0.3.0)
|
|
|
nestful (1.1.1)
|
|
|
net-ldap (0.14.0)
|
|
|
- nokogiri (1.6.7.2)
|
|
|
- mini_portile2 (~> 2.0.0.rc2)
|
|
|
- notiffany (0.0.8)
|
|
|
+ nokogiri (1.6.8)
|
|
|
+ mini_portile2 (~> 2.1.0)
|
|
|
+ pkg-config (~> 1.1.7)
|
|
|
+ notiffany (0.1.0)
|
|
|
nenv (~> 0.1)
|
|
|
shellany (~> 0.0)
|
|
|
oauth (0.5.1)
|
|
@@ -191,11 +195,12 @@ GEM
|
|
|
omniauth-twitter (1.2.1)
|
|
|
json (~> 1.3)
|
|
|
omniauth-oauth (~> 1.1)
|
|
|
- parser (2.3.1.0)
|
|
|
+ parser (2.3.1.2)
|
|
|
ast (~> 2.2)
|
|
|
- phony (2.15.21)
|
|
|
+ phony (2.15.25)
|
|
|
+ pkg-config (1.1.7)
|
|
|
pluginator (1.3.0)
|
|
|
- power_assert (0.2.7)
|
|
|
+ power_assert (0.3.0)
|
|
|
powerpack (0.1.1)
|
|
|
pre-commit (0.27.0)
|
|
|
pluginator (~> 1.1)
|
|
@@ -241,13 +246,14 @@ GEM
|
|
|
rb-inotify (0.9.7)
|
|
|
ffi (>= 0.5.0)
|
|
|
ref (2.0.0)
|
|
|
- rubocop (0.39.0)
|
|
|
- parser (>= 2.3.0.7, < 3.0)
|
|
|
+ rubocop (0.40.0)
|
|
|
+ parser (>= 2.3.1.0, < 3.0)
|
|
|
powerpack (~> 0.1)
|
|
|
rainbow (>= 1.99.1, < 3.0)
|
|
|
ruby-progressbar (~> 1.7)
|
|
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
|
- ruby-progressbar (1.8.0)
|
|
|
+ ruby-progressbar (1.8.1)
|
|
|
+ ruby_dep (1.3.1)
|
|
|
rubyzip (1.2.0)
|
|
|
sass (3.4.22)
|
|
|
sass-rails (5.0.4)
|
|
@@ -282,14 +288,14 @@ GEM
|
|
|
activesupport (>= 4.0)
|
|
|
sprockets (>= 3.0.0)
|
|
|
sqlite3 (1.3.11)
|
|
|
- test-unit (3.1.8)
|
|
|
+ test-unit (3.1.9)
|
|
|
power_assert
|
|
|
therubyracer (0.12.2)
|
|
|
libv8 (~> 3.16.14.0)
|
|
|
ref
|
|
|
thor (0.19.1)
|
|
|
thread_safe (0.3.5)
|
|
|
- tilt (2.0.2)
|
|
|
+ tilt (2.0.5)
|
|
|
twitter (5.16.0)
|
|
|
addressable (~> 2.3)
|
|
|
buftok (~> 0.2.0)
|
|
@@ -308,7 +314,7 @@ GEM
|
|
|
unf (0.1.4)
|
|
|
unf_ext
|
|
|
unf_ext (0.0.7.2)
|
|
|
- unicode-display_width (1.0.3)
|
|
|
+ unicode-display_width (1.0.5)
|
|
|
websocket (1.2.3)
|
|
|
writeexcel (1.0.5)
|
|
|
zendesk_api (1.13.4)
|