1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Update monban-generators to version 1.0.1

This commit is contained in:
depfu[bot] 2018-02-15 01:55:37 +00:00
parent ce1b44c2a4
commit 487930937f

View File

@ -1,39 +1,39 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
actioncable (5.1.2) actioncable (5.1.5)
actionpack (= 5.1.2) actionpack (= 5.1.5)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (~> 0.6.1) websocket-driver (~> 0.6.1)
actionmailer (5.1.2) actionmailer (5.1.5)
actionpack (= 5.1.2) actionpack (= 5.1.5)
actionview (= 5.1.2) actionview (= 5.1.5)
activejob (= 5.1.2) activejob (= 5.1.5)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (5.1.2) actionpack (5.1.5)
actionview (= 5.1.2) actionview (= 5.1.5)
activesupport (= 5.1.2) activesupport (= 5.1.5)
rack (~> 2.0) rack (~> 2.0)
rack-test (~> 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.1.2) actionview (5.1.5)
activesupport (= 5.1.2) activesupport (= 5.1.5)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3) rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.1.2) activejob (5.1.5)
activesupport (= 5.1.2) activesupport (= 5.1.5)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (5.1.2) activemodel (5.1.5)
activesupport (= 5.1.2) activesupport (= 5.1.5)
activerecord (5.1.2) activerecord (5.1.5)
activemodel (= 5.1.2) activemodel (= 5.1.5)
activesupport (= 5.1.2) activesupport (= 5.1.5)
arel (~> 8.0) arel (~> 8.0)
activesupport (5.1.2) activesupport (5.1.5)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7) i18n (~> 0.7)
minitest (~> 5.1) minitest (~> 5.1)
@ -141,7 +141,7 @@ GEM
fog-core fog-core
nokogiri (>= 1.5.11, < 2.0.0) nokogiri (>= 1.5.11, < 2.0.0)
formatador (0.2.5) formatador (0.2.5)
globalid (0.4.0) globalid (0.4.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
i18n (0.9.5) i18n (0.9.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
@ -172,24 +172,25 @@ GEM
loofah (2.2.0) loofah (2.2.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.6.6) mail (2.7.0)
mime-types (>= 1.16, < 4) mini_mime (>= 0.1.1)
method_source (0.8.2) method_source (0.8.2)
mime-types (3.1) mime-types (3.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521) mime-types-data (3.2016.0521)
mini_mime (1.0.0)
mini_portile2 (2.3.0) mini_portile2 (2.3.0)
minitest (5.11.3) minitest (5.11.3)
momentjs-rails (2.17.1) momentjs-rails (2.17.1)
railties (>= 3.1) railties (>= 3.1)
monban (1.1.0) monban (1.1.1)
bcrypt bcrypt
rails rails
warden warden
monban-generators (1.0.0) monban-generators (1.0.1)
monban (>= 0.0.12) monban (>= 0.0.12)
multi_json (1.12.1) multi_json (1.12.1)
nio4r (2.1.0) nio4r (2.2.0)
nokogiri (1.8.2) nokogiri (1.8.2)
mini_portile2 (~> 2.3.0) mini_portile2 (~> 2.3.0)
parallel (1.11.2) parallel (1.11.2)
@ -210,19 +211,19 @@ GEM
public_suffix (2.0.5) public_suffix (2.0.5)
puma (3.9.1) puma (3.9.1)
rack (2.0.4) rack (2.0.4)
rack-test (0.6.3) rack-test (0.8.2)
rack (>= 1.0) rack (>= 1.0, < 3)
rails (5.1.2) rails (5.1.5)
actioncable (= 5.1.2) actioncable (= 5.1.5)
actionmailer (= 5.1.2) actionmailer (= 5.1.5)
actionpack (= 5.1.2) actionpack (= 5.1.5)
actionview (= 5.1.2) actionview (= 5.1.5)
activejob (= 5.1.2) activejob (= 5.1.5)
activemodel (= 5.1.2) activemodel (= 5.1.5)
activerecord (= 5.1.2) activerecord (= 5.1.5)
activesupport (= 5.1.2) activesupport (= 5.1.5)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0)
railties (= 5.1.2) railties (= 5.1.5)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.2) rails-controller-testing (1.0.2)
actionpack (~> 5.x, >= 5.0.1) actionpack (~> 5.x, >= 5.0.1)
@ -238,9 +239,9 @@ GEM
rails_stdout_logging rails_stdout_logging
rails_serve_static_assets (0.0.5) rails_serve_static_assets (0.0.5)
rails_stdout_logging (0.0.5) rails_stdout_logging (0.0.5)
railties (5.1.2) railties (5.1.5)
actionpack (= 5.1.2) actionpack (= 5.1.5)
activesupport (= 5.1.2) activesupport (= 5.1.5)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
@ -328,7 +329,7 @@ GEM
rack (>= 1.0) rack (>= 1.0)
websocket-driver (0.6.5) websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2) websocket-extensions (0.1.3)
xpath (2.1.0) xpath (2.1.0)
nokogiri (~> 1.3) nokogiri (~> 1.3)