wblog/Gemfile.lock

418 lines
9.8 KiB
Plaintext
Raw Normal View History

2014-04-01 20:12:18 +08:00
GEM
2016-03-16 14:26:21 +08:00
remote: https://rubygems.org/
2014-04-01 20:12:18 +08:00
specs:
2018-05-19 15:09:22 +08:00
actioncable (5.2.0)
actionpack (= 5.2.0)
2017-04-30 19:48:31 +08:00
nio4r (~> 2.0)
2018-05-19 15:09:22 +08:00
websocket-driver (>= 0.6.1)
actionmailer (5.2.0)
actionpack (= 5.2.0)
actionview (= 5.2.0)
activejob (= 5.2.0)
2014-11-01 00:49:18 +08:00
mail (~> 2.5, >= 2.5.4)
2016-07-28 18:28:40 +08:00
rails-dom-testing (~> 2.0)
2018-05-19 15:09:22 +08:00
actionpack (5.2.0)
actionview (= 5.2.0)
activesupport (= 5.2.0)
2016-07-28 18:28:40 +08:00
rack (~> 2.0)
2018-01-21 02:48:47 +08:00
rack-test (>= 0.6.3)
2016-07-28 18:28:40 +08:00
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
2018-05-19 15:09:22 +08:00
actionview (5.2.0)
activesupport (= 5.2.0)
2014-05-11 18:53:20 +08:00
builder (~> 3.1)
2017-04-30 19:48:31 +08:00
erubi (~> 1.4)
2016-07-28 18:28:40 +08:00
rails-dom-testing (~> 2.0)
2017-04-30 19:48:31 +08:00
rails-html-sanitizer (~> 1.0, >= 1.0.3)
2018-05-19 15:09:22 +08:00
activejob (5.2.0)
activesupport (= 5.2.0)
2016-04-20 16:03:27 +08:00
globalid (>= 0.3.6)
2018-05-19 15:09:22 +08:00
activemodel (5.2.0)
activesupport (= 5.2.0)
activerecord (5.2.0)
activemodel (= 5.2.0)
activesupport (= 5.2.0)
arel (>= 9.0)
activestorage (5.2.0)
actionpack (= 5.2.0)
activerecord (= 5.2.0)
marcel (~> 0.3.1)
activesupport (5.2.0)
2016-05-15 18:12:20 +08:00
concurrent-ruby (~> 1.0, >= 1.0.2)
2018-05-19 15:09:22 +08:00
i18n (>= 0.7, < 2)
2014-05-11 18:53:20 +08:00
minitest (~> 5.1)
tzinfo (~> 1.1)
2018-01-21 02:48:47 +08:00
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
2018-05-19 18:47:38 +08:00
ansi (1.5.0)
2018-05-19 15:09:22 +08:00
arel (9.0.0)
2016-04-20 16:03:27 +08:00
babel-source (5.8.35)
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
2018-05-19 15:09:22 +08:00
bootsnap (1.3.0)
msgpack (~> 1.0)
2018-03-23 14:18:45 +08:00
browser (2.5.3)
2018-07-06 00:20:58 +08:00
browser_warrior (0.10.0)
2016-07-29 01:25:17 +08:00
browser
rails (~> 5.0)
sass-rails (~> 5.0)
2017-04-30 19:48:31 +08:00
builder (3.2.3)
2018-05-19 15:09:22 +08:00
byebug (10.0.2)
2018-07-06 00:20:58 +08:00
capybara (3.3.1)
addressable
2018-01-21 02:48:47 +08:00
mini_mime (>= 0.1.3)
2018-05-19 15:09:22 +08:00
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
2018-07-06 00:20:58 +08:00
xpath (~> 3.1)
carrierwave (1.2.3)
2017-04-30 19:48:31 +08:00
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
2017-04-30 19:48:31 +08:00
codeclimate-test-reporter (1.0.8)
simplecov (<= 0.13)
2018-01-21 02:48:47 +08:00
coderay (1.1.2)
coffee-rails (4.2.2)
2014-04-01 20:12:18 +08:00
coffee-script (>= 2.2.0)
2018-01-21 02:48:47 +08:00
railties (>= 4.0.0)
coffee-script (2.4.1)
2014-04-01 20:12:18 +08:00
coffee-script-source
execjs
2017-04-30 19:48:31 +08:00
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
2018-07-06 00:20:58 +08:00
connection_pool (2.2.2)
2018-05-19 15:09:22 +08:00
crass (1.0.4)
database_cleaner (1.7.0)
2017-04-30 19:48:31 +08:00
diff-lcs (1.3)
2014-07-21 14:51:21 +08:00
docile (1.1.5)
2018-05-19 15:09:22 +08:00
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
2018-03-23 14:18:45 +08:00
erubi (1.7.1)
2016-07-28 18:28:40 +08:00
execjs (2.7.0)
2018-07-06 00:20:58 +08:00
factory_bot (4.10.0)
2016-04-25 12:27:32 +08:00
activesupport (>= 3.0.0)
2018-07-06 00:20:58 +08:00
factory_bot_rails (4.10.0)
factory_bot (~> 4.10.0)
2016-04-25 12:27:32 +08:00
railties (>= 3.0.0)
2018-07-06 00:20:58 +08:00
ffi (1.9.25)
figaro (1.1.1)
2014-09-29 22:02:44 +08:00
thor (~> 0.14)
2018-05-19 15:09:22 +08:00
font-awesome-sass (4.7.0)
sass (>= 3.2)
formatador (0.2.5)
2014-04-01 20:12:18 +08:00
foundation-icons-sass-rails (3.0.0)
railties (>= 3.1.1)
sass-rails (>= 3.1.1)
2017-04-30 19:48:31 +08:00
foundation-rails (6.2.4.0)
2014-04-01 20:12:18 +08:00
railties (>= 3.1.0)
sass (>= 3.3.0, < 3.5)
2016-04-20 16:03:27 +08:00
sprockets-es6 (>= 0.9.0)
2018-01-21 02:48:47 +08:00
globalid (0.4.1)
2017-04-30 19:48:31 +08:00
activesupport (>= 4.2.0)
2018-01-21 02:48:47 +08:00
guard (2.14.2)
2014-04-01 20:12:18 +08:00
formatador (>= 0.2.4)
2016-07-28 18:28:40 +08:00
listen (>= 2.7, < 4.0)
2018-01-21 02:48:47 +08:00
lumberjack (>= 1.0.12, < 2.0)
2015-01-13 00:01:35 +08:00
nenv (~> 0.1)
notiffany (~> 0.0)
2014-04-01 20:12:18 +08:00
pry (>= 0.9.12)
2015-01-13 00:01:35 +08:00
shellany (~> 0.0)
2014-04-01 20:12:18 +08:00
thor (>= 0.18.1)
2015-01-13 00:01:35 +08:00
guard-bundler (2.1.0)
2014-04-01 20:12:18 +08:00
bundler (~> 1.0)
guard (~> 2.2)
2015-01-13 00:01:35 +08:00
guard-compat (~> 1.1)
guard-compat (1.2.1)
2018-01-21 02:48:47 +08:00
guard-rails (0.8.1)
guard (~> 2.11)
guard-compat (~> 1.0)
guard-rspec (4.7.3)
2014-04-01 20:12:18 +08:00
guard (~> 2.1)
2015-01-13 00:01:35 +08:00
guard-compat (~> 1.1)
2014-12-06 22:27:18 +08:00
rspec (>= 2.99.0, < 4.0)
2018-05-19 18:47:38 +08:00
hirb (0.7.3)
2018-01-21 02:48:47 +08:00
html_truncator (0.4.2)
2014-04-01 20:12:18 +08:00
nokogiri (~> 1.5)
2017-04-30 19:48:31 +08:00
http-cookie (1.0.3)
domain_name (~> 0.5)
2018-05-19 15:09:22 +08:00
i18n (1.0.1)
2018-01-21 02:48:47 +08:00
concurrent-ruby (~> 1.0)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
2018-05-19 15:09:22 +08:00
jquery-rails (4.3.3)
2016-03-16 14:26:21 +08:00
rails-dom-testing (>= 1, < 3)
2016-03-05 23:32:17 +08:00
railties (>= 4.2.0)
2014-04-01 20:12:18 +08:00
thor (>= 0.14, < 2.0)
2018-05-19 15:09:22 +08:00
js_cookie_rails (2.2.0)
2016-04-21 22:11:18 +08:00
railties (>= 3.1)
2017-04-30 19:48:31 +08:00
json (2.1.0)
2018-05-19 15:09:22 +08:00
kaminari (1.1.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.1.1)
kaminari-activerecord (= 1.1.1)
kaminari-core (= 1.1.1)
kaminari-actionview (1.1.1)
actionview
kaminari-core (= 1.1.1)
kaminari-activerecord (1.1.1)
activerecord
kaminari-core (= 1.1.1)
kaminari-core (1.1.1)
2016-07-28 18:28:40 +08:00
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
2018-03-23 14:18:45 +08:00
loofah (2.2.2)
2018-01-21 02:48:47 +08:00
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
2018-05-19 15:09:22 +08:00
lumberjack (1.0.13)
2018-01-21 02:48:47 +08:00
mail (2.7.0)
mini_mime (>= 0.1.1)
2018-05-19 15:09:22 +08:00
marcel (0.3.2)
mimemagic (~> 0.3.2)
2018-01-21 02:48:47 +08:00
method_source (0.9.0)
2016-07-28 18:28:40 +08:00
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
2018-05-19 15:09:22 +08:00
mimemagic (0.3.2)
2018-01-21 02:48:47 +08:00
mina (1.0.7)
2015-04-08 00:15:02 +08:00
open4 (~> 1.3.4)
rake
2017-04-30 19:48:31 +08:00
mina-logs (1.0.1)
mina (>= 1.0.2)
mina-multistage (1.0.3)
mina (~> 1.0)
mina-puma (1.0.1)
mina (~> 1.0.0)
2016-04-24 15:22:24 +08:00
puma (>= 2.13)
2018-01-21 02:48:47 +08:00
mina-sidekiq (1.0.3)
2017-04-30 19:48:31 +08:00
mina (>= 1.0.2)
2018-01-21 02:48:47 +08:00
mini_magick (4.8.0)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
2018-03-23 14:18:45 +08:00
minitest (5.11.3)
2018-05-19 15:09:22 +08:00
msgpack (1.2.4)
2018-01-21 02:48:47 +08:00
multi_json (1.13.1)
nenv (0.3.0)
netrc (0.11.0)
2018-05-19 15:09:22 +08:00
nio4r (2.3.1)
2018-07-06 00:20:58 +08:00
nokogiri (1.8.4)
2018-01-21 02:48:47 +08:00
mini_portile2 (~> 2.3.0)
notiffany (0.1.1)
2015-01-13 00:01:35 +08:00
nenv (~> 0.1)
shellany (~> 0.0)
2015-04-08 00:15:02 +08:00
open4 (1.3.4)
2018-01-21 02:48:47 +08:00
pg (0.21.0)
pry (0.11.3)
2014-09-29 22:02:44 +08:00
coderay (~> 1.1.0)
2018-01-21 02:48:47 +08:00
method_source (~> 0.9.0)
2018-03-23 14:18:45 +08:00
public_suffix (3.0.2)
2018-05-19 15:09:22 +08:00
puma (3.11.4)
rack (2.0.5)
2018-01-21 02:48:47 +08:00
rack-cors (1.0.2)
2018-07-06 00:20:58 +08:00
rack-protection (2.0.3)
2017-04-30 19:48:31 +08:00
rack
2018-05-19 15:09:22 +08:00
rack-test (1.0.0)
2018-01-21 02:48:47 +08:00
rack (>= 1.0, < 3)
2018-05-19 15:09:22 +08:00
rails (5.2.0)
actioncable (= 5.2.0)
actionmailer (= 5.2.0)
actionpack (= 5.2.0)
actionview (= 5.2.0)
activejob (= 5.2.0)
activemodel (= 5.2.0)
activerecord (= 5.2.0)
activestorage (= 5.2.0)
activesupport (= 5.2.0)
2018-01-21 02:48:47 +08:00
bundler (>= 1.3.0)
2018-05-19 15:09:22 +08:00
railties (= 5.2.0)
2016-04-20 16:03:27 +08:00
sprockets-rails (>= 2.0.0)
2018-01-21 02:48:47 +08:00
rails-controller-testing (1.0.2)
actionpack (~> 5.x, >= 5.0.1)
actionview (~> 5.x, >= 5.0.1)
2016-04-25 12:27:32 +08:00
activesupport (~> 5.x)
2018-01-21 02:48:47 +08:00
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
2018-03-23 14:18:45 +08:00
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
2018-05-19 15:09:22 +08:00
rails-i18n (5.1.1)
i18n (>= 0.7, < 2)
railties (>= 5.0, < 6)
railties (5.2.0)
actionpack (= 5.2.0)
activesupport (= 5.2.0)
2016-04-20 16:03:27 +08:00
method_source
2014-04-01 20:12:18 +08:00
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
2018-03-23 14:18:45 +08:00
rake (12.3.1)
rb-fsevent (0.10.3)
2018-01-21 02:48:47 +08:00
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
2017-04-30 19:48:31 +08:00
redcarpet (3.4.0)
2018-01-21 02:48:47 +08:00
redis (4.0.1)
redis-namespace (1.6.0)
redis (>= 3.0.4)
2017-04-30 19:48:31 +08:00
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
2016-07-28 18:28:40 +08:00
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
2018-03-23 14:18:45 +08:00
rouge (3.1.1)
2018-01-21 02:48:47 +08:00
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
2016-07-28 18:28:40 +08:00
diff-lcs (>= 1.2.0, < 2.0)
2018-01-21 02:48:47 +08:00
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
2018-01-21 02:48:47 +08:00
rspec-support (~> 3.7.0)
rspec-rails (3.7.2)
2016-04-20 16:03:27 +08:00
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
2018-01-21 02:48:47 +08:00
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-sidekiq (3.0.3)
2017-04-30 19:48:31 +08:00
rspec-core (~> 3.0, >= 3.0.0)
2014-04-01 20:12:18 +08:00
sidekiq (>= 2.4.0)
2018-03-23 14:18:45 +08:00
rspec-support (3.7.1)
2017-04-30 19:48:31 +08:00
ruby_dep (1.5.0)
2018-01-21 02:48:47 +08:00
sass (3.4.25)
sass-rails (5.0.7)
2016-07-28 18:28:40 +08:00
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
2015-01-13 00:01:35 +08:00
shellany (0.0.1)
2018-05-19 15:09:22 +08:00
sidekiq (5.1.3)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
2017-04-30 19:48:31 +08:00
rack-protection (>= 1.5.0)
2018-03-23 14:18:45 +08:00
redis (>= 3.3.5, < 5)
2018-05-19 15:09:22 +08:00
simple_form (4.0.1)
actionpack (>= 5.0)
activemodel (>= 5.0)
2017-04-30 19:48:31 +08:00
simplecov (0.13.0)
2014-07-21 14:51:21 +08:00
docile (~> 1.1.0)
2016-07-28 18:28:40 +08:00
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
2018-05-19 18:47:38 +08:00
simplecov-console (0.4.2)
ansi
hirb
simplecov
2018-01-21 02:48:47 +08:00
simplecov-html (0.10.2)
slim (3.0.9)
temple (>= 0.7.6, < 0.9)
2014-04-01 20:12:18 +08:00
tilt (>= 1.3.3, < 2.1)
2018-01-21 02:48:47 +08:00
slim-rails (3.1.3)
2016-07-28 18:28:40 +08:00
actionpack (>= 3.1)
railties (>= 3.1)
2015-01-13 00:01:35 +08:00
slim (~> 3.0)
2018-01-21 02:48:47 +08:00
spring (2.0.2)
2017-04-30 19:48:31 +08:00
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
2016-04-20 16:03:27 +08:00
listen (>= 2.7, < 4.0)
2017-04-30 19:48:31 +08:00
spring (>= 1.2, < 3.0)
2018-07-06 00:20:58 +08:00
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
2017-04-30 19:48:31 +08:00
sprockets-es6 (0.9.2)
2016-04-20 16:03:27 +08:00
babel-source (>= 5.8.11)
babel-transpiler
sprockets (>= 3.0.0)
2018-01-21 02:48:47 +08:00
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
2018-01-21 02:48:47 +08:00
temple (0.8.0)
thor (0.20.0)
2017-04-30 19:48:31 +08:00
thread_safe (0.3.6)
2018-01-21 02:48:47 +08:00
tilt (2.0.8)
2018-09-30 10:24:07 +08:00
turbolinks (5.2.0)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
2018-03-23 14:18:45 +08:00
tzinfo (1.2.5)
2014-05-11 18:53:20 +08:00
thread_safe (~> 0.1)
2018-07-06 00:20:58 +08:00
uglifier (4.1.14)
2016-04-20 16:03:27 +08:00
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
2018-03-23 14:18:45 +08:00
unf_ext (0.0.7.5)
2018-05-19 15:09:22 +08:00
websocket-driver (0.7.0)
2016-04-20 16:03:27 +08:00
websocket-extensions (>= 0.1.0)
2018-01-21 02:48:47 +08:00
websocket-extensions (0.1.3)
2018-07-06 00:20:58 +08:00
xpath (3.1.0)
2018-01-21 02:48:47 +08:00
nokogiri (~> 1.8)
2014-04-01 20:12:18 +08:00
PLATFORMS
ruby
DEPENDENCIES
2018-05-19 15:09:22 +08:00
bootsnap (>= 1.3.0)
2016-07-29 01:25:17 +08:00
browser_warrior
byebug
2014-04-01 20:12:18 +08:00
capybara
carrierwave
2014-07-21 14:51:21 +08:00
codeclimate-test-reporter
2018-05-19 15:09:22 +08:00
coffee-rails (~> 4.2)
2014-04-01 20:12:18 +08:00
database_cleaner
2018-05-19 17:07:08 +08:00
factory_bot_rails
2014-04-01 20:12:18 +08:00
figaro
2018-05-19 15:09:22 +08:00
font-awesome-sass (= 4.7.0)
2014-04-01 20:12:18 +08:00
foundation-icons-sass-rails
2016-04-20 16:03:27 +08:00
foundation-rails (~> 6.2.1)
2014-04-01 20:12:18 +08:00
guard
guard-bundler
guard-rails
guard-rspec
html_truncator
2014-12-26 01:58:26 +08:00
jbuilder
2014-04-01 20:12:18 +08:00
jquery-rails
2016-04-21 22:11:18 +08:00
js_cookie_rails
2018-05-19 15:09:22 +08:00
kaminari
2016-04-26 17:50:41 +08:00
listen (~> 3.x)
2017-05-01 13:37:07 +08:00
mina (~> 1.0.6)
mina-logs (~> 1.0.1)
mina-multistage (~> 1.0.3)
mina-puma (~> 1.0.1)
mina-sidekiq (~> 1.0.1)
2014-04-01 20:12:18 +08:00
mini_magick
nokogiri
2018-01-21 02:48:47 +08:00
pg (~> 0.18)
puma
2015-02-25 13:30:43 +08:00
rack-cors
2018-05-19 15:09:22 +08:00
rails (~> 5.2.0)
2016-04-25 12:27:32 +08:00
rails-controller-testing
2018-05-19 15:09:22 +08:00
rails-i18n (~> 5.1)
2014-04-01 20:12:18 +08:00
redcarpet
redis-namespace
2014-04-01 20:12:18 +08:00
rest-client
rouge
rspec-rails (>= 2.8.1)
rspec-sidekiq
2016-04-20 16:03:27 +08:00
sass-rails (~> 5.0)
2014-04-01 20:12:18 +08:00
sidekiq
2018-05-19 15:09:22 +08:00
simple_form (~> 4.0.0)
2018-05-19 18:47:38 +08:00
simplecov
simplecov-console
2014-04-01 20:12:18 +08:00
slim-rails
2014-05-11 18:54:28 +08:00
spring
2016-04-20 16:03:27 +08:00
spring-watcher-listen (~> 2.0.0)
turbolinks (~> 5.x)
uglifier (>= 2.7.2)
2016-04-20 16:03:27 +08:00
2016-05-15 18:12:20 +08:00
RUBY VERSION
2017-04-30 19:48:31 +08:00
ruby 2.3.1p112
2016-05-15 18:12:20 +08:00
2016-04-20 16:03:27 +08:00
BUNDLED WITH
2018-09-30 10:24:07 +08:00
1.16.3