Skip to content

Commit

Permalink
feat(repeat): Updated rails, and added the repeat functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
reneweteling committed Aug 16, 2019
1 parent 8583dfd commit 22e38cd
Showing 1 changed file with 59 additions and 59 deletions.
118 changes: 59 additions & 59 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,38 @@ GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
specs:
actioncable (6.0.0.rc1)
actionpack (= 6.0.0.rc1)
actioncable (6.0.0.rc2)
actionpack (= 6.0.0.rc2)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.0.0.rc1)
actionpack (= 6.0.0.rc1)
activejob (= 6.0.0.rc1)
activerecord (= 6.0.0.rc1)
activestorage (= 6.0.0.rc1)
activesupport (= 6.0.0.rc1)
actionmailbox (6.0.0.rc2)
actionpack (= 6.0.0.rc2)
activejob (= 6.0.0.rc2)
activerecord (= 6.0.0.rc2)
activestorage (= 6.0.0.rc2)
activesupport (= 6.0.0.rc2)
mail (>= 2.7.1)
actionmailer (6.0.0.rc1)
actionpack (= 6.0.0.rc1)
actionview (= 6.0.0.rc1)
activejob (= 6.0.0.rc1)
actionmailer (6.0.0.rc2)
actionpack (= 6.0.0.rc2)
actionview (= 6.0.0.rc2)
activejob (= 6.0.0.rc2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.0.0.rc1)
actionview (= 6.0.0.rc1)
activesupport (= 6.0.0.rc1)
actionpack (6.0.0.rc2)
actionview (= 6.0.0.rc2)
activesupport (= 6.0.0.rc2)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actiontext (6.0.0.rc1)
actionpack (= 6.0.0.rc1)
activerecord (= 6.0.0.rc1)
activestorage (= 6.0.0.rc1)
activesupport (= 6.0.0.rc1)
actiontext (6.0.0.rc2)
actionpack (= 6.0.0.rc2)
activerecord (= 6.0.0.rc2)
activestorage (= 6.0.0.rc2)
activesupport (= 6.0.0.rc2)
nokogiri (>= 1.8.5)
actionview (6.0.0.rc1)
activesupport (= 6.0.0.rc1)
actionview (6.0.0.rc2)
activesupport (= 6.0.0.rc2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
Expand All @@ -60,25 +60,25 @@ GEM
sass
select2-rails (~> 4.0)
xdan-datetimepicker-rails (~> 2.5.1)
activejob (6.0.0.rc1)
activesupport (= 6.0.0.rc1)
activejob (6.0.0.rc2)
activesupport (= 6.0.0.rc2)
globalid (>= 0.3.6)
activemodel (6.0.0.rc1)
activesupport (= 6.0.0.rc1)
activerecord (6.0.0.rc1)
activemodel (= 6.0.0.rc1)
activesupport (= 6.0.0.rc1)
activestorage (6.0.0.rc1)
actionpack (= 6.0.0.rc1)
activejob (= 6.0.0.rc1)
activerecord (= 6.0.0.rc1)
activemodel (6.0.0.rc2)
activesupport (= 6.0.0.rc2)
activerecord (6.0.0.rc2)
activemodel (= 6.0.0.rc2)
activesupport (= 6.0.0.rc2)
activestorage (6.0.0.rc2)
actionpack (= 6.0.0.rc2)
activejob (= 6.0.0.rc2)
activerecord (= 6.0.0.rc2)
marcel (~> 0.3.1)
activesupport (6.0.0.rc1)
activesupport (6.0.0.rc2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.4)
zeitwerk (~> 2.1, >= 2.1.8)
acts_as_list (0.9.19)
activerecord (>= 3.0)
airbrake (9.2.2)
Expand Down Expand Up @@ -218,14 +218,14 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
mimemagic (0.3.3)
mini_magick (4.9.3)
mini_mime (1.0.1)
mini_magick (4.9.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
momentjs-rails (2.20.1)
railties (>= 3.1)
nio4r (2.3.1)
nokogiri (1.10.3)
nio4r (2.4.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
parallel (1.17.0)
Expand All @@ -243,20 +243,20 @@ GEM
rack (2.0.7)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.0.rc1)
actioncable (= 6.0.0.rc1)
actionmailbox (= 6.0.0.rc1)
actionmailer (= 6.0.0.rc1)
actionpack (= 6.0.0.rc1)
actiontext (= 6.0.0.rc1)
actionview (= 6.0.0.rc1)
activejob (= 6.0.0.rc1)
activemodel (= 6.0.0.rc1)
activerecord (= 6.0.0.rc1)
activestorage (= 6.0.0.rc1)
activesupport (= 6.0.0.rc1)
rails (6.0.0.rc2)
actioncable (= 6.0.0.rc2)
actionmailbox (= 6.0.0.rc2)
actionmailer (= 6.0.0.rc2)
actionpack (= 6.0.0.rc2)
actiontext (= 6.0.0.rc2)
actionview (= 6.0.0.rc2)
activejob (= 6.0.0.rc2)
activemodel (= 6.0.0.rc2)
activerecord (= 6.0.0.rc2)
activestorage (= 6.0.0.rc2)
activesupport (= 6.0.0.rc2)
bundler (>= 1.3.0)
railties (= 6.0.0.rc1)
railties (= 6.0.0.rc2)
sprockets-rails (>= 2.0.0)
rails-assets-editor.md (1.5.0)
rails-assets-jquery (3.4.1)
Expand All @@ -267,19 +267,19 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
rails_validations (2.3)
actionpack (>= 4.2.8)
activerecord (>= 4.0)
railties (6.0.0.rc1)
actionpack (= 6.0.0.rc1)
activesupport (= 6.0.0.rc1)
railties (6.0.0.rc2)
actionpack (= 6.0.0.rc2)
activesupport (= 6.0.0.rc2)
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rake (12.3.2)
rake (12.3.3)
ransack (2.1.1)
actionpack (>= 5.0)
activerecord (>= 5.0)
Expand Down Expand Up @@ -404,7 +404,7 @@ GEM
xdan-datetimepicker-rails (2.5.4)
jquery-rails
rails (>= 3.2.16)
zeitwerk (2.1.6)
zeitwerk (2.1.9)

PLATFORMS
ruby
Expand Down Expand Up @@ -438,7 +438,7 @@ DEPENDENCIES
prettier
pry
puma
rails (= 6.0.0.rc1)
rails (= 6.0.0.rc2)
rails-assets-editor.md!
rails-assets-jquery-migrate!
rails-assets-stellar!
Expand Down

0 comments on commit 22e38cd

Please sign in to comment.