Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msdundar committed Aug 27, 2019
1 parent b087ae3 commit 8392fa8
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 103 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# core
gem 'bootsnap', require: false
gem 'puma'
gem 'rails', github: 'rails/rails', tag: 'v6.0.0.rc2'
gem 'rails', '~> 6.0'
gem 'redis', '~> 4.0'
gem 'sidekiq'

Expand Down
196 changes: 95 additions & 101 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,90 +1,8 @@
GIT
remote: https://github.com/rails/rails.git
revision: 5f4d1601cf8a0e8c4890a8a7e04441ae58dd0a6b
tag: v6.0.0.rc2
specs:
actioncable (6.0.0.rc2)
actionpack (= 6.0.0.rc2)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
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.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.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.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.rc2)
activesupport (= 6.0.0.rc2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (6.0.0.rc2)
activesupport (= 6.0.0.rc2)
globalid (>= 0.3.6)
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.rc2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.8)
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.rc2)
sprockets-rails (>= 2.0.0)
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)

PATH
remote: plugins/support
specs:
nokul-support (0.1.0)
activesupport (~> 6.0.0.rc1)
activesupport (~> 6.0.0)

PATH
remote: plugins/tenant/common
Expand All @@ -97,11 +15,66 @@ PATH
specs:
nokul-tenant-omu (0.1.0)
nokul-tenant
rails (~> 6.0.0.rc1)
rails (~> 6.0.0)

GEM
remote: https://rubygems.org/
specs:
actioncable (6.0.0)
actionpack (= 6.0.0)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.0.0)
actionpack (= 6.0.0)
activejob (= 6.0.0)
activerecord (= 6.0.0)
activestorage (= 6.0.0)
activesupport (= 6.0.0)
mail (>= 2.7.1)
actionmailer (6.0.0)
actionpack (= 6.0.0)
actionview (= 6.0.0)
activejob (= 6.0.0)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.0.0)
actionview (= 6.0.0)
activesupport (= 6.0.0)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.0.0)
actionpack (= 6.0.0)
activerecord (= 6.0.0)
activestorage (= 6.0.0)
activesupport (= 6.0.0)
nokogiri (>= 1.8.5)
actionview (6.0.0)
activesupport (= 6.0.0)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.0.0)
activesupport (= 6.0.0)
globalid (>= 0.3.6)
activemodel (6.0.0)
activesupport (= 6.0.0)
activerecord (6.0.0)
activemodel (= 6.0.0)
activesupport (= 6.0.0)
activestorage (6.0.0)
actionpack (= 6.0.0)
activejob (= 6.0.0)
activerecord (= 6.0.0)
marcel (~> 0.3.1)
activesupport (6.0.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.1, >= 2.1.8)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
ancestry (3.0.7)
Expand All @@ -110,7 +83,7 @@ GEM
authy (2.7.5)
httpclient (>= 2.5.3.3)
aws-eventstream (1.0.3)
aws-partitions (1.204.0)
aws-partitions (1.206.0)
aws-sdk-core (3.64.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1.0)
Expand Down Expand Up @@ -231,10 +204,10 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lol_dba (2.1.8)
actionpack (>= 3.0, < 6.0)
activerecord (>= 3.0, < 6.0)
railties (>= 3.0, < 6.0)
lol_dba (2.1.5)
actionpack (>= 3.0)
activerecord (>= 3.0)
railties (>= 3.0)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -284,31 +257,52 @@ GEM
rack (>= 1.0, < 3)
rack-mini-profiler (1.0.2)
rack (>= 1.2.0)
rack-protection (2.0.6)
rack-protection (2.0.7)
rack
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.0)
actioncable (= 6.0.0)
actionmailbox (= 6.0.0)
actionmailer (= 6.0.0)
actionpack (= 6.0.0)
actiontext (= 6.0.0)
actionview (= 6.0.0)
activejob (= 6.0.0)
activemodel (= 6.0.0)
activerecord (= 6.0.0)
activestorage (= 6.0.0)
activesupport (= 6.0.0)
bundler (>= 1.3.0)
railties (= 6.0.0)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
railties (6.0.0)
actionpack (= 6.0.0)
activesupport (= 6.0.0)
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rake (12.3.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
redis (4.1.2)
regexp_parser (1.6.0)
rein (4.0.0)
activerecord (>= 4.0.0, < 6)
activesupport (>= 4.0.0, < 6)
rein (5.0.0)
activerecord (>= 4.0.0)
activesupport (>= 4.0.0)
responders (3.0.0)
actionpack (>= 5.0)
railties (>= 5.0)
rollbar (2.21.0)
rollbar (2.22.0)
rubocop (0.74.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
Expand All @@ -318,7 +312,7 @@ GEM
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.4.1)
rubocop (>= 0.71.0)
rubocop-rails (2.3.0)
rubocop-rails (2.3.1)
rack (>= 1.1)
rubocop (>= 0.72.0)
ruby-progressbar (1.10.1)
Expand Down Expand Up @@ -372,7 +366,7 @@ GEM
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.9)
twilio-ruby (5.25.3)
twilio-ruby (5.25.4)
faraday (~> 0.9)
jwt (>= 1.5, <= 2.5)
nokogiri (>= 1.6, < 2.0)
Expand All @@ -387,11 +381,11 @@ GEM
uniform_notifier (1.12.1)
warden (1.2.8)
rack (>= 2.0.6)
web-console (4.0.0)
actionview (>= 6.0.0.a)
activemodel (>= 6.0.0.a)
web-console (4.0.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0.a)
railties (>= 6.0.0)
webdrivers (4.1.2)
nokogiri (~> 1.6)
rubyzip (~> 1.0)
Expand Down Expand Up @@ -459,7 +453,7 @@ DEPENDENCIES
pwned
rack-attack
rack-mini-profiler
rails!
rails (~> 6.0)
redis (~> 4.0)
rein
rollbar
Expand Down
2 changes: 1 addition & 1 deletion plugins/support/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
nokul-support (0.1.0)
activesupport (~> 6.0.0.rc1)
activesupport (~> 6.0.0)

GEM
remote: https://rubygems.org/
Expand Down

0 comments on commit 8392fa8

Please sign in to comment.