Update bundle
This commit is contained in:
parent
4440730c9b
commit
1817032c87
1 changed files with 23 additions and 21 deletions
44
Gemfile.lock
44
Gemfile.lock
|
@ -82,7 +82,7 @@ GEM
|
||||||
bzip2-ffi (1.0.0)
|
bzip2-ffi (1.0.0)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
cancancan (3.0.1)
|
cancancan (3.0.1)
|
||||||
canonical-rails (0.2.5)
|
canonical-rails (0.2.6)
|
||||||
rails (>= 4.1, < 6.1)
|
rails (>= 4.1, < 6.1)
|
||||||
capybara (2.18.0)
|
capybara (2.18.0)
|
||||||
addressable
|
addressable
|
||||||
|
@ -104,10 +104,10 @@ GEM
|
||||||
composite_primary_keys (11.1.0)
|
composite_primary_keys (11.1.0)
|
||||||
activerecord (~> 5.2.1)
|
activerecord (~> 5.2.1)
|
||||||
concurrent-ruby (1.1.5)
|
concurrent-ruby (1.1.5)
|
||||||
config (1.7.2)
|
config (2.0.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 4.2)
|
||||||
deep_merge (~> 1.2, >= 1.2.1)
|
deep_merge (~> 1.2, >= 1.2.1)
|
||||||
dry-validation (~> 0.12, >= 0.12.2, < 1.0.0)
|
dry-schema (~> 1.0)
|
||||||
coveralls (0.8.23)
|
coveralls (0.8.23)
|
||||||
json (>= 1.8, < 3)
|
json (>= 1.8, < 3)
|
||||||
simplecov (~> 0.16.1)
|
simplecov (~> 0.16.1)
|
||||||
|
@ -120,7 +120,7 @@ GEM
|
||||||
dalli (2.7.10)
|
dalli (2.7.10)
|
||||||
debug_inspector (0.0.3)
|
debug_inspector (0.0.3)
|
||||||
deep_merge (1.2.1)
|
deep_merge (1.2.1)
|
||||||
delayed_job (4.1.5)
|
delayed_job (4.1.7)
|
||||||
activesupport (>= 3.0, < 5.3)
|
activesupport (>= 3.0, < 5.3)
|
||||||
delayed_job_active_record (4.1.3)
|
delayed_job_active_record (4.1.3)
|
||||||
activerecord (>= 3.0, < 5.3)
|
activerecord (>= 3.0, < 5.3)
|
||||||
|
@ -132,28 +132,30 @@ GEM
|
||||||
dry-container (0.7.1)
|
dry-container (0.7.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
dry-configurable (~> 0.1, >= 0.1.3)
|
dry-configurable (~> 0.1, >= 0.1.3)
|
||||||
dry-core (0.4.7)
|
dry-core (0.4.8)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
dry-equalizer (0.2.2)
|
dry-equalizer (0.2.2)
|
||||||
dry-inflector (0.1.2)
|
dry-inflector (0.1.2)
|
||||||
dry-logic (0.6.1)
|
dry-initializer (3.0.1)
|
||||||
|
dry-logic (1.0.2)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
dry-core (~> 0.2)
|
dry-core (~> 0.2)
|
||||||
dry-equalizer (~> 0.2)
|
dry-equalizer (~> 0.2)
|
||||||
dry-types (0.14.1)
|
dry-schema (1.2.0)
|
||||||
|
concurrent-ruby (~> 1.0)
|
||||||
|
dry-configurable (~> 0.8, >= 0.8.3)
|
||||||
|
dry-core (~> 0.4)
|
||||||
|
dry-equalizer (~> 0.2)
|
||||||
|
dry-initializer (~> 3.0)
|
||||||
|
dry-logic (~> 1.0)
|
||||||
|
dry-types (~> 1.0)
|
||||||
|
dry-types (1.0.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
dry-container (~> 0.3)
|
dry-container (~> 0.3)
|
||||||
dry-core (~> 0.4, >= 0.4.4)
|
dry-core (~> 0.4, >= 0.4.4)
|
||||||
dry-equalizer (~> 0.2)
|
dry-equalizer (~> 0.2, >= 0.2.2)
|
||||||
dry-inflector (~> 0.1, >= 0.1.2)
|
dry-inflector (~> 0.1, >= 0.1.2)
|
||||||
dry-logic (~> 0.5, >= 0.5)
|
dry-logic (~> 1.0)
|
||||||
dry-validation (0.13.3)
|
|
||||||
concurrent-ruby (~> 1.0)
|
|
||||||
dry-configurable (~> 0.1, >= 0.1.3)
|
|
||||||
dry-core (~> 0.2, >= 0.2.1)
|
|
||||||
dry-equalizer (~> 0.2)
|
|
||||||
dry-logic (~> 0.5, >= 0.5.0)
|
|
||||||
dry-types (~> 0.14.0)
|
|
||||||
dynamic_form (1.1.4)
|
dynamic_form (1.1.4)
|
||||||
erb_lint (0.0.28)
|
erb_lint (0.0.28)
|
||||||
activesupport
|
activesupport
|
||||||
|
@ -174,7 +176,7 @@ GEM
|
||||||
faraday (0.15.4)
|
faraday (0.15.4)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
ffi (1.11.1)
|
ffi (1.11.1)
|
||||||
ffi-libarchive (0.4.6)
|
ffi-libarchive (0.4.10)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
fspath (3.1.1)
|
fspath (3.1.1)
|
||||||
gd2-ffij (0.4.0)
|
gd2-ffij (0.4.0)
|
||||||
|
@ -242,7 +244,7 @@ GEM
|
||||||
mini_mime (1.0.1)
|
mini_mime (1.0.1)
|
||||||
mini_portile2 (2.4.0)
|
mini_portile2 (2.4.0)
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
msgpack (1.2.10)
|
msgpack (1.3.0)
|
||||||
multi_json (1.13.1)
|
multi_json (1.13.1)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
multipart-post (2.1.1)
|
multipart-post (2.1.1)
|
||||||
|
@ -369,8 +371,8 @@ GEM
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 1.7)
|
unicode-display_width (>= 1.4.0, < 1.7)
|
||||||
rubocop-performance (1.3.0)
|
rubocop-performance (1.4.0)
|
||||||
rubocop (>= 0.68.0)
|
rubocop (>= 0.71.0)
|
||||||
rubocop-rails (2.0.1)
|
rubocop-rails (2.0.1)
|
||||||
rack (>= 1.1)
|
rack (>= 1.1)
|
||||||
rubocop (>= 0.70.0)
|
rubocop (>= 0.70.0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue