bundle update

This commit is contained in:
Patrick Gansterer 2020-09-04 12:57:19 +02:00
parent 785313ac23
commit 2892d5272d
1 changed files with 69 additions and 71 deletions

View File

@ -104,7 +104,7 @@ GEM
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
acts_as_tree (2.9.0) acts_as_tree (2.9.1)
activerecord (>= 3.0.0) activerecord (>= 3.0.0)
addressable (2.7.0) addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
@ -115,25 +115,25 @@ GEM
rspec (~> 3) rspec (~> 3)
rspec-expectations (~> 3.1) rspec-expectations (~> 3.1)
rspec-mocks (~> 3.1) rspec-mocks (~> 3.1)
apparition (0.4.0) apparition (0.6.0)
capybara (~> 3.13, < 4) capybara (~> 3.13, < 4)
websocket-driver (>= 0.6.5) websocket-driver (>= 0.6.5)
arel (6.0.4) arel (6.0.4)
attribute_normalizer (1.2.0) attribute_normalizer (1.2.0)
base32 (0.3.2) base32 (0.3.4)
better_errors (2.5.1) better_errors (2.7.1)
coderay (>= 1.0.0) coderay (>= 1.0.0)
erubi (>= 1.0.0) erubi (>= 1.0.0)
rack (>= 0.9.0) rack (>= 0.9.0)
binding_of_caller (0.8.0) binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1) debug_inspector (>= 0.0.1)
bootstrap-datepicker-rails (1.8.0.1) bootstrap-datepicker-rails (1.9.0.1)
railties (>= 3.0) railties (>= 3.0)
builder (3.2.4) builder (3.2.4)
bullet (6.0.2) bullet (6.1.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
uniform_notifier (~> 1.11) uniform_notifier (~> 1.11)
capybara (3.29.0) capybara (3.33.0)
addressable addressable
mini_mime (>= 0.1.3) mini_mime (>= 0.1.3)
nokogiri (~> 1.8) nokogiri (~> 1.8)
@ -144,7 +144,7 @@ GEM
case_transform (0.2) case_transform (0.2)
activesupport activesupport
chronic (0.10.2) chronic (0.10.2)
coderay (1.1.2) coderay (1.1.3)
coffee-rails (4.2.2) coffee-rails (4.2.2)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (>= 4.0.0) railties (>= 4.0.0)
@ -153,8 +153,8 @@ GEM
execjs execjs
coffee-script-source (1.12.2) coffee-script-source (1.12.2)
commonjs (0.2.7) commonjs (0.2.7)
concurrent-ruby (1.1.6) concurrent-ruby (1.1.7)
connection_pool (2.2.2) connection_pool (2.2.3)
content_for_in_controllers (0.0.2) content_for_in_controllers (0.0.2)
coveralls (0.7.2) coveralls (0.7.2)
multi_json (~> 1.3) multi_json (~> 1.3)
@ -164,7 +164,7 @@ GEM
thor (= 0.18.1) thor (= 0.18.1)
crass (1.0.6) crass (1.0.6)
daemons (1.3.1) daemons (1.3.1)
database_cleaner (1.7.0) database_cleaner (1.8.5)
date_time_attribute (0.1.2) date_time_attribute (0.1.2)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
debug_inspector (0.0.3) debug_inspector (0.0.3)
@ -173,25 +173,25 @@ GEM
polyglot polyglot
rails (>= 4.1) rails (>= 4.1)
rainbow (>= 2.1.0) rainbow (>= 2.1.0)
diff-lcs (1.3) diff-lcs (1.4.4)
diffy (3.3.0) diffy (3.4.0)
docile (1.3.2) docile (1.3.2)
doorkeeper (5.0.3) doorkeeper (5.0.3)
railties (>= 4.2) railties (>= 4.2)
doorkeeper-i18n (5.0.3) doorkeeper-i18n (5.0.3)
email_reply_trimmer (0.1.12) email_reply_trimmer (0.1.13)
erubi (1.9.0) erubi (1.9.0)
erubis (2.7.0) erubis (2.7.0)
eventmachine (1.2.7) eventmachine (1.2.7)
exception_notification (4.4.0) exception_notification (4.4.3)
actionmailer (>= 4.0, < 7) actionmailer (>= 4.0, < 7)
activesupport (>= 4.0, < 7) activesupport (>= 4.0, < 7)
execjs (2.7.0) execjs (2.7.0)
expression_parser (0.9.0) expression_parser (0.9.0)
factory_bot (5.1.1) factory_bot (5.2.0)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
factory_bot_rails (5.1.1) factory_bot_rails (5.2.0)
factory_bot (~> 5.1.0) factory_bot (~> 5.2.0)
railties (>= 4.2.0) railties (>= 4.2.0)
faker (2.2.1) faker (2.2.1)
i18n (>= 0.8) i18n (>= 0.8)
@ -232,9 +232,9 @@ GEM
railties (>= 4.2, < 5.3) railties (>= 4.2, < 5.3)
responders responders
interception (0.5) interception (0.5)
iso (0.2.2) iso (0.3.0)
i18n i18n
jquery-rails (4.3.5) jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3) rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
@ -261,7 +261,7 @@ GEM
less (~> 2.6.0) less (~> 2.6.0)
sprockets (>= 2) sprockets (>= 2)
libv8 (3.16.14.19) libv8 (3.16.14.19)
loofah (2.6.0) loofah (2.7.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
@ -279,37 +279,37 @@ GEM
meta_request (0.7.2) meta_request (0.7.2)
rack-contrib (>= 1.1, < 3) rack-contrib (>= 1.1, < 3)
railties (>= 3.0.0, < 7) railties (>= 3.0.0, < 7)
method_source (0.9.2) method_source (1.0.0)
midi-smtp-server (2.3.1) midi-smtp-server (2.3.2)
mime-types (3.3) mime-types (3.3.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009) mime-types-data (3.2020.0512)
mini_mime (1.0.2) mini_mime (1.0.2)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
minitest (5.14.1) minitest (5.14.2)
mono_logger (1.1.0) mono_logger (1.1.0)
multi_json (1.14.1) multi_json (1.15.0)
mysql2 (0.4.10) mysql2 (0.4.10)
nio4r (2.5.2) nio4r (2.5.2)
nokogiri (1.10.10) nokogiri (1.10.10)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
pdf-core (0.7.0) pdf-core (0.8.1)
polyglot (0.3.5) polyglot (0.3.5)
prawn (2.2.2) prawn (2.3.0)
pdf-core (~> 0.7.0) pdf-core (~> 0.8.1)
ttfunk (~> 1.5) ttfunk (~> 1.6)
prawn-table (0.2.2) prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0) prawn (>= 1.3.0, < 3.0.0)
pry (0.12.2) pry (0.13.1)
coderay (~> 1.1.0) coderay (~> 1.1)
method_source (~> 0.9.0) method_source (~> 1.0)
pry-rescue (1.5.0) pry-rescue (1.5.2)
interception (>= 0.5) interception (>= 0.5)
pry (>= 0.12.0) pry (>= 0.12.0)
pry-stack_explorer (0.4.9.3) pry-stack_explorer (0.5.1)
binding_of_caller (>= 0.7) binding_of_caller (~> 0.7)
pry (>= 0.9.11) pry (~> 0.13)
public_suffix (4.0.1) public_suffix (4.0.6)
puma (4.3.5) puma (4.3.5)
nio4r (~> 2.0) nio4r (~> 2.0)
rack (1.6.13) rack (1.6.13)
@ -367,11 +367,11 @@ GEM
jquery-rails (>= 3.0) jquery-rails (>= 3.0)
rails (>= 3.2) rails (>= 3.2)
sass-rails (>= 4.0) sass-rails (>= 4.0)
redis (4.1.3) redis (4.2.1)
redis-namespace (1.6.0) redis-namespace (1.8.0)
redis (>= 3.0.4) redis (>= 3.0.4)
ref (2.0.0) ref (2.0.0)
regexp_parser (1.6.0) regexp_parser (1.7.1)
responders (2.4.1) responders (2.4.1)
actionpack (>= 4.2.0, < 6.0) actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0) railties (>= 4.2.0, < 6.0)
@ -383,9 +383,9 @@ GEM
vegas (~> 0.1.2) vegas (~> 0.1.2)
rest-client (1.6.7) rest-client (1.6.7)
mime-types (>= 1.16) mime-types (>= 1.16)
roo (2.8.2) roo (2.8.3)
nokogiri (~> 1) nokogiri (~> 1)
rubyzip (>= 1.2.1, < 2.0.0) rubyzip (>= 1.3.0, < 3.0.0)
roo-xls (1.2.0) roo-xls (1.2.0)
nokogiri nokogiri
roo (>= 2.0.0, < 3) roo (>= 2.0.0, < 3)
@ -394,32 +394,32 @@ GEM
rspec-core (~> 3.9.0) rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0) rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0) rspec-mocks (~> 3.9.0)
rspec-core (3.9.0) rspec-core (3.9.2)
rspec-support (~> 3.9.0) rspec-support (~> 3.9.3)
rspec-expectations (3.9.0) rspec-expectations (3.9.2)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0) rspec-support (~> 3.9.0)
rspec-mocks (3.9.0) rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0) rspec-support (~> 3.9.0)
rspec-rails (3.9.0) rspec-rails (4.0.1)
actionpack (>= 3.0) actionpack (>= 4.2)
activesupport (>= 3.0) activesupport (>= 4.2)
railties (>= 3.0) railties (>= 4.2)
rspec-core (~> 3.9.0) rspec-core (~> 3.9)
rspec-expectations (~> 3.9.0) rspec-expectations (~> 3.9)
rspec-mocks (~> 3.9.0) rspec-mocks (~> 3.9)
rspec-support (~> 3.9.0) rspec-support (~> 3.9)
rspec-rerun (1.1.0) rspec-rerun (1.1.0)
rspec (~> 3.0) rspec (~> 3.0)
rspec-support (3.9.0) rspec-support (3.9.3)
ruby-filemagic (0.7.2) ruby-filemagic (0.7.2)
ruby-ole (1.2.12.2) ruby-ole (1.2.12.2)
ruby-prof (1.0.0) ruby-prof (1.4.1)
ruby-units (2.3.1) ruby-units (2.3.1)
ruby_parser (3.14.0) ruby_parser (3.15.0)
sexp_processor (~> 4.9) sexp_processor (~> 4.9)
rubyzip (1.3.0) rubyzip (2.3.0)
sass-rails (6.0.0) sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1) sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.4.0) sassc (2.4.0)
@ -430,9 +430,8 @@ GEM
sprockets (> 3.0) sprockets (> 3.0)
sprockets-rails sprockets-rails
tilt tilt
select2-rails (4.0.3) select2-rails (4.0.13)
thor (~> 0.14) sexp_processor (4.15.1)
sexp_processor (4.13.0)
simple-navigation (3.14.0) simple-navigation (3.14.0)
activesupport (>= 2.3.2) activesupport (>= 2.3.2)
simple-navigation-bootstrap (1.0.2) simple-navigation-bootstrap (1.0.2)
@ -441,11 +440,10 @@ GEM
simple_form (4.0.0) simple_form (4.0.0)
actionpack (> 4) actionpack (> 4)
activemodel (> 4) activemodel (> 4)
simplecov (0.17.1) simplecov (0.19.0)
docile (~> 1.1) docile (~> 1.1)
json (>= 1.8, < 3) simplecov-html (~> 0.11)
simplecov-html (~> 0.10.0) simplecov-html (0.12.2)
simplecov-html (0.10.2)
sinatra (1.4.8) sinatra (1.4.8)
rack (~> 1.5) rack (~> 1.5)
rack-protection (~> 1.4) rack-protection (~> 1.4)
@ -453,7 +451,7 @@ GEM
skinny (0.2.2) skinny (0.2.2)
eventmachine (~> 1.0) eventmachine (~> 1.0)
thin thin
spreadsheet (1.2.5) spreadsheet (1.2.6)
ruby-ole (>= 1.0) ruby-ole (>= 1.0)
sprockets (3.7.2) sprockets (3.7.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
@ -479,7 +477,7 @@ GEM
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.10) tilt (2.0.10)
tins (0.13.2) tins (0.13.2)
ttfunk (1.5.1) ttfunk (1.6.2.1)
twitter-bootstrap-rails (2.2.8) twitter-bootstrap-rails (2.2.8)
actionpack (>= 3.1) actionpack (>= 3.1)
execjs execjs
@ -493,7 +491,7 @@ GEM
execjs (>= 0.3.0, < 3) execjs (>= 0.3.0, < 3)
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.7.6) unf_ext (0.0.7.7)
uniform_notifier (1.13.0) uniform_notifier (1.13.0)
vegas (0.1.11) vegas (0.1.11)
rack (>= 1.0.0) rack (>= 1.0.0)
@ -502,7 +500,7 @@ GEM
binding_of_caller (>= 0.7.2) binding_of_caller (>= 0.7.2)
railties (>= 4.0) railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0) sprockets-rails (>= 2.0, < 4.0)
websocket-driver (0.7.1) websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
whenever (1.0.0) whenever (1.0.0)